Blogs

What is Infrastructure as Code (IaC)?

Infrastructure as Code (IaC) is a methodology that allows organizations to manage and provision infrastructure through machine-readable files rather than manually configuring hardware or using interactive configuration tools. As the name suggests, this approach treats...

What is Serverless?

Serverless is not software itself; it is a cloud computing model where a cloud provider, like AWS, automatically manages the infrastructure, allowing developers to run code without managing servers. Users only pay for the compute time used, and applications...

What is Containerization?

Containerization in cloud computing refers to the encapsulation of applications and their dependencies into lightweight, portable containers. Unlike traditional virtual machines (VMs), containers share the host operating system's kernel, making them efficient and fast...
Building a CI/CD Workflow with CircleCI

Building a CI/CD Workflow with CircleCI

Leveraging CircleCI to Build a CI/CD Pipeline For The Healthline Media Activation Platform   Healthline Media, a TrackIt AWS Managed DevOps customer, was in need of a CI/CD pipeline for its Healthline Activation Platform packaged in a Windows Docker container.  ...

read more
Migrating Windows Application to Containers on Amazon ECS

Migrating Windows Application to Containers on Amazon ECS

We recently had to migrate an ASP web application to Docker. ECS fully supports Windows containers, if you are aware of some limitations and workaround compared to Linux. Introduction Migrating a web application to Docker can provide many benefits, such as increased...

read more