The Rietta Blog

Cybersecurity, software, and the law between them.

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?

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.

Read More »

04/25/2019

How to Get Fast, Accurate Code Reviews on your Pull Request

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!

Read More »

04/22/2019

How to Use git reset

Git reset can unstage changes, undo commits, or selectively revert changes with --patch. Learn the differences between reset, reset --soft, and reset --patch.

Read More »

04/18/2019

New Interview on Drifting Ruby

Frank Rietta joins Dave Kimura on Drifting Ruby Episode #183 to discuss Rails app security, securing Linux servers, staff access risk, and OWASP Top 10.

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 »