Development JQuery is Alive Published June 21, 2016 jQuery releases version 3.0 – a slimmer, faster JavaScript library
Published July 1, 2016 Javascript localStorage & sessionStorage gotchas So you write some code, validate the feature, send it off to QA, and move on to something else. The last thing […]
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 July 7, 2018 Having trouble getting PHP to parse files without a PHP extension in cPanel While migrating servers, this code in .htaccess stopped working for me: <Files filename> SetHandler application/x-httpd-php </Files> After hours of searching (and mostly […]
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 […]