JSNation – the main JavaScript conference of the year. You may join for free with 10k other JS engineers and 40+ great speakers. Just follow this badge.
#javascript#jsnationgitnation.com/badges/jsnatio…
Canvas seems to be an easy way to just draw out what you want on the DOM window using coordinate systems. Great for doing stuff related to physics and visualization . #LearnInPublic#100DaysOfCode#JavaScript#Canvas
I’m attending JSNation – the main JavaScript conference of the year. You may join me there for free with 10k other JS engineers and 40+ great speakers. Just follow this badge.
#javascriptgitnation.com/badges/jsnatio…#jsnation
I’m attending JSNation – the main JavaScript conference of the year. You may join me there for free with 10k other JS engineers and 40+ great speakers. Just follow this badge.
#javascript#jsnationgitnation.com/badges/jsnatio…
#javascript → #python cheatsheet for async:
Promise.all → gather
setTimeout → sleep (seconds, not ms!)
fire & forget → create_task
top-level IIFE → run
Wrote up the mental model shift here:
mattgajda.com/blog/2026/05/2…
Found one of my old Stack Overflow answers 😄
Back then it felt smart.
Now I'd never use this in production at scale.
Funny how experience changes your idea of "good code".
#JavaScript#Programming#CleanCode
Well-structured middleware is the difference between an Expressjs project that scales gracefully and one that becomes a tangle of side effects.
#Javascript#Nodejs#Expressjs