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.
2h ago · 8 min read · Have you ever run docker ps and immediately moved on, as if that command simply floated into the void and came back with container names by magic? Have you wondered why the Docker CLI sometimes works
Join discussion
3h ago · 11 min read · Building search functionalities for Arabic texts—especially the Quran—comes with unique challenges, from morphology and lemmatization to phonetic matching and performance bottlenecks. The quran-search
Join discussion
1h ago · 18 min read · TLDR: Platform threads (one OS thread per request) max out at a few hundred concurrent I/O-bound requests. Virtual threads (JDK 21+) allow millions — with zero I/O-blocking cost. Spring Boot 3.2 enables them with a single property. Avoid synchronized...
Join discussion2h ago · 4 min read · {width=700px style="max-width:100%;height:auto;"} The core problem In a movie ticket booking system the trickiest bug is concurrent seat overbooking. When multiple users try to reserve the same seat at the same time, a naive "check availability + res...
Join discussion
APEX, ORDS & the Oracle Database
1 post this monthSenior DevSecOps Engineer | Cloud-Native & Microservices Architect | Security-First DevOps Advocate
1 post this monthCyberArk PAM Specialist
1 post this monthBuilding Bug0, an AI-native E2E testing platform for modern apps - co-founder & ceo @ Hashnode
3 posts this monthAPEX, ORDS & the Oracle Database
1 post this monthSenior DevSecOps Engineer | Cloud-Native & Microservices Architect | Security-First DevOps Advocate
1 post this monthCyberArk PAM Specialist
1 post this monthBuilding Bug0, an AI-native E2E testing platform for modern apps - co-founder & ceo @ Hashnode
3 posts this monthgreat project, Fazle. there are definitely a lot of agent browser tools, but none of them are solving the core regression testing problems. This is def going deeper into this domain.
Awesome work getting to 95 on mobile! The final 5% is almost always mobile JS execution time. A few quick wins: check your bundle with vite-bundle-visualizer, defer all third-party scripts, and test on real low-end devices. You’re super close! 🚀
Really interesting problem to solve—secure browser automation is a big gap right now. The relay approach and built-in token optimization sound promising. Curious to see how it performs in real-world use. Looking forward to the launch!
Great breakdown. Totally agree that code generation has outpaced testing. The “works in demo, breaks in prod” problem is very real, especially with auth and edge cases. Feels like the gap now is less about building and more about validating fast enough. We’ve started keeping a small set of critical flows tracked in Tuskr just to make sure nothing essential breaks as we iterate quickly. Not perfect, but it helps bring some structure back.
For me, an AI app feels genuinely useful when it saves time and simplifies tasks without making me think about how it works. Anything that feels like a gimmick usually overpromises or interrupts my workflow rather than helping.
Technical stacks evolve and frameworks disappear, but the core traits of a high-impact engineer remain constant. If you want to build a career that lasts, focus on these three internal attributes. Cu
Very nice article. Point 2 is right on the spot.
The third pillar is the one most tutorials skip entirely. You can teach syntax and you can teach problem-solving, but communication only com...