Drizzle Magic with Next.js
π DB Setup for Next.js application in 3 Minutes(feat. Drizzle and libSQL)
Insights and thoughts on technology and development, with a focus on React, its ecosystem, PostgreSQL, and all things JavaScript.
π DB Setup for Next.js application in 3 Minutes(feat. Drizzle and libSQL)
π§© Reactβs New <Activity> Component: Hide and Restore UI Effortlessly
ποΈ Understanding React Component Lifecycle: Mounting vs Rendering
π Why Node.js "Blocking" Operations Don't Actually Block Node
π Exploring PostgreSQL's buffer management internals
πͺ Deep dive into Window and Aggregate Functions in PostgreSQL and their usage in real-world scenarios
π Deep dive into WAL (Write Ahead Log) & Shared Buffers in PostgreSQL
πͺΆ How modern bundlers remove unused code: deep dive into tree shaking, dead code detection, ESM vs CommonJS, and the `sideEffects` flag.
π Deep dive into indexes, B+Tree, and index scan step by step in PostgreSQL
π‘ What Happens When You Type "SELECT..."? (Feat. PostgreSQL's Blazing Fast Cache!)
π Understanding PostgreSQL Isolation Levels
π The Journey of Your React Code
π» Deep dive into MVCC and locking in PostgreSQL