Latest Content:
Concept Behind Database Indexes
Database indexes felt like magic to me at first. Slow query? Create an index and see the magic happen! We'll explore the fundamental concept behind indexes to help us understand advanced concepts later. Continue reading →
Understanding The Intersection Observer API
In this post, I'll explain the concept behind the browser's native IntersectionObserver API and how to use it. I'll also show a real-world use case in React - infinite scrolling. Continue reading →