tsx
Explore posts from serversTTCTheo's Typesafe Cult
•Created by tsx on 3/14/2024 in #questions
What "Backend" language can I learn with 4-5years TS experience?
I have a quesiton, I run a project that I wrote in Node.JS/React 3-4 years ago that now has nearly 10k users
It reads game server log files (downloading them from the Nitrado API REST API) from each server every 60seconds, and saves them to a database and dispalys them to players/server owners via a Discord bot and Web UI
I want to recode it now, I definitely want to use T3 for the web site and TS for the discord side, but I think this is a great chance to branch out into a language like Go, Rust, etc. I've been looking online and it's a lot of conflicting information, I know I could smash this in Typescript because i'm coming up to 4-5 years experience now, but I'm honestly getting bored of it
Any suggestions?
17 replies
TTCTheo's Typesafe Cult
•Created by tsx on 2/23/2024 in #questions
Server or Client?
I've previously used client components too much, I'm developing an app and once I deployed it to Vercel it was pretty sluggish, I went out of my way to ensure the layouts and most pages were Server components, but now i'm regretting this.
Is it bad practice to make all the pages client components so I can show a loder while they're loading?
15 replies
TTCTheo's Typesafe Cult
•Created by tsx on 2/15/2024 in #questions
Credentials + Google OAuth in Next-Auth
Can I use a database to persist google oauth, while using JWT to handle credential sessions?
2 replies