marko424

↗ HN profile [ 53.4 ms ] full profile
Karma
3
Created
July 12, 2023 (3y ago)
Submissions
0
  1. TypeScript Style Guide provides a concise set of conventions and best practices used to create consistent, maintainable code. https://mkosir.github.io/typescript-style-guide/

  2. I think tRPC https://trpc.io/ is really nice piece of technology thats well put together for all TypeScript enthusiasts. However majority of projects I noticed is used as monorepo (mostly Nextjs), which is nice, but I…