More on Date Conversions

I was recently working on an app where the user was entering one date, but the date was turning into something else.

From: Jeffry Houser's Blog

How do I Publish my own Docker Image?

In the initial rendition of the LearnWith book series, I gave instructions on how to create a database and populate it with SQL, but left no instructions or details on how to set up or install a DB Server from scratch.

From: Jeffry Houser's Blog

Why would I use an underscore as an argument to an arrow function?

{ // do stuff } This is weird syntax; what does it mean? First, you can create an arrow function in a few different ways.

From: Jeffry Houser's Blog