· software
I built a VS Code extension that reads your project's mind
The Problem: Context Switching Fatigue 😫 You often have to install a specific package and go through these steps: 1. Open npm. 2. Search for the package name...
The Problem: Context Switching Fatigue 😫 You often have to install a specific package and go through these steps: 1. Open npm. 2. Search for the package name...
Hey Cloud Builders 👋 Welcome to Day 28 of the 100DaysOfCloud Challenge! In this post we’ll create a private Amazon Elastic Container Registry ECR repository, b...
🏗️ The Architecture 📝 My First Dockerfile - Used FROM to select a base image. - Used COPY to move my code inside. - Used CMD to tell the container what to do...
Default CMD in the Ubuntu Image The official Ubuntu image defines a default command: dockerfile CMD '/bin/bash' When you run a container and provide arguments,...