ThanhDev
  • Articles
  • Categories
  • Tags
  • About

ThanhDev

Frontend engineering notes on React, Next.js, TypeScript and software architecture.

  • Articles
  • Categories
  • Tags
  • About
  • GitHub
  • LinkedIn
  • Website
  • Email

© 2026 ThanhDev. Built with Next.js, Prisma and PostgreSQL.

Tag

#Performance

  • React

    Understanding React Rendering

    A practical explanation of how React rendering actually works under the hood, and why most re-render bugs are really state placement bugs.

    • #React
    • #Performance
    Sep 5, 2026•2 min read•49 views
  • Architecture

    PostgreSQL Indexes Every Developer Should Know

    B-tree, partial, composite and GIN — what each one is for, and how to tell whether the planner is using yours.

    • #PostgreSQL
    • #Performance
  • Architecture

    Measuring and Fixing Core Web Vitals

    LCP, CLS and INP explained through the fixes that actually move them, not the definitions you can already look up.

    • #Performance
    • #Next.js
Aug 8, 2026
•
2 min read
•914 views
Jul 4, 2026
•
2 min read
•594 views