The Rietta Blog
Since 2005, this publication covers a wide range of topics, including cybersecurity, software development, and cloud migration. It’s a valuable resource for anyone interested in staying informed about these areas.
04/29/2019
Are you accidentally storing private data in plain text?
by Frank Rietta
Learn how to prudently minimize the collection of passwords, authentication tokens, and customer private data in your debug logs to protect your company from legal liability.
04/25/2019
How to Get Fast, Accurate Code Reviews on your Pull Request
by Matt Bettinson
Pull requests are being merged with bugs or not being reviewed at all. How do teams perform fast and accurate code reviews? They make the review easy!
04/22/2019
How to Use git reset
by Christopher Choi
Git reset is a powerful command utilized to unstage changes.
04/18/2019
New Interview on Drifting Ruby
by Lore Hamilton
Recent Drifting Ruby Episode #183 interview with Frank Rietta, Web Application Security Architect.
04/15/2019
How to calculate age in MySQL
by Matt Bettinson
While PostgreSQL has a built in age command, MySQL does not. How do we figure out somebody's age in MySQL?
02/08/2019
Applying Agile and Security in Software Development Public Appearance at KSU
by Frank Rietta
Frank will be presenting Applying Agile and Security in Software Development at the IS General Speaker Series #3 on 2/28/2018 at KSU in Marietta.
01/28/2019
Storing currency in PostgreSQL
by Christopher Choi
There are different ways we can store currency in PostgreSQL, this blog post will cover the money and numeric type.
01/01/2019
Happy New Year 2019!
by Frank Rietta
Grateful for last year; excited for the new one. Update those copyright notices!
11/27/2018
Prevent an Outdated and Broken bin/setup with This Simple Trick
by Alex Piechowski
How often do you run this `bin/setup` if it's only ran when you set up your repo? Most developers setup their environment only every once in awhile. What happens when changes to the codebase happen and the bin/setup isn't modified as well?
09/06/2018
Writing a good bin/setup
by Matt Bettinson
What it takes to write a project setup script to ease on-boarding headaches and reduce company overhead