-
• 🚀 Frontend Developer Ready for New Adventures | #OpenToWork
This year begins full of possibilities, new professional chapter: Open to Work! After a journey of learning, challenges, and experiences, I am seeking new opportunities as a Front-end Developer to apply my knowledge and experiences in ways that allow me to expand my horizons even further. Personal projects: 🪴Breath Natural – NestJS Chronicles Part 1 <- NestJS 🍽️ Food Hut – Angular…
-
Setting Up Dual Compilation (SSR + CSR) in ViteJS with vite-plugin-builder
Using vite-plugin-builder to Set Up an SSR and CSR Project in Vite In this tutorial, I will show you how to create a project from scratch with Vite, configure it to build both Server-Side Rendering (SSR) and Client-Side Rendering (CSR) using the vite-plugin-builder plugin, which simplifies the whole process with a single command. What is…