Blog
Notes on TypeScript, Next.js, SQL, Go, and the craft of building fast, pragmatic web products.
blog posts
Nextjs server actions in depth
Next.js Server Actions let you run mutations and server logic from React components. A practical look at how they work and when to use them.
Host Your Node + React App on a VPS (2/2)
Finish the deployment with free HTTPS via Let's Encrypt, fine-tune Nginx and see the live app. Part 2 closes the VPS setup from Part 1.