apocalypse
dev
All posts related to Next.js meta-framework
How to debug and fix client-side exception in a Next.js application.
Short tutorial on how to use env variables in Next.js client-side and is it a good idea
The market of state managers is bloated with so many solutions, that it's easy to forget about the OG state manager that was there all this time.
How to connect with database using Drizzle and avoid exceeding max connections limit? Let's find out!
How to set up a local PostgreSQL database using Docker, connect it with a Next.js application using Drizzle ORM and explore it with Drizzle Studio