
Prompt Engineering: from a DevOps Perspective
Prompting LLMs has become an integral part of our day as engineers. Knowing how to punch in the right prompts to get a satisfactory response is a crucial skill, especially for the oldheads and an addi
Search for a command to run...

Prompting LLMs has become an integral part of our day as engineers. Knowing how to punch in the right prompts to get a satisfactory response is a crucial skill, especially for the oldheads and an addi
Container deployment is now a norm in software development. Containerization refers to steps taken to encapsulate applications with their dependencies and runtimes into lightweight, isolated units called containers. Tekton is a cloud-native, open-sou...
Prerequisite: Readers should be conversant with the concept of load balancers and be familiar with Linux (Ubuntu). Setting Up the VagrantBoxes Start by installing VirtualBox and Vagrant. $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/...

To dockerize a PHP form application and link it to a MySQL database, there are several steps you would need to take. This guide will also include the use of Docker Compose for easier orchestration of multi-container applications, data persistence, an...

Writing infrastructure as code helps DevOps engineers manage their ever-changing infrastructure, but how do you ensure best and safe practices?

I honestly forgot the backend was still on Heroku free tier, ahhhh......

While learning about CloudFormation, I noticed there were not a lot of beginner-friendly articles available. Hence, the reason for this series of mine. In this series, I aim to cover foundational concepts around AWS EC2 instances and services to help...
Amazon Simple Storage Service (Amazon S3) is an object storage service that prioritizes scalability, data availability, security, and performance. Buckets are containers for items; you specify the geographical location to store the bucket and who has...

https://dev.to/mbaoma/building-an-aws-auto-scaling-group-asg-using-terraform-enterprise-contd-20f7 In the last article, we looked at how to push Terraform code through GithHub to Terraform enterprise, setting up our infrastructure. The first part of...