Should we be worried about the future of IaC?

Discover how changes from HashiCorp, the company behind Terraform, can change your IaC environment.

Machine Learning OPS (MLOPs) with Apache AirFlow2

Discover how Apache Airflow2 can streamline your Machine Learning Operations (MLOps) workflows, from data ingestion, model training to model deployment, with resilience and scalability.

Secure Cloud Workspace with VSCode and Tailscale

…Or someone else’s computer Sometimes your development machine is not sufficient for various reasons: For example, you need to build an x86/amd64 Docker image and do not want to pay the cost of QEMU, or it is on a limited internet; for these and other reasons, I created a terraform to bootstrap a development machine with a single command....

Use Docker Multi-Stage builds to keep the image size down

It is a daunting task to keep the size of docker images small. You might have seen your docker build get extensively large once you start adding more artifacts that would be needed in production....

June 13, 2021 · 4 min · Sanyam Khurana