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.
6h 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
4h ago · 34 min read · Imagine planning a massive cross country road trip. Three solid months are spent mapping out every single turn. Every hotel is pre booked. The exact amount of gas needed is calculated down to the gall
Join discussion42m ago · 8 min read · When a relational database table hits the multi-terabyte tier, traditional database administration workflows begin to break down. Standard operational tasks—such as rebuilding a fragmented non-cluster
Join discussion
2h ago · 3 min read · Have you ever wondered how Instagram almost immediately hits backs with the “Username already exists!” message when you try to create a new account? Lets make a quick estimate - Suppose the number of
Join discussion2h ago · 9 min read · A few years ago I shipped a bug that moved money and forgot to take it from anywhere. The code added a credit to one account and, because of a botched early return, never wrote the matching debit. Not
Join discussion




Full Stack Development
1 post this monthCertified Oracle APEX Pro · Sharing what actually works in enterprise development
3 posts this monthSenior .Net Engineer
4 posts this monthProgrammable Infrastructure & EVM Execution Intelligence
3 posts this monthBuilding systems, leading teams, and creating momentum from 0→1.
1 post this monthFull Stack Development
1 post this monthCertified Oracle APEX Pro · Sharing what actually works in enterprise development
3 posts this monthSenior .Net Engineer
4 posts this monthProgrammable Infrastructure & EVM Execution Intelligence
3 posts this monthBuilding systems, leading teams, and creating momentum from 0→1.
1 post 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...
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
Documentation is really important especially these days since people may want to understand the logic behind your system. Even security tools like Debuggix need updated and correct markdown files in order to reduce false positives during security checks and give real issues.
This is a solid approach. The head/tail truncation pattern is elegant — keeping the context where errors usually surface while dropping the noisy middle. I've been thinking about a similar problem from a different angle: when you're running long scraping jobs via MCP, the log output can get massive. A token-aware middleware like mcp-headroom could slot right into that pipeline. Curious — have you tested this with Docker build outputs? Those tend to be the worst offenders for context bloat.
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...