Accessibility as the Bare Minimum: Frontend Engineer's Guide
Building Accessible Websites: The Engineer's Guide to Not Locking People Out

Search for a command to run...
Articles tagged with #web-development
Building Accessible Websites: The Engineer's Guide to Not Locking People Out

Part 3 of the JavaScript Deep Dive Series In our previous article, we learned that JavaScript has a compilation phase where it scans through your code and sets up variable declarations. But not all variable declarations behave the same way during thi...
Part 2 of the JavaScript Deep Dive Series Before JavaScript executes a single line of your code, something crucial happens behind the scenes. While most developers think JavaScript executes and runs code line by line(I know I mentioned this in the fi...
Hey there, fellow Coding Chefs! 👋 Ever joined a project and spent three days just figuring out how the authentication system works? Or tried to add a simple feature only to discover it breaks two other components in mysterious ways? Or worse - found...
Hey there, Coding Chefs! 👨💻 Building solutions especially on the web can be strenous, time consuming, and sometimes frustrating especially when you have things like functional changes, design changes, flow changes etc. The intention of this articl...
Hey there, Coding Chefs! Ever wondered why some websites load instantly while others take forever to show content? Or why Netflix feels so snappy while some e-commerce sites make you wait ages? The secret lies in rendering strategies - the different ...