(isoDateString) => { const dateFormat = new Date(isoDateString); const options = { year: "numeric", month: "long", day: "numeric" }; return dateFormat.toLocaleDateString("en-US", options); }

Weekly Awesome Report #1

Overview

The theme of this week has been putting the progress over perfection principle I wrote about into practice. Thanks to the incredible Netlify for making it effortless to deploy changes to the public, I released so many iterations on the site this week it's mind boggling to me. The old version of me would have sat on the initial version of the site for weeks before showing anyone anything.

Achievements

Picks of the Week

Coding

Song

Inspiration