Skip to content

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):/·KorCtrlK

    Blog

    Writing archive. Page 3.

    Older writing from page 3 of 4, ordered newest first.

    • Archive
    • Latest first

    Page 3 of 4

    Recent writing with a practical bias.

    Latest post first, then browse by topic and depth.

    Boosting Code Quality and Efficiency with My ESLint Configuration Library
    WritingCase 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
    WritingTutorial
    7 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