Skip to content
BloGrove

Tag

#performance

5 articles

PostgreSQL Indexes Explained: B-Trees and Beyond
databases

PostgreSQL Indexes Explained: B-Trees and Beyond

How Postgres indexes really work — B-tree mechanics, when indexes get ignored, covering, partial, and composite strategies, proven with EXPLAIN.

3 min read
PostgreSQL Query Optimization: The EXPLAIN ANALYZE Workflow
databases

PostgreSQL Query Optimization: The EXPLAIN ANALYZE Workflow

Make slow Postgres queries fast, methodically — read EXPLAIN ANALYZE, spot sequential scans and bad joins, fix estimates, and repeat a checklist.

4 min read
React Native Performance: The Fundamentals That Fix 90% of Jank
mobile dev

React Native Performance: The Fundamentals That Fix 90% of Jank

Why React Native apps feel slow — the JS thread, list virtualization, image handling, and re-render control, plus a diagnostic workflow for real bottlenecks.

3 min read
The React Rendering Model, Explained Once and Properly
web dev

The React Rendering Model, Explained Once and Properly

How React decides what to re-render — components, state triggers, reconciliation, keys — and a mental model that avoids perf bugs and over-memoization.

3 min read
Core Web Vitals for Blogs, in Plain English
blogging

Core Web Vitals for Blogs, in Plain English

LCP, INP, and CLS explained for writers, not engineers — what each metric measures, the thresholds that matter, and the fixes that move them.

2 min read