TIL: You know everybody by 6 steps. Be nice! A documentary about the science behind sayings like "the world is so small".
Some online diagram & drawing apps A few online apps to draw diagrams and draw concepts. Good for software engineers.
TIL: You know everybody by 6 steps. Be nice! A documentary about the science behind sayings like "the world is so small".
TIL: OpenAPI — nullable property in deepObject If you want to have optional parameters in a schema with the deepObject style, you probably run into problems — at least with the league/openapi-psr7-validator. The easy fix or workaround for this, is to add nullable: true to the parent schema.