v8n: A JavaScript Fluent Validation Library— If you like ‘fluent’, chainable APIs, you might like this approach to object validation, e.g. v8n().number().between(0, 100).test(44) .. though it goes a lot further than that. Bruno C. Couto |
Designing GraphQL APIs— A tutorial built at Shopify (initially for internal use) based on lessons learnt creating and scaling schemas on GraphQL APIs at Shopify. Shopify Engineering |
▶ Native JavaScript Modules— A look at how native JS modules work, what the current level of support is for them, plus main findings and gotchas from using them in production. Serg Hospodarets |
|