Blog
Design
Tailwind TypographySomething a wise person once told me about typography is: Typography is pretty important if you don't want your stuff to look like trash. Make it good then it won't be bad.
Data Fetching
When to Use Static Generation v.s. Server-side RenderingWhen and when not to use Static Site Generation (SSG) for Pre-rendering data
Web
TypeScript With Next.jsNext.js supports TypeScript by default and has built-in types for pages and the API. You can get started with TypeScript in Next.js here.