Today’s Pick

Featured sections

More editor picks

Curated slots from the writing desk

Archive

Latest posts

6 posts

Blog Jun 30, 2026, 5:53 PM 33 reads

Why I built a first-party blog

A small writing site where posts, search, and other tools live under my own roof.

#blog#privacy
React Jun 26, 2026, 3:39 PM 31 reads

Infinite Scroll with TanStack Query

How to make Infinite scroll with TanStack Query, server prefetching, and hydration.

#NextJS#React#Frontend
React Jun 26, 2026, 12:45 PM 25 reads

You Probably Don’t Need a Global State Manager

Before reaching for a global store, it is worth asking whether the state belongs to server, the URL, a component, a scoped provider, or truly the whole ap…

#React#Frontend