Soundtrack to your annual ritual of consumerism, intoxication and schmaltzxcdx.com2 points·by beatcracker·5 anni fa·1 comments
Supply chain security shouldn't depend on up-votestwitter.com1 points·by beatcracker·5 anni fa·0 comments
beatcracker·3 anni fa·discussAgree, I might've stretched It a bit. Your descriptions is more accurate.
beatcracker·3 anni fa·discussThey were not the slaves, but unionized workers:https://en.m.wikipedia.org/wiki/Burlak
beatcracker·5 anni fa·discussAuthor here, feel free to ask me anything.Btw, currently I have a huge backlog of telemetry to add, so I wouldn't mind some help. If anyone interested, have a look at the GitHub issues in this repo. The repo itself contains all docs and examples to get you started.
beatcracker·5 anni fa·discussI've built a tiny pet project [0] that uses JSON Schemas [1] extensively.Data is defined by the schema and it's used to build a static JSON API on GitHub Pages.OpenAPI [2] definition for API reuses data schema and you can use OpenAPI Generator [3] to generate clients.The site uses docsify [4] to display repo's README nicely.[0] https://beatcracker.github.io/toptout/[1] https://json-schema.org/[2] https://swagger.io/specification/[3] https://github.com/OpenAPITools/openapi-generator[4] https://docsify.js.org/