~/Blog- Page 3

Bun : La star montante du monde JavaScript
L'année 2022 a vu l'arrivée en force de Bun, un tout nouveau runtime JS qui secoue l'écosystème. Porté par l'ingéniosité de Jarred Sumner, le cerveau derrière Deno, Bun se positionne comme le futur remplaçant de Node offrant des performances de haut ...

Mastering Input Validation with Zod : A TypeScript Developer's Guide
Hey there, TypeScript enthusiasts! 👋 Today, we're diving deep into the world of input validation with Zod, a game-changing library that's about to revolutionize your Node.js development experience. Buckle up for a journey into type-safe paradise! W...

Easy integration of Supabase into your Vue.js application
Supabase is a robust online database tool that simplifies the integration of a real-time, scalable, and secure database into your Vue.js application. It allows you to perform Create, Read, Update, and Delete (CRUD) operations effortlessly, without th...