AGAnshul Ghogreinanshulghogre.hashnode.dev·2d ago · 8 min readHTTP Just Got a New Method: Meet QUERYFor as long as REST APIs have existed, developers have been quietly breaking the rules every time they built a "search" endpoint. You needed a request body for a complex filter, so you reached for POS00
NMnishant modiinnishantmodi.hashnode.dev·5d ago · 11 min readTemporal Memory Architecture in Multi-Agent LoopsImagine a company's CEO changes. Both names, the old CEO and the new one, are in your vector store. An agent queries for the current CEO and similarity retrieval returns the previous one. In a loop, a10
DHDan Holloraningrimicorn.hashnode.dev·Jun 26 · 4 min readGraphQL Fragments: Let Each Component Own Its DataA GraphQL query looks clean when you first write it. One request, all the data you need, no waterfall. Then the app grows. The top-level page query starts picking up fields for five different child co00
Hhimanshupant415ininnostaxsoftware.hashnode.dev·Jun 23 · 10 min readPrisma Nexus for GraphQL in Node.jsMy first GraphQL project was a disaster. Not because the queries were wrong — they weren't. The problem was that I had the same "User" type defined in four separate places: the SDL file, a TypeScript 00
UKUbeydullah Keleşinubeyd.dev·Jun 22 · 10 min readThe Endpoint That Moved While I Wasn't LookingEverything on this blog gets here through two Claude Code slash commands. The first, /draft-post, turns a working session into a markdown file. The second, /publish-post, takes that file and pushes it00
KLKgosi Leburuincodednetwork.com·Jun 10 · 15 min readNetBox Automation Cookbook Why Automate NetBox at all ? If you followed my last post, you now know how to confidently navigate NetBox's GUI. Creating sites, racks, devices, prefixes, and IP addresses through the web interface. 00
YPYogesh Peelainexploitnotes.hashnode.dev·Jun 8 · 4 min readIceman - dalCTF 2026Flag: dalctf2026{open-ticket-send-me-ur-fav-song-in-album6}Category: Web / GraphQL / JWT Overview A music-themed GraphQL API protected by JWT-based tier access control. The goal was to escalate from 00
ASAbhigna Sriramojuinconsole-diaries.hashnode.dev·May 17 · 5 min readYour API doesn't need GraphQLImagine setting up GraphQL on projects that had 7 endpoints. You spend days configuring resolvers, fighting N+1 queries, debugging why errors came back as 200s, only to realise REST would have shipped00
MAMd Asif Ullah Chowdhuryinasifthewebguy.hashnode.dev·May 13 · 17 min readGraphQL vs REST: Choosing the Right API ArchitectureThree months ago, I rebuilt an internal dashboard API that was drowning in REST endpoints. Twelve different endpoints to fetch user data, project data, team data, and their nested relationships. The m00
HCHarshwardhan Choudharyineasyharshmods.hashnode.dev·May 12 · 20 min readThe right way to choose between REST, GraphQL, and gRPC on AWSA working AWS reference, one e-commerce backend deployed three ways, and the ALB configuration that costs people half a day. Most engineers pick the wrong API protocol. And they have no idea they're d00