Michael Chaney

Michael Chaney @mdchaney

About: RoR full stack dev - been programming 40+ years.

Location:
Franklin, TN, USA
Joined:
Feb 23, 2021

Michael Chaney
articles - 10 total

COBOL, Dates, May 20, 1875, and Disinformation

Let me start at the end for those who don't want to read the whole thing. COBOL does not have a...

Learn More 73 86Feb 19

Understanding Hexadecimal Numbers

I'm going old-school here, but some of these basics are overlooked nowadays. This is not a post for...

Learn More 0 0Jan 30

Matching Fuzzy Data

I do a lot of work in the music industry. One thing about the music industry - and really every...

Learn More 2 1Jan 27

Replacing Cron Jobs With Active Jobs in Rails

For years - decades, actually - I've been using the rails runner to handle recurring jobs via cron. ...

Learn More 2 2Dec 18 '24

Moving From auto_strip_attributes to normalizes

I ran across the excellent "auto_strip_attributes" gem years ago, and it's been a staple gem that...

Learn More 4 0Aug 31 '24

Adding A Confirmation Interstitial On Create in REST

On X, Tom Rossi asked about handling a confirmation page on a form while conforming to RESTful...

Learn More 3 0Jul 24 '24

Considerations for Unicode and Searching

In previous posts here and on Twitter (now X) I've written about using Unicode and UTF-8 in general...

Learn More 1 0Jul 4 '24

Making Common Table Expression SQL More Railsy

In our last episode, I talked about using the common table expression syntax to make a query run...

Learn More 4 0Jun 30 '24

Inserting and Selecting New Records - One Query

Just found something very interesting in PostgreSQL, thanks to Claude. I have a really nasty query...

Learn More 1 0Jun 28 '24

Refactoring fix_encoding

I've been writing about Unicode on Twitter over the last week, and specifically handling Unicode in...

Learn More 2 0Jun 25 '24