Containers under the Hood
Let’s talk about the underlying technology that enables containers under Linux, and build a container from scratch!
Building Container Images without a Dockerfile
Container images are just tarballs with a bit of configuration. Dockerfiles are just one option to create them.
WebAssembly Serverless Computing from Scratch
Humble proof of concept of a serverless computing platform in Node.js based on the idea of nanoprocesses.