Blogs

How X Handles Infinite Scroll Without Lagging
Build X's infinite scroll from scratch with Next.js

Understanding and Fixing Mixed Content Errors in Modern Browsers
Fix mixed content issues to secure your website and improve SEO performance

Responsive vs. Fluid Design and Flex-Wrap
Flexible, responsive layouts with CSS flex-wrap & fluid design techniques

So You Wanna Make Games? Start Small.
Essential tips and pitfalls to avoid when creating your first indie game

What I Suggest to Newbies on Web/App Development
Essential tips from a self-taught developer to juniors.

Why I hate Tailwind CSS But Keep Using It
A critical look at Tailwind CSS pros & cons from a developer's perspective

Why I Hate React But Can’t Stop Using It
A critical look at React's performance tradeoffs & why developers still use

History Sniffing on Legacy CSS: How Browsers Used to Leak Your Past
Learn a classic web privacy exploit that exposed users' browsing histories

Writing a Watermark API in Next.js
Building a Simple Watermark API with Next.js and Sharp

JavaScript Strict Mode: Cleaner, Safer Code
Master JavaScript's strict mode for safer, more maintainable code

JavaScript Decorators: Native Support, TypeScript, and Beyond
Master JavaScript decorators to write cleaner, more powerful code

JavaScript's Proxy and Reflect: A Deep Dive into Meta-Programming
Master JavaScript's Proxy & Reflect for powerful meta programming