The Invisible Work of a Frontend Lead (And Why It Matters) ...
When I first stepped into a frontend lead role, I thought my biggest contributions would come from...
When you're building the first version of a React app, performance usually isn’t your top concern....
Things I Wish I Knew Before Scaling a Frontend Codebase 🚀 ...
Introduction: The Growing Pains of a Frontend Codebase Every frontend project starts small...
Introduction: The "Oh No" Moment At some point in my career, I took over a large React app...
An Iterator is an Iterable of Itself Wait… What?! 🤯 Yeah, I know—it sounds like a weird...
Introduction A well-structured delivery pipeline ensures that software is shipped...
Ever borrowed a book from a library? Good. You already understand JavaScript...
We all must agree that JavaScript is great! But you know what? LEGO is even greater! Why?...
The wonder of JSON Web Tokens JSON Web Tokens (JWT) is a way of statelessly handling...
“Colorful lines of code on a computer screen” by Sai Kiran Anagani on Unsplash ...
It’s considered a good practice to load big components upon request. Here is a way of doing that using HOC.
Introduction Almost every web and mobile app nowadays have authentication. Most of them...