Development Zoom Virtual Background Images Published April 15, 2020 Here are some virtual background images I use when on zoom calls
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 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 […]
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) { […]