Hhimanshupant415ininnostaxsoftware.hashnode.dev·9h ago · 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·1d ago · 9 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
HSHegde Sumanth Shyaminhegdesumanth.hashnode.dev·May 5 · 11 min readReact Inside Salesforce: A Strategic Look at the New Multi-Framework SDK (Open Beta)I built a Sales Pipeline Intelligence Dashboard using React 19, GraphQL, and the new Multi-Framework SDK inside a Salesforce scratch org — here's everything I learned. By Sumanth Shyam Hegde · Softwa00
DUDigital Uniconindigitalunicon.hashnode.dev·Apr 26 · 4 min readExploring GraphQL: How It Improves API DevelopmentAPIs are the backbone of modern web and mobile applications, enabling seamless communication between clients and servers. Traditionally, REST APIs have dominated the landscape, but GraphQL, a query la20
PKPrithvi Kumarinpruthu.hashnode.dev·Apr 15 · 5 min readFrom Spreadsheets to Structured Claims: Building a GraphQL Backend for Healthcare Reimbursements Introduction Healthcare reimbursement workflows are messy in the real world. Data comes from different people, at different times, in different formats, and usually under time pressure. One missed pho00