David (@armor_flex) 's Twitter Profile
David

@armor_flex

software engineer

ID: 1579917543195697165

calendar_today11-10-2022 19:31:23

9 Tweet

0 Takipçi

57 Takip Edilen

Kent C. Dodds ⚡ (@kentcdodds) 's Twitter Profile Photo

I'm excited to introduce the web's next transformation: ✨ Progressively Enhanced Single Page Apps ✨ This transition has already started. Let's take a bit to talk about the history of architecture for web apps and explore its future as well. epicweb.dev/the-webs-next-…

Matt Pocock (@mattpocockuk) 's Twitter Profile Photo

🔥 TypeScript Tip 🔥 If you're feeling like a function you're writing is lacking flexibility, try PASSING IT A FUNCTION. This is called 'Inversion of control', and it lets you write dainty little API's which give full control over to the users of your function.