The 25 Micro-Habits of High-Impact Managers - Sharp folks from across the First Round community share the small habits that great managers do, including delivering feedback with care, opening up about failure, and sending praise up the chain. leadership 🔥
Astro Integrations Explained - If you’ve ever used Astro, you will no doubt have come across Astro’s integration system. You can think of integrations like plugins: They’re pieces of code that add new functionality and behavior to your project. astro
What I Wish Someone Told Me When I Was Getting Into ARIA - Accessible Rich Internet Applications (ARIA) is an inevitability when working on web accessibility. That said, it’s everyone’s first time learning about ARIA at some point. aria
Reactivity is easy - Reactivity as a concept seems to be still misunderstood in the React ecosystem, and I wanted to provide a write-up of how we solved that problem in the MUI X Data Grid. react
Performance and Stress Testing in Node.js - In this article, you'll learn about stress and performance testing, why they're important, the best tools available, and how to use them in Node. nodejs, testing