Development App In Production Published January 21, 2020 Decanting UI running at Sedanos/Miami There are few things better than seeing an app you’ve built working live in production.
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 December 5, 2024 The End Of Boot Camp Instruction Got the sad news today that EdX/2U is discontinuing their boot camp programs. I’m extremely grateful for the opportunity to share these […]
Published April 25, 2017 OS X update causes MAMP MySQL server to not start A recent Mac OSX Sierra upgrade killed my MAMP! h/t (https://juanfra.me/2013/01/mysql-not-starting-mamp-fix/) This is actually an easy fix. Just trash your MySQL log […]
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) { […]