read moreWhat is EC2, and why is it important? EC2 usecases EC2 Instance Types Recommended to follow this page for very detailed and updated information. General purpose Compute optimized Memory optimized Storage optimized Accelerated computing !image Instance families Additional capabilities EC2 Instance Ba...read more
read moreSome of the most commonly used docker commands are docker images Lists docker images on the host machine. docker build Builds image from Dockerfile. docker run Runs a Docker container. There are many arguments which you can pass to this command for example, docker run -d -Run container in background...read more
read moreMany beginners give up on programming because of environment setup issues. This guide introduces GitHub Codespaces—a cloud development environment that lets you start coding immediately, with no local setup required. Why Does Programming Learning Fail at Environment Setup? Installing languages and r...read more