by staging-dragondrop-marketing | Aug 8, 2023 | Terraform
The Reese’s Cup of DevOps: Terraform + GitOps Two definitions What is GitOps? We like the definition that GitLab gives for GitOps: “GitOps is an operational framework that takes DevOps best practices used for application development such as version control,...
by staging-dragondrop-marketing | Feb 1, 2023 | Web App Development
Running Remote DB Migrations via GitHub Actions Motivation Database migrations are an essential component in the life cycle of any relational database. We needed a way to trigger database migrations in our development and production environments within our existing...
by staging-dragondrop-marketing | Feb 1, 2023 | Web App Development
Complete Unit Testing of a Flask API Motivation So you’ve created a Flask API with a few endpoints that interact with a Flask-managed database. Before you deploy your code, you want to ensure that each endpoint will work as expected. Normally, when we test application...