by staging-dragondrop-marketing | Sep 19, 2023 | Web App Development
Ripping out Python and Reducing Our Docker Image Size by ~87% Background We built an OSS containerized tool, cloud-concierge, for automating Terraform best practices, and primarily implemented the solution in Go, given that Go generally is the “lingua franca” for...
by staging-dragondrop-marketing | May 10, 2023 | AWS, Web App Development
The Real Lesson from Prime Video’s Microservices → Monolith Story The Article Amazon Prime’s Video Quality Analysis (VCA) team went about building a tool to monitor each video stream for quality concerns. A member of their team wrote a blog post highlighting some...
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...
by staging-dragondrop-marketing | Jan 26, 2023 | Web App Development
5 Cookie Tips for Single Page Applications 5 Cookie Tips for Single Page Applications (SPA) Avoid having to decipher CORS errors and head off Cookie-related security vulnerabilities with these 5 steps. Why Cookies for Single Page Applications? Cookies are an essential...