Blog

My Journey as a Web Developer

  • 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

  • Next.js Parallel and Intercepting Routes

    Learn about the latest features of Next.js and learn how to use parallel and intercepting routes for your next project. Here we'll transform a login flow to intercept and display contents whilst still having the ability to directly go to the page.

    avatar

    14/01/2024

  • Regex Made Simple: A Guide to Mastering Text Pattern Matching

    Many people neglect to learn Regex due to its initially cryptic syntax and perceived complexity. However, this avoidance can lead to missed opportunities for streamlining text processing tasks. Regex empowers developers to tackle intricate pattern-based challenges with finesse and efficiency. It's a versatile tool that simplifies tasks like data extraction, cleaning, and transformation.

    avatar

    17/09/2023