Kaizen Codes Blog

Sharing Nuxt.js tips, developer career experiences and cool things on the web.

How to add custom types to Nuxt3 server API context
8/18/2023, 6:20:15 AM

Nuxt3 is a Hybrid (Full-Stack) Vue 3 framework. It allows you to create file-based API routes on the server-side which uses Nitro and H3 under the hood. Here's a trick to help with TypeScript types on your server context.

How to understand bcrypt / blowfish password hashes (PHP to Node user migration example) 🔑
2/16/2022, 3:37:03 PM

Migrating users to a new identity platform or new system in general can be a pain. you don't want to require having them change their passwords - so you need to re-store their hashes and replicate the hashing on the new system. Here's how you can do that from Laravel PHP to Node.js. 🔑

Mistakes to avoid in large Firebase Firestore projects 💸
12/18/2021, 6:20:15 AM

Firebase's Firestore is a NoSQL document database with great pricing and scalability. This scalability has some nuances and things you need to consider (and avoid) if you want to avoid cost, inefficiencies and sleepless nights.

Build an automatically deployed Blog with Nuxt Content. 🚀
12/16/2021, 8:23:34 AM

Nuxt Content provides an amazing Developer Experience when it comes to quickly generating a performant site for your blog, docs and other content publishing needs. The Framework is simple to learn and here's how you can get started.