Posts tagged as "devops"

Unity CI/CD Demystified: Part 4: Deploying WebGL Builds to GitHub Pages
2 min

In Part 4, I show how to deploy a Unity projects to GitHub Pages

Read post ›
Unity CI/CD Demystified: Part 3: Build with Linux
2 min

In Part 3 of our Unity CI/CD series, I show how to create a reusable workflow to build Unity projects for different platforms.

Read post ›
Unity CI/CD Demystified: Part 2: Trigger Events and Running Tests
3 min

In Part 2, I show how to create a workflow to run our automated tests based on some trigger events

Read post ›
Unity CI/CD Demystified: Part 1: One-Time Setup
2 min

Part 1 covers the one-time setup needed for setting up a CI/CD pipeline for Unity projects

Read post ›
How to use terraform to process SQS messages in a lambda
2 min

In this post, we will set up a lambda to process the messages that are available on the queue

Read post ›
Add a billing admin user to secure an AWS root account
3 min

How can we create a user with administrator and Billing Access rights so that we can reduce the number of reasons of why we would need to log in as a root user

Read post ›
How to stop and remove all Docker containers
1 min

Occasionally, I have needed to stop and remove all the docker containers I am running locally. Let's see how we can do it easily.

Read post ›
How to publish email bounce notifications to an SQS queue
3 min

In this post, I configure AWS to publish email bounce notifications to an SQS queue using terraform

Read post ›
Deploy a Gatsby site on a schedule with Azure Pipelines
2 min

A guide to deploying a gatsby site to netlify daily and have scheduled posts automatically go live by triggering Azure pipelines on a schedule

Read post ›
Terraform: Create an SNS topic for SES in a different region
1 min

How can we create SNS topics to access SES created in a different region to the rest of our infrastructure

Read post ›
How to deploy a Gatsby site to Netlify using Azure Pipelines
5 min

Deploying a gatsby site to Netlify has a few limits, resulting in my builds timing out. By using Azure Pipelines, the limits are no longer a problem

Read post ›
How to automate the creation of a new blog post
4 min

Creating a new blogpost in markdown and gatsby has quite a bit of boilerplate. Let us see how to automate it.

Read post ›
Why and How I migrated my website from WordPress to Gatsby
5 min

For most of the time, I have been blogging, I have been on WordPress. What motivated me to migrate my site to Gatsby, and how did I move the site

Read post ›