Explore >> Select a destination


You are here

dygalo.dev
| | richardtier.com
6.7 parsecs away

Travel
| | Django Rest Framework integrates well with models to provide out of the box validation, and ModelSerializers allow futher fine-grained custom validation. However, if you're not using a model as the resource of your endpoint then the code required for custom validation of complex data structure can get hairy. If there is a heavily nested data...
| | speakerdeck.com
7.1 parsecs away

Travel
| | Data Validation for Humans (and Python) Presented at - PiterPy 2017, St. Petersburg - PyConUK 2016, Cardiff - PyCon Italy 2016, Florence
| | devopsian.net
3.7 parsecs away

Travel
| | Discover the value of API-First design for side projects. Learn how this approach can streamline development, improve consistency, and accelerate your workflow through practical examples and code generation.
| | in.relation.to
22.2 parsecs away

Travel
| Java 9 comes with a new feature very useful to library authors: multi-release JARs (JEP 238). A multi-release JAR (MR JAR) may contain multiple variants of one and the same class, each targeting a specific Java version. At runtime, the right variant of the class will be loaded automatically, depending on the Java version being used. This allows library authors to take advantage of new Java versions early on, while keeping compatibility with older versions at the same time. If for instance your library pe...