Ask HN: Readings to more deeply understand JavaScript?
16 points| hnthrow10282910 | 3 years ago
I’ve been coding in JS for years, but would like to dive a bit deeper into the ecosystem around it.
16 points| hnthrow10282910 | 3 years ago
I’ve been coding in JS for years, but would like to dive a bit deeper into the ecosystem around it.
e1g|3 years ago
For Cloudflare Workers specifically: first, learn regular Web Workers, then read everything from kentonv who's the tech lead for CF Workers, and a user here. He's written many (disjointed) pieces on Workers both here on HN and on the CF community board. Additionally, Cloudflare Developers Discord (https://discord.com/invite/cloudflaredev) has a very active channel for Workers with people discussing implementation details and edge cases.
hnthrow10282910|3 years ago
alexdowad|3 years ago
Studying the source code for a JS implementation is also a good step. QuickJS is a good one.
Raed667|3 years ago
majortennis|3 years ago
sieabahlpark|3 years ago
[deleted]