Development Technical Interviewer Humor Published April 10, 2024 From an internal message board for my company’s interviewers…
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 September 25, 2020 Congratulations UC Berkeley Coding Boot Camp Grads Congratulations to the graduates of my 7th cohort at UC Berkeley Coding Boot Camp! They all made it through an intensive 6-month […]
Published April 15, 2020 Zoom Virtual Background Images Here are some virtual background images I use when on zoom calls
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) { […]