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.
20h ago · 3 min read · This is a great combination for something the used to take some effort on writing some functions to execute actions on specific rows of an IR, like using a hidden page item, assigning the PK value of
Join discussion
2h ago · 10 min read · I. Introduction Coolify is an open-source, self-hostable PaaS that lets you deploy apps, databases, and pre-baked services on your own servers — the "Vercel/Heroku/Netlify replacement, but you own the
Join discussion
10h ago · 7 min read · Change a product's price anywhere in your app, and it instantly syncs to a third-party marketplace. No manual triggers, no polling, no fragile save() overrides. Here's the signal pattern that powers i
Join discussion




Full Stack Development
1 post this monthProgrammable Infrastructure & EVM Execution Intelligence
5 posts this monthI do fancy stuff with Oracle APEX #orclapex
6 posts this monthSenior .Net Engineer
4 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 monthFull Stack Development
1 post this monthProgrammable Infrastructure & EVM Execution Intelligence
5 posts this monthI do fancy stuff with Oracle APEX #orclapex
6 posts this monthSenior .Net Engineer
4 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
Execution intelligence is exactly what's missing today. Reading state and calling contracts is one thing, understanding intent, liquidity flows and execution context is another. Interested to see how BXRuntime evolves this layer.
That's very amazing idea. I like unique idea apps. That shows the developer's level of creativity. I tried the app , soon will be get used to it. Kudos to you...
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.
That signature issue you ran into probably boils down to figuring out whether those parameters are cryptographically tied to your session or just derived from something predictable like a timestamp. That one detail makes a huge difference - it tells you whether cracking the signature is actually feasible or whether you're better off just spinning up browser automation and calling it a day. If you want to level up your architecture discovery game, start by explicitly mapping out where each parameter actually comes from like hardcoded stuff, session-derived, generated on the fly, whatever, ri
Internal wikis and markdown files go completely out of date the minute they hit the main branch. Humans get lazy, and code moves too fast. Since modern models rely on precise, structured context, stro
Documentation is really important especially these days since people may want to understand the logic behind your system. Even security tool...
This is exactly why modular open-source apps thrive or die. Look at something like CloudStream APK—it relies entirely on a massive ecosystem...