Weekly Newsletter - 10/4/2021
A personal newsletter discussing a trail running injury, Terraform basics, and a podcast episode on cloud-native app evolution and open-source communities.
A personal newsletter discussing a trail running injury, Terraform basics, and a podcast episode on cloud-native app evolution and open-source communities.
A curated list of DevOps resources, including exercises, the 2021 State of DevOps report insights, and a GitHub Actions debugging tip.
A curated list of DevOps resources focusing on GitHub Actions, including tutorials, deployment guides, and common limitations.
A tutorial on building and scheduling a Python web scraper to run automatically using GitHub Actions, including emailing results.
A guide to creating a single, dynamic GitHub Actions workflow for CI/CD that handles both pull requests and main branch merges, reducing duplication.
Explores useful GitHub Actions features like manual triggers and sparse matrices for CI/CD workflows, based on migrating from Travis CI.
A developer shares their automated workflow using GitHub Actions to create and manage preview deployments for website changes via pull requests.
A guide to implementing a custom solution for re-running only failed jobs in GitHub Actions workflows to save CI time.
A guide to using GitHub Actions to automatically sync your Goodreads reading list to your GitHub profile README.
A guide to automating Python package releases using GitHub Actions, including PyPI authentication and workflow creation.
A guide to debugging GitHub Actions secrets by revealing them in logs using a sed command, with a security warning.
A guide to setting up automated testing and Continuous Integration for Python packages using GitHub Actions, including multi-OS and Python version testing.
A technical guide on automating website deployment using SSH, rsync, and GitHub Actions, detailing SSH key setup and configuration.
A beginner-friendly guide to setting up and using GitHub Actions for CI/CD, covering basic configuration and workflow events.
A developer details migrating his blog from WordPress to a static site using Hugo, GitHub Actions, and Azure for improved performance and cost savings.
A technical guide documenting a multi-cloud blog deployment pipeline using GitHub Actions for AWS, Azure, and GCP.
A guide to interactively debug failing GitHub Actions workflows using reverse shells with netcat and ngrok, plus a better method using tmate.
How to automate publishing future-dated Hugo blog posts using scheduled GitHub Actions workflows.
A meetup recap covering an AI-powered parking space prediction project using Azure services and a session on GitHub Actions for CI/CD.
A tutorial on creating a custom GitHub Action in four steps, including defining inputs/outputs and writing a bash script.