SFSyed Fazle Rahmaninhashnode.com·2d ago · 6 min readHashnode GQL Agent Skill: use the Hashnode GraphQL API from Claude Code, Cursor, and CopilotThe Hashnode GQL Agent Skill is an official agent skill that teaches AI coding agents how to use the Hashnode GraphQL API. Install it once and Claude Code, Cursor, GitHub Copilot, or any skills-compat63FPD
MTMittal Technologiesinmittal-tech.hashnode.dev·4d ago · 6 min readHow We Optimized API Calls and Reduced Mobile App Load Time by 40%We inherited a React Native app last year with a cold start time hovering around 4.2 seconds and a home screen that made three sequential API calls before rendering anything meaningful. Users were bou00
AGAnshul Ghogreinanshulghogre.hashnode.dev·Jul 5 · 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·Jul 2 · 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