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.
1d ago · 19 min read · If you've shipped anything with an AI coding agent in the last few months, you already know the feeling: you write three sentences, walk away to get coffee, and come back to a pull request with a diff
RNRichard and 1 more commented
1d ago · 3 min read · I still remember the first time Copilot finished my function before I did. Felt like magic. Then I shipped that "magic" and it broke prod because it hallucinated an edge case. That's the day I underst
MFFAFgautammitali97 and 21 more commented
DJ Ekusi, SAEKIKAZUMI
1 post this monthI do fancy stuff with Oracle APEX #orclapex
7 posts this monthProgrammable Infrastructure & EVM Execution Intelligence
5 posts this monthHey, I’m Ahmer — a Software Engineering student & full-stack dev sharing projects, dev logs, and lessons from the code trenches.
2 posts this month



DJ Ekusi, SAEKIKAZUMI
1 post this monthI do fancy stuff with Oracle APEX #orclapex
7 posts this monthProgrammable Infrastructure & EVM Execution Intelligence
5 posts this monthHey, I’m Ahmer — a Software Engineering student & full-stack dev sharing projects, dev logs, and lessons from the code trenches.
2 posts this monthAwesome project! Turning Johan Liebert into an AI-powered Discord bot is both creative and technically impressive. Great work
It's funny how the challenge keeps moving up the stack. First it's getting the data, then it's reconstructing state, then it's making sense of that state
Nice explanation of the differences between find(), findIndex(), findLast(), and findLastIndex(). The examples make it easy to understand why JavaScript starts indexing from 0, which is often a point of confusion for beginners.
Excellent summary! Multi-Agent Orchestration and MCP integration are game-changers. Summer '26 clearly shows Salesforce is going all-in on AI-powered enterprise workflows.
Though we are moving at a fast pace towards AI agents, I personally feel that AI agents could be used as assistants rather than replacing humans. As we know, sometimes AI agents start hallucinating. That is where engineers are needed the most—to check and rectify issues before shipping. OR, we could come up with something that would help AI agents perform better without hallucinating.
Hey everyone, I’m Ahmer. Currently surviving a software engineering degree while trying to figure out how to build actual web applications from scratch. I’m mostly here because I refuse to install 50
"Juniors build complex things to look smart; seniors write simple code to ship reliable software." Absolute gold. Is this quote from a Subst...
I'd watch a whole video series on optimizing database indexing and raw backend logic manually. Do you have a YouTube channel where you map o...