Web Development
Full-stack web development tutorials, best practices, and modern architectures.
3 posts

2/25/2026
Nuxt 3 Rendering Modes: A Deep Dive
In Nuxt 3, you can define rendering rules for specific pages or patterns using the routeRules property in nuxt.config.ts. This allows you to have a Hybrid application (e.g., your homepage is static, but your dashboard is a SPA).
Sokun PanhaAuthor
2/5/2024
Building a REST API with Node.js and Express
Learn how to create a production-ready REST API using Node.js, Express, and best practices.
Sokun PanhaAuthor
1/15/2024
Getting Started with Nuxt 4: A Complete Guide
Learn how to build modern web applications with Nuxt 4, the latest version of the Vue.js meta-framework.
Sokun PanhaAuthor