AI can generate a thousand articles a minute. But it can't do your thinking for you. Hashnode is a community of builders, engineers, and tech leaders who blog to sharpen their ideas, share what they've learned, and grow alongside people who care about the craft.
Your blog is your reputation — start building it.
12h ago · 10 min read · Last year I spent forty minutes setting up a React project for an internal admin dashboard. Just the boilerplate. Vite config, ESLint setup, Tailwind integration, React Router, TanStack Query because
FZANFOmar and 17 more commented
14h ago · 13 min read · The problem with Polling Every network operations team is familiar with the scenario: a ticket arrives at 3 a.m. indicating a BGP session has been down for 45 minutes. The monitoring system, checking
Join discussion
9h ago · 8 min read · 💡 TLDR: Polling is wasteful and can't give you true real-time delivery. Emitting events directly from application code is fragile — a partial failure leaves your database and broker out of sync. WAL-
Join discussion
12h ago · 24 min read · Modern .NET architecture discussions often become more confusing than they need to be because teams treat every pattern as if it competes with every other pattern. DDD, modular monoliths, vertical sli
Join discussion
15h ago · 8 min read · I was staring at a function signature that looked like this: fn area(width: u32, height: u32) -> u32 { width * height } And something felt off. Not wrong — it works. But it smells. Width and heig
DDaan commented
CNCF Ambassador, multi cloud, Influx ACE, Rancher, Kubernetes guy
2 posts this monthEngineering leader with 15+ years in global fintech. Writing about payment systems, regulatory engineering, and technical leadership.
2 posts this monthAlways Learning and Advocating for Best Practices in Software Crafting and Testing.
1 post this monthCNCF Ambassador, multi cloud, Influx ACE, Rancher, Kubernetes guy
2 posts this monthEngineering leader with 15+ years in global fintech. Writing about payment systems, regulatory engineering, and technical leadership.
2 posts this monthAlways Learning and Advocating for Best Practices in Software Crafting and Testing.
1 post this monthLove how this proves it’s less about “PHP vs Node” and more about using the right tool for the right chaos
started with java, I wanted to go into android dev, then pivoted to kotlin but now settled with flutter.
Quick add-on for anyone reading this: The Notion template story in the post is real. The "ultimate" pack with three database views was the one that actually pushed me to switch. If anyone's curious about Peddlum specifically, here's the link → https://api.peddlum.com/go/n-d15IAZ Free to browse, no signup needed to look at listings. Happy to answer questions if anyone wants to know how the admin review process works or how the messaging flow looks before buying.
https://www.linkedin.com/posts/yahid-basha_breakingappshackathon-ai-softwaretesting-ugcPost-7459489163214508034-JS5j?utm_source=social_share_send&utm_medium=member_desktop_web&rcm=ACoAADQAniUBL_kvkMhO3r_eQ5lFswDOuy0qbAk
I started with HTML and CSS but honestly I felt like an idiot trying to figure out JS. I spent way too much time just staring at the screen. What was the first thing you actually tried to learn? Did y
started with java, I wanted to go into android dev, then pivoted to kotlin but now settled with flutter.
Started with C++ at uni longtime ago...went back to C for embedded systems that's when you understand how the processor really works. Later ...