CI/CD Showdown: GitHub Actions vs Jenkins – A Comprehensive Guide for Modern Developers

Hey there, fellow developers! Pull up a chair, grab your favorite beverage, and let’s have a friendly chat about two of the most popular CI/CD tools out there: GitHub Actions and Jenkins. As a seasoned developer who’s seen his fair share of technological shifts, I’m excited to share my insights …

GitHub Actions and Terraform: A Practical Guide to Automating AWS Resources, from S3 to Route 53

TL;DRGitHub Actions is a powerful tool for automating tasks, like creating AWS resources. Combined with CI/CD (Continuous Integration/Continuous Deployment) and Terraform, it simplifies workflows, saves time, and reduces errors. In this post, you’ll learn how to use GitHub Actions and Terraform to automate the creation of an S3 bucket on …