nullxone

↗ HN profile [ 640 ms ] full profile
Karma
13
Created
November 10, 2015 (10y ago)
Submissions
0
  1. DEVELOPER PREVIEW: Hasura v3 completely re-imagines microservice / business logic integration (Actions in Hasura v2). A single typescript function maps to a complete GraphQL root field. The first 2 minutes is a demo of…

  2. I'm looking to learn about the developer experience while building out a single microservice - what programming langauge, tooling: ci/cd, test runners - what method do you use in local development when the microservice…

  3. Recent popular posts got me thinking about common complaints about GraphQL and how they're often complaints about a particular implementation. Performance, security, actually building a GraphQL server. What else have…

  4. The Heroes of GraphQL (stellate.co)
  5. Requirement: - Excellent feedback during development - Debugging with source maps Method: I'm using these scripts in package.json. "scripts": { "di": "node-inspector -d=7000 -p=8000 --save-live-edit --hidden…