since 1999

The Rietta Blog

04/18/2019

New Interview on Drifting Ruby

Recent Drifting Ruby Episode #183 interview with Frank Rietta, Web Application Security Architect.

Read More »

04/15/2019

How to calculate age in MySQL

While PostgreSQL has a built in age command, MySQL does not. How do we figure out somebody's age in MySQL?

Read More »

02/08/2019

Applying Agile and Security in Software Development Public Appearance at KSU

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.

Read More »

01/28/2019

Storing currency in PostgreSQL

There are different ways we can store currency in PostgreSQL, this blog post will cover the money and numeric type.

Read More »

01/01/2019

Happy New Year 2019!

Grateful for last year; excited for the new one. Update those copyright notices!

Read More »

11/27/2018

Prevent an Outdated and Broken bin/setup with This Simple Trick

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?

Read More »

09/06/2018

Writing a good bin/setup

What it takes to write a project setup script to ease on-boarding headaches and reduce company overhead

Read More »

08/21/2018

Automatically Migrate from Factory Girl to Factory Bot

Gem updates are tedious. Gem name changes are even more tedious. This quick script converts Factory Girl references to Factory Bot references.

Read More »

08/07/2018

Deep Work and Remote Work

By working deeply, you can achieve the best work you are capable of.

Read More »

07/24/2018

Security Quick-Wins: Use DNS CAA records to avoid fraudulent certificates

Prevent certificate fraud and boost your TLS security in 5 minutes using this simple standardized DNS entry.

Read More »