
Custom Resources: What Happens After Defining the Schema
resourceVersion, generation, finalizers, and owner references: things that happen to a Kubernetes object over its lifetime, once the schema …
23 articles

resourceVersion, generation, finalizers, and owner references: things that happen to a Kubernetes object over its lifetime, once the schema …

Go 1.27 adds generic methods, enabling Filter/Map/Reduce to be chained fluently like Java's Stream API. See the language change and a …

Practical walkthrough of what a CustomResourceDefinition is, relevant concepts worth learning before writing one, and an example you can …

Heroku has no serverless functions, but it has one-off dynos. How Axel Pettersson and I turned them into a pay-per-use Function as a Service …

How a team with no AI experience built Traap, a Java and Spring Boot application mapping travel times, and won the KTH AI Society hackathon …

Mutually exclusive, collectively exhaustive: McKinsey's principle for splitting a problem into clean subsets, and why it is just as useful …