Tiger's Place

Tiger's Place

Follow
Follow
homebadges
Tag

webdev

#webdev

More content

Read more stories on Hashnode


Articles with this tag

How to write performant JavaScript code

Nov 21, 20239 min read509 views

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...

How to write performant JavaScript code

Wtf are Server Sent Events (SSE)?

Nov 18, 20232 min read161 views

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...

Wtf are Server Sent Events (SSE)?

Your last guide to JavaScript Generator Functions

Aug 31, 202313 min read338 views

Generator functions have their purposes and aren't a complete waste. · Introduction Generator functions are arguably the most confusing topic in...

Your last guide to JavaScript Generator Functions

Advanced Web Development

Jul 26, 20235 min read592 views

Async & defer Execution Order Scripts normally block HTML parsing when discovered. They'd be fetched, executed and then the HTML parsing...

Advanced Web Development

The nature of software engineering

Jul 24, 20233 min read163 views

It's a different type of engineering. · Introduction The nature of software engineering. Since reading the book Modern Software Engineering, I've been...

The nature of software engineering

Become an outstanding Frontend Developer

Feb 13, 20234 min read797 views

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...

Become an outstanding Frontend Developer