Latest Articles

Multi-Container Local Development Setup using DevContainers in VSCode
Video

Multi-Container Local Development Setup using DevContainers in VSCode

Chandra Shettigar

Discover how to effortlessly establish a multi-container local development environment, catering to a 2-tier or multi-tier application stack, using the Dev Containers extension within VSCode (Visual Studio Code) in tandem with Docker Compose.

Read More

VPC Basics for Kubernetes on Amazon EKS

Chandra Shettigar

Explore the fundamentals of VPC and its application in Kubernetes clusters on AWS EKS. While networking setups may not be your primary focus, grasping these basics proves invaluable.

Read More
DevOps Local Setup: Docker & Dev-Containers in VSCode
Video

DevOps Local Setup: Docker & Dev-Containers in VSCode

Chandra Shettigar

Learn how to setup an efficient and consistent local environment for DevOps, Platform or Cloud Engineering workstation, using Docker and Dev Containers in VSCode. Learn from setting up Dev Containers, installing AWS CLI & CDK, installing Terraform & Kubectl to testing AWS & Terraform, etc.

Read More

The Flipside of Microservices: Knowing When to Embrace or Pass

Chandra Shettigar

“Microservices” offer a way to make flexible, scalable apps. But are they right for all? Should you choose them? What about long-term upkeep? Discover how to find the right balance for your app.

Read More

Create React.js App using Docker

Chandra Shettigar

Learn how to create a new React.js app without installing Node on your host OS using Docker. This post will guide you through the steps to run the app as a container on your local setup, streamlining your development process.

Read More

A Beginner's Guide to Docker: Understanding the Basics

Chandra Shettigar

Docker has become a widely-used containerization platform, streamlining the process of developing and deploying applications. In this post, we’ll cover basics Docker, Dockerfile, Docker Engine and CLI.

Read More