Blog
Database
- Redis Cheatsheet with Docker
Redis is a powerful in-memory data structure store often used as a database, cache, and message broker. In this guide, we'll explore the most common commands for each data type. We'll be running Redis in a docker container for local development.
24/06/2024
In this blog post, we delve into the realm of Drizzle ORM, exploring its setup process and comparing its features with Prisma. Specifically tailored for Next.js but applicable to other frameworks as well, I'll guide you through the setup steps and dive into CRUD operations to evaluate how Drizzle ORM stacks up against Prisma.
03/05/2024
As developers, we're constantly looking for ways to make our lives easier and more efficient. When it comes to interacting with databases, Prisma was a game-changer for me. Compared to traditional ORMs like Mongoose, Prisma offers a modern and intuitive approach to database access that saves time and eliminates errors. You have to learn one thing and then you can use it with any database.
12/04/2023