Development 12 Useful Hacks for Javascript Published July 15, 2016 12 useful hacks for Javascript Most of these are very good tips.
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 August 8, 2017 React Router 4 Here’s a great explanation of React Router 4 — how it’s different (and better!) than version 3.
Published June 28, 2016 How to write the perfect pull request Great tips here: https://github.com/blog/1943-how-to-write-the-perfect-pull-request All boils down to empathy and manners. Feedback to pull requests should be respectful to the developer.
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 […]