Kyle
Kyle
TTCTheo's Typesafe Cult
Created by Kyle on 8/5/2024 in #questions
How to best approach coding this carousel
this looks nifty
5 replies
TTCTheo's Typesafe Cult
Created by TheBassGuy 🎸 on 7/31/2023 in #questions
shadcn-ui components breaking
that's about all I can say since there isn't any code
22 replies
TTCTheo's Typesafe Cult
Created by TheBassGuy 🎸 on 7/31/2023 in #questions
shadcn-ui components breaking
your components.json file likely got fucked up and is pointing to wrong options. My guess is you have your imports wrong
22 replies
TTCTheo's Typesafe Cult
Created by Gabriel on 7/17/2023 in #questions
Feedback for my infrastructure needed!
I am not sure about CORS with TRPC and how it all works, but I don't see any issue with your backend's idea as long as you do CORS correctly and implement correct security measures to ensure that you don't allow foreign requests. I don't have much experience with anything of those sorts so I'm not the best ask, unfortunately.
11 replies
TTCTheo's Typesafe Cult
Created by Gabriel on 7/17/2023 in #questions
Feedback for my infrastructure needed!
I mean you can kind of "kick out" the shared utils part of the whole infrastructure conversation since it won't actually affect any sort of requests or responses. What matters most is the main backend and clients relationship
11 replies
TTCTheo's Typesafe Cult
Created by Gabriel on 7/17/2023 in #questions
Feedback for my infrastructure needed!
I don't see any inherent issues with it
11 replies
TTCTheo's Typesafe Cult
Created by Aguilar on 7/17/2023 in #questions
Cheapest Hosting Service
I would definitely start by using Vercel, and then if you notice that they're creeping up to paid tiers (which Vercel will warn you if that starts to happen), you can look for alternatives and explain to your client the benefits and detriments of specific solutions.
17 replies
TTCTheo's Typesafe Cult
Created by haenchenschaschlik on 7/17/2023 in #questions
For whom and when does it make sense to learn a Framework like React.
Realistically, it doesn't matter if you can personally make applications and ship them. If you don't intend to market yourself as a frontend dev, then you likely don't need to spend a ton of time learning frontend technologies. But if you plan to market yourself to frontend/fullstack at all, I would learn React. It's just so widely used in the market. Even just a basic understanding of it would likely go a pretty long way.
13 replies
TTCTheo's Typesafe Cult
Created by Kyle on 7/15/2023 in #questions
eslint plugin for ordering imports
trivago's is out of date it seems, I used @ianvs/prettier-plugin-sort-imports
10 replies
TTCTheo's Typesafe Cult
Created by Kyle on 7/15/2023 in #questions
eslint plugin for ordering imports
took forever for no reason
10 replies
TTCTheo's Typesafe Cult
Created by Kyle on 7/15/2023 in #questions
eslint plugin for ordering imports
I guess I just had to tinker with it until it suddenly decided to work or something
10 replies
TTCTheo's Typesafe Cult
Created by Kyle on 7/10/2023 in #questions
Are NextAuth column names sensitive?
Checked to make sure it wasn't provider specific, it isn't
3 replies
TTCTheo's Typesafe Cult
Created by Kyle on 7/8/2023 in #questions
Getting drizzle working with next-auth
I'm running into issues with the getServerAuthSession wrapper that they provided, odd
5 replies
TTCTheo's Typesafe Cult
Created by Kyle on 7/8/2023 in #questions
Getting drizzle working with next-auth
work, that looks nice
5 replies
TTCTheo's Typesafe Cult
Created by Kyle on 6/27/2023 in #questions
How to get data from server action
sweet, thanks!
5 replies
TTCTheo's Typesafe Cult
Created by Kyle on 5/24/2023 in #questions
TypeScript being grumpy with includes when comparing string[] to MyType[]
but I fixed it in another way, I just made the arrays more broad
5 replies
TTCTheo's Typesafe Cult
Created by Kyle on 5/24/2023 in #questions
TypeScript being grumpy with includes when comparing string[] to MyType[]
I think I misrepresented what I was saying
5 replies