jonmatumalpha
conceptsnotesexperimentsessays

© 2026 Jonatan Mata · alpha · v0.1.0

#devops

15 articles tagged #devops.

  • AWS CDK

    AWS infrastructure as code framework that allows defining cloud resources using programming languages like TypeScript, Python, or Java, generating CloudFormation.

    seed#aws#cdk#iac#typescript#cloudformation#devops
  • AWS CloudFormation

    AWS native service for defining and provisioning infrastructure as code using YAML or JSON templates, with state management and automatic rollback.

    seed#aws#cloudformation#iac#yaml#provisioning#devops
  • CI/CD

    Continuous Integration and Continuous Delivery/Deployment — practices that automate code integration, testing, and delivery to production. Foundation of modern software engineering.

    evergreen#devops#automation#testing#dx
  • Cloud Native

    Development approach leveraging cloud advantages: containers, microservices, immutable infrastructure, and declarative automation for scalable and resilient systems.

    seed#cloud-native#containers#microservices#cncf#kubernetes#devops
  • DevOps

    Culture and set of practices that unify development (Dev) and operations (Ops) to deliver software with greater speed, quality, and reliability. It's not a role — it's a way of working.

    evergreen#devops#culture#automation#sre
  • DevOps Practices

    Set of technical and cultural practices that implement DevOps principles — from Infrastructure as Code to blameless post-mortems. The "how" behind the philosophy.

    evergreen#devops#practices#automation#sre
  • Docker

    Container platform that packages applications with all dependencies into portable, consistent units that run identically in any environment.

    seed#docker#containers#devops#packaging#portability#images
  • Docker Compose

    Tool for defining and running multi-container applications with a YAML file, simplifying local development of systems with multiple services.

    seed#docker-compose#docker#local-development#yaml#multi-container#devops
  • GitHub Actions

    GitHub's native CI/CD platform. Declarative YAML workflows that automate build, test, deploy, and any development lifecycle task — directly from the repository.

    evergreen#ci-cd#automation#github#devops
  • Helm

    Package manager for Kubernetes that simplifies installation and management of complex applications through reusable and configurable charts.

    seed#helm#kubernetes#packaging#charts#k8s#devops
  • Infrastructure as Code

    Practice of defining and managing infrastructure through versioned configuration files instead of manual processes. Foundation of modern operations automation.

    evergreen#devops#iac#automation#cloud
  • Internal Developer Platforms

    Internally built platforms abstracting infrastructure and operations complexity, providing self-service to development teams.

    seed#idp#platform#self-service#abstraction#devops#automation
  • OpenTofu

    Open source fork of Terraform maintained by the Linux Foundation. Compatible with HCL and Terraform providers, created in response to HashiCorp's license change to BSL 1.1.

    evergreen#iac#opentofu#open-source#devops
  • Platform Engineering

    Discipline designing and building internal self-service platforms so development teams can deploy and operate applications autonomously.

    seed#platform-engineering#idp#self-service#devops#golden-paths
  • Terraform

    HashiCorp's Infrastructure as Code tool that enables defining, provisioning, and managing multi-cloud infrastructure through declarative HCL files.

    evergreen#iac#terraform#cloud#devops
All tags