Development 12 Useful Hacks for Javascript Published July 15, 2016 12 useful hacks for Javascript Most of these are very good tips.
Published July 14, 2016 New Javascript ForEach iterator Have to start getting used to some iterator syntax. Here’s how we USED to do it: for (let color in colors) { […]
Published April 26, 2018 UC Berkeley Coding Boot Camp – 1st Cohort Graduation Congratulations to everyone in my first cohort at UC Berkeley Extension Coding Boot Camp! A 24-week journey ended last weekend with final […]
Published May 13, 2023 NextJS & Strapi for Static Site Generation I’ve been motivated to move some of my side projects and blogs off of WordPress. It’s a great platform but I don’t […]
Published October 17, 2019 How to fix a broken proxy after ejecting from a Create React App It’s fairly simple, and very well documented, how to setup an express server with a CRA (Create React App) application. Simply add […]