Implement a GitHub action in a private repository that sets up a tool from another private repo and how to use it in workflows
Step-by-step instructions packaged with reusable code, discussions and artifacts.
An approach to streamline the management of multiple base Docker images used as part of downstream images or CI jobs. Leveraging Ruby and gitlab child pipelines to abstract away the jobs definitions per Dockerfile.
A tool that interacts with the DigitalOcean App Platform to extend the app spec capabilities with support for multiple environments for the same application, diff output, etc.
Overview of VPC and related concepts, and walkthrough of how to deploy a VPC in AWS with Terraform.
Overview of AWS Route53 and how to configure DNS records using Terraform
Introduction to Terraform and how to set it up to manage AWS resources
Using github-changelog-generator in combination with Github Actions to automatically update the Changelog file plus the body of project’s releases.
Improving startup time for mysql containers by generating containers with data already loaded into the database.
Deploy GitLab wikis as mkdocs site in automated fashion using GitLab CI with an internal tool (Wiki Releaser)
A high level overview of AST in Powershell with links to docs and related content
How to refactor a PowerShell scriptblock into multiple functions invoked remotely
How to load custom ssl certificates present in the host machine into windows containers to handle HTTPS requests.
A walkthrough of a CI/CD pipeline implementation for PowerShell modules
Leveraging Docker and Jenkins to automate changes for a Ghost blog theme
Refactoring a Filter class to leverage SOLID principles and reduce internal coupling while keeping the public class API intact