#webdev
Read more stories on Hashnode
Articles with this tag
JavaScript is slow, but don't make it any more slower. · Introduction JavaScript is slow. I've never dug into JavaScript from the performance angle. I...
Real-time data with a simple solution. · The problem Let's say you need fresh information. Imagine you're following a live sports match on a website. You...
Generator functions have their purposes and aren't a complete waste. · Introduction Generator functions are arguably the most confusing topic in...
Async & defer Execution Order Scripts normally block HTML parsing when discovered. They'd be fetched, executed and then the HTML parsing...
It's a different type of engineering. · Introduction The nature of software engineering. Since reading the book Modern Software Engineering, I've been...
What are the next steps after finally landing your job? · Introduction When I got my first job as a software engineer, I began working as a Junior...