Minimising Risk: Node.js Dockerfile with Amazon Linux

I work for a company where getting production releases green-lit requires keeping systems clear of software vulnerabilities. This applies to both programming language packages and operating system components, even for internal-only systems. Without maintaining these standards, teams must apply for exemptions.

Read more

Certified Kubernetes Application Developer (CKAD) Study Notes

Here are my personal study notes from my preparation for the Certified Kubernetes Application Developer (CKAD) exam. While the main focus of these notes is the CKAD syllabus, they also touch upon additional aspects of Kubernetes that I think provides a more complete understanding and may prove useful to someone.

Read more

Docker Image for wasm-pack

To use rust and webassembly requires installing a fair amount of tooling. I decided to create a docker image with everything required:

Read more