Development JQuery is Alive Published June 21, 2016 jQuery releases version 3.0 – a slimmer, faster JavaScript library
Published November 28, 2018 UC Berkeley Extension Coding Bootcamp Cohort #2 Congratulations to the latest graduates of the UC Berkeley Coding Boot Camp: After 24 grueling weeks, 3 group projects, 19 homework assignments, […]
Published February 22, 2023 Nasty NPM Error Looks like somebody broke something! Somewhere between Node v18 and Webpack 5, this little error started appearing: ‘digital envelope routines::initialization error’ Fortunately, […]
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 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 […]