Tag: Automation

  • Prompt Engineering or Text Tinkering: What are we co-creating with GPT models?

    Prompt Engineering or Text Tinkering: What are we co-creating with GPT models?

    TLDR; I can’t wait until universities start offering degrees in “Prompt Engineering” (troll) — If that happens, I’ll know the GenAI hype cycle has reached the top. Kidding aside, it is important to think about our interactions with GenAI because in a few years these applications will be as ubiquitous and as much a part…

  • Hello GitHub Actions, Goodbye JAAnkins: Open Source North conference 2023

    Hello GitHub Actions, Goodbye JAAnkins: Open Source North conference 2023

    by

    in

    TDLR; If the day ends in Y, it’s a perfect day to ditch Jenkins and migrate your CICD to something less crappy, like GH actions. This is the summary of a talk I prepared for Open Source North conference in May 2023. When we talk about migrating an application CI/CD pipeline from Jenkins to GitHub…

  • Ansible Adventures: Automating Your Infrastructure

    Ansible Adventures: Automating Your Infrastructure

    by

    in

    TLDR; In the realm of DevOps, automation is king. Here, I focus is on using Ansible for infrastructure automation. I’ll cover the basics of Ansible, its advantages, and walk through automating server setup and configuration. Introduction to Ansible Imagine Ansible as a skilled orchestra conductor. Each musician (server) has their sheet music (playbook), which the…

  • Docker Demystified: Containerization Made Easy

    Docker Demystified: Containerization Made Easy

    by

    in

    TLDR; ‘Docker demystified’ is for newbies who want to dive into the world of containerization with Docker. I’ll explain the concept of containers, how Docker simplifies deployment, and walk through setting up your first Docker container. I’ll wrap with a practical demonstration of automating a simple app deployment. Understanding containerization In the ever-evolving world of…

  • Zero to Hero with Kafka on Kubernetes: Open Source North conf 2021

    Zero to Hero with Kafka on Kubernetes: Open Source North conf 2021

    TLDR; this is a summary of a tech talk I did at Open Source North in 2021. It draws on a past project in which I created an event-driven architecture and patient portal to compare prescription prices by zip code. In the process I figured out an easier way to deploy and manage Kafka on…