From 333a75fa6b4800440c6b72a66299863f06a56eda Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 6 Aug 2021 10:40:58 +0200 Subject: [PATCH] (2021) Deep Dive Into Kubernetes Schema Validation --- sections/programming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/programming.md b/sections/programming.md index abddc94..746e02a 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -878,6 +878,7 @@ Containers, Clouds and Lean Business * [Caitie McCaffrey](https://queue.acm.org/detail.cfm?id=2889274) - (2016) The Verification of a Distributed System | A practitioner's guide to increasing confidence in system correctness * [Literate programming](http://www.literateprogramming.com/) - is a programming paradigm introduced by Donald Knuth in which a program is given as an explanation of the program logic in a natural language, such as English, interspersed with snippets of macros and traditional source code, from which a compilable source code can be generated. * [Literate programming links](http://www.literateprogramming.com/links.html) - articles about literate programming +* [Eyar Zilberman](https://www.datree.io/resources/kubernetes-schema-validation) - (2021) A Deep Dive Into Kubernetes Schema Validation ## Database * [jOOQ Blog](https://blog.jooq.org/) - best practices and lessons learned about writing Java and SQL code