Rails 7 Explicit HTTP Status Codes
I noticed something in the Rails Guide for Rails version 7.0.1 this morning that I hadn’t seen in previous versions of the Getting Started tutorial. Now, the guide has HTTP status codes listed on t...
I noticed something in the Rails Guide for Rails version 7.0.1 this morning that I hadn’t seen in previous versions of the Getting Started tutorial. Now, the guide has HTTP status codes listed on t...
This post is a video summary post from Chris Oliver at GoRails.com. In this video, Chris walks through using esbuild and CSSBundling with Bootstrap in Rails 7. I found this super helpful when getti...
Recently, I’ve been spending a fair amount of time researching low code solutions for internal applications at work. We use several different systems and it can be time consuming to jump from syste...
Recently, I needed to calculate the time difference between two times that were exported from a system. The times in the report were formatted like "07:30:00 AM" or “04:00:00 PM". This data in this...
This weekend, I was driving to the grocery store using adaptive cruise control while navigating through traffic. I was listening to a podcast and all of the sudden, the interior of my car flashed r...
Sometimes you need to know how long your scripts take to process in order to make improvements or to get an idea of how long it will take to process in the future. Most times, I could care less abo...
A few years ago, I woke up to see that I had over 2,000 unread emails In my inbox. This many new emails was incredibly alarming to me and I instantly knew something was very wrong. It appeared as ...
There is nothing more frustrating than realizing that a ruby script failed when processing, and you do not know where it failed and where to pick up the processing. Having the ability to write resu...
Excel is a fantastic tool and a workhorse of an application. Anywhere you work, it’s there! However, when you really try to get some serious analysis done, you will find that you quickly run into w...
Objective I needed to learn how to use the Nmap and Zenmap tools for devices connected to my network. The first video below is by far the one I would consider to be the most valuable. The others h...