Search
Search across blog posts.
Recent posts
Aug 5, 2026 · devops
Agents write code that passes every test and still breaks in production. Here is how to ship it to a slice of your users first, and how to take it back in seconds when it goes wrong.
Jul 28, 2026 · devops
Code is written faster than ever with AI loving to write tests for everything it does. This makes our CI pipeline slower and slower. Here is how to build a fast CI/CD pipeline - Part 1 with focus on CI
Jul 21, 2026 · react
Let's find out by exploring how the most popular libraries are doing it under the hood and then build our own.
Jul 11, 2026 · react
The React Compiler memoizes your components at build time, and it does the job better than you can by hand. What it is, how the compiled output works, how to turn it on, and what to do with the useMemo calls already in your codebase.
Jul 4, 2026 · security
Where should your auth token live so an XSS bug can't steal it? Here's how to build auth that survives the crazy non-secure world we live in.
Jun 28, 2026 · performance
Over the years, in our goal to achieve faster and faster web applications, we created different hydration and rendering strategies. Each with benefits and drawbacks that we explore in this article.