Blog

Database

  • fd56c4c0-9196-492d-8976-969f2e70445d
    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.

    avatar

    24/06/2024

  • Drizzle ORM - Set up and Comparison With Prisma

    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.

    avatar

    03/05/2024

    Why Use Prisma?

    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.

    avatar

    12/04/2023