edit this page

DevOps

At EOS Costa Rica we follow the DevOps principles to build and deploy software.

Automation is at the top of our priorities, everything from scaffolding to code optimization, testing, deploy and delivery.

Continuous integration allows us to detect problems early reducing costs and help us deliver robust software more rapidly.

Continuous communication and frequent one-on-one calls as well as pair programming are essential part of our day to day work.

Understanding DevOps

To accomplish these goals we leverage a set of technologies explained in the following videos:

Introduction to Infrastructure as Code ( IAC )

What is a Container?

Containers 101

Watch the full intro to containers playlist here
https://www.youtube.com/embed/EnJ7qX9fkcU&list=PL7bmigfV0EqQt5_pBPQ8tsZjI1w68-e0H

What is Docker?

Kubernetes in 5 mins

Kubernetes vs. Docker: It’s Not an Either/Or Question

Introduction to Terraform ( Infrastructure as Code )

Introduction to HashiCorp Terraform with Armon Dadgar