AI Gems: Part 1
Let's make ABSOLUTELY sure this object has this name field.
Pete Corey is an independent consultant, web developer, and writer based out of Denver, Colorado. He writes weekly articles on software development and his eternal quest to build Cool Stuff™.
Let's make ABSOLUTELY sure this object has this name field.
Now that we know there are 4096 possible musical scales, let's explore how many of those scales are modes of other scales.
The itch to write a property test for the musical scale generator we built last time led to explore how to generate all possible scales.
In my journey to rebuild Glorious Voice Leader in Elixir, I need a way to generate correctly spelled musical scales. Here's how I did it.
Add a generated text search column to a table in your Elixir application in four easy steps.
Using tasks to perform one-off tasks on startup in an Elixir application.
Trying to track down non-deterministic test failures in my somewhat flakey test suite, I've been relying on this bash one-liner.
This is a dark magic, but there is no need to limit yourself.
It seems like there aren't many great, well-maintained options for decompressing zipballs and tarballs on the Node.js server. Here's what I landed on recently.
Building a "true" insert trigger in PostgreSQL turned out to be more difficult than I expected.