Development JQuery is Alive Published June 21, 2016 jQuery releases version 3.0 – a slimmer, faster JavaScript library
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 January 11, 2018 Easy CORS fix 2 comments Nothing is more frustrating when learning full-stack web development than running into the dreaded CORS roadblock Turns out there’s an easy fix: […]
Published February 12, 2021 Teaching at U of M Remote substitute teaching a UX/UI boot camp at the University of Minnesota
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) { […]