Development Teaching at U of M Published February 12, 2021 Remote substitute teaching a UX/UI boot camp at the University of Minnesota
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 […]
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 10, 2024 Remix Framework’s “White Screen Of Death” My first time working with the Remix framework didn’t go so well. I followed their quick start instructions step-by-step which seemed very […]