blogs.

Terraform Integrated with GitHub Actions to setup Argo CD on Civo. Wohho! Wait! What is this? So let me explain a bit about this tools. Argo CD : ArgoCD is a GitOps tool that helps with your GitOps workflows. ArgoCD can be used as a standalone tool or as a part of your CI/CD workflow...

What is cloud computing? Cloud computing is the on-demand availability of computer system resources (includes RAM/CPU/HD), especially data storage (cloud storage) and computing power, without direct active management by the user...

In this blog, we will learn how to create below resources using AWS CLI Create a key pair Create a security group Launch an instance using the above created key pair and security group. Create an EBS volume of 1 GB...

What is Amazon S3? Amazon Simple Storage Service is storage for the Internet. It is designed to make web-scale computing easier for developers. Amazon S3 has a simple web services interface that you can use to store and retrieve any amount of data, at any time, from anywhere on the web...

What is Docker? Docker is a platform designed to help developers build, share, and run modern applications. More simple definition: Docker enables you to separate your applications from your infrastructure so you can deliver software quickly...

Docker uses a client-server architecture. The Docker client talks to the Docker daemon, which does the heavy lifting of building, running, and distributing your Docker containers. The Docker client and daemon can run on the same system, or you can connect a Docker client to a remote Docker daemon...