Setting up a simple CICD pipeline with AWS CodePipeline

Goal Our objective is to build an tool that can build a given application on the cloud, producing an artifact, and deploy it to an EC2 instance on AWS. For this tutorial, the application is a Java program stored in a Github repo and built as a Maven project that produces a jar file. TheContinue reading “Setting up a simple CICD pipeline with AWS CodePipeline”

Introduction to Docker

On this post we will present a basic introduction to Docker. By the end you should have an understanding of its main concepts and usage scenarios. First, let’s establish some groundwork on virtualization. Hypervisor virtualization In this mode, one or more independent machines run virtually on physical hardware via an intermediation layer. Each virtual machineContinue reading “Introduction to Docker”