Skip to content
Santi020k

Search

Match titles, tags, and descriptions. Arrow keys to move, Enter to open, Esc to close.

Open from the page (not while typing in a field): / · K or CtrlK

    Blog

    Writing about software architecture, automation, and engineering craft.

    I write about full-stack systems, architecture, and the automation that helps teams ship with confidence. From backend services to delivery pipelines, I share what I learn along the way.

    22

    Articles currently hosted on my site and cross-posted to Medium.

    57

    Topics and themes covered in my writing across various publications.

    3

    Grouped reading tracks so related posts are easier to follow in sequence.

    Page 2 of 3

    Recent writing with a practical bias.

    Start with the latest piece, then browse the rest by topic and depth.

    Boosting Code Quality and Efficiency with My ESLint Configuration Library
    Writing Case Study 5 min read

    Boosting Code Quality and Efficiency with My ESLint Configuration Library

    Reusable ESLint library for React, Next.js, and TypeScript projects. Enforces code quality with flat config support and simplifies the move from ESLint 8 to 9.

    In series: ESLint in Practice · Part 2

    Authentication and Authorization in Next.js Applications with Supabase
    Writing Tutorial 6 min read

    Authentication and Authorization in Next.js Applications with Supabase

    A practical approach to authentication and authorization in Next.js with Supabase, focused on SSR, route protection, and keeping auth logic understandable.

    In series: Building a Production Next.js App · Part 7

    Configuring MongoDB with Homebrew on macOS: Converting a Standalone Instance to a Replica Set
    Writing Tutorial 2 min read

    Configuring MongoDB with Homebrew on macOS: Converting a Standalone Instance to a Replica Set

    Convert a standalone MongoDB instance to a replica set on macOS using Homebrew. Covers mongod.conf changes, replication settings, and local verification steps.