Docker Category
07/24/2024
Case Study: Complex Legacy Google Datastore Conversion to PostgreSQL on AWS
by Frank Rietta
Discover how Rietta successfully migrated a state agency’s data from Google Datastore to PostgreSQL on AWS, ensuring efficiency and cost savings.
09/27/2023
Prioritizing cybersecurity (Pluralsight)
by Frank Rietta
The structure and siloing of a large enterprise organization can thwart security efforts. Here is a tip on how to overcome.
04/04/2023
How to win the race with hackers when new vulnerabilities are publicly disclosed!
by Frank Rietta
Keeping deployed web applications up-to-date is imperative to prevent data breaches. Here's how to use automated testing of custom web application software to patch quickly after a support chain vulnerability is publicly disclosed.
10/04/2022
Case Study: Migration of Public Service On-Prem to AWS Cloud
by Frank Rietta
How Rietta planned and implemented a multi-step process to fully migrate a monolithic on-prem Rails application to the the AWS cloud using Docker, AWS Elastic Container Service, the AWS Secrets Manager, and more.
09/26/2022
Case Study: Complex Insurance Document Solution with LibreOffice, Docker, and AWS
by Frank Rietta
How Rietta built a complex document solution that seamlessly deploys to AWS using purely open source technology.
09/21/2022
Top 5 Tips and Tricks on Developing with Docker
by Frank Rietta
A five tips and tricks I've built up working daily with Docker professionally for three years.
07/21/2021
Dockerizing Development Saves Serious Money for Small Agency
by Frank Rietta
Systematic investment in Docker is paying off big time. From a agency owner's perspective this is why the up front investment was worth it.
01/12/2021
How to Set Up and Encrypt an External SSD and Run Docker Images Externally
by Jack Cullen
Running multiple Docker images locally can eat up a lot of disk space. Computers with smaller hard drives will have a problem keeping up. We can mitigate this issue by setting up an encrypted external ssd to run our Docker images and free up local disk space
12/15/2020
Learning Object-Oriented Programming in Ruby vs C/C++
by Maddii Brigham
Learning object-oriented programming is a fundamental piece of computer science education. But is C/C++ the best environment to do it in?
05/04/2020
Implementing Proper Application Maintenance Practices
by Rob Stringer and David Hardy
Technology changes, application functionalities will be deprecated and vulnerable to security threats. This is why consistent, and proper maintenance is essential.