Frank (@frankcodez) 's Twitter Profile
Frank

@frankcodez

Software developer at @mamopay

ID: 1236222572049678336

linkhttps://www.franciszekstodulski.dev/ calendar_today07-03-2020 09:30:19

287 Tweet

42 Takipçi

427 Takip Edilen

Frank (@frankcodez) 's Twitter Profile Photo

Yo shadcn just updated my components. But seems like cli component is different. I had to copy code from github.com/shadcn-ui/ui/b… to make it work. Run `bunx shadcn@latest add --all`

Frank (@frankcodez) 's Twitter Profile Photo

What is the best case of handling envs between apps in the monorepo? How you handle multiple runtimes (process.env, import.meta)?

What is the best case of handling envs between apps in the monorepo? 
How you handle multiple runtimes (process.env, import.meta)?
Frank (@frankcodez) 's Twitter Profile Photo

Diving deeper into Effect | TypeScript at Scale and loving it so far — but I’m missing practical examples. Anyone seen good tutorials covering real use cases? Like robust auth (Better Auth) or Resend verification flows?

Frank (@frankcodez) 's Twitter Profile Photo

Dream setup: TANSTACK table row selection ✖️ nuqs query params. Has anyone built a hook that keeps them in sync? (before I go down that rabbit hole myself 🐇)

Frank (@frankcodez) 's Twitter Profile Photo

Hey Hayden Bleasel is it possible to override rule for specific directory? ex. Enforce defining return type for fn in directory "/src/queries" ? Can't find anything on docs, and it throws on "files: includes: []"

Frank (@frankcodez) 's Twitter Profile Photo

Hey Kit Langton. Service has 6-8+ methods, live layer gets about 800 lines of code.. What are best practices for dividing services for same domain?