Blogs (Page 2)
- Branded types to avoid human errors Branded types in Typescript are a powerful tool to avoid human errors. In this article, we will see how to use them to create a safer codebase.
- Why I would choose session based auth over JWT This is a frontend engineer's guide over why he would choose session based auth over JWT. I have mentioned all the pain points that I have faced with JWT and why I would prefer session based auth over JWT.
- Isomorphic Contexts in Next.js 14 This blog explores isomorphic contexts in Next.js 14. We'll learn how to share data between parent and child components in server components, similar to how it's done in client components.