Technically Feasible

Technically Feasible

Confessions of an Enterprise Software Developer







πŸ”—

Paul’s notes on how JSON-LD works

We all know what JSON-LD is: JSON with a @context field tacked on top, right? That’s pretty much all it is. Except sometimes you see an @id field, which, sure, that makes sense. And sometimes the @context field is multiple URLs, which seems odd β€” because how do they mix? Well, no worries.

paulfrazee.medium.com


πŸ”—

OpenAPI Typescript Codegen

Node.js library that generates Typescript clients based on the OpenAPI specification. There's no named parameter in JavaScript or TypeScript, because of that, we offer the flag --useOptions to generate code in two different styles.

github.com