Development My Post On The AWS Blog Published February 16, 2022 Me and my team were excited to see our post published yesterday on the public AWS blog.
Published May 13, 2023 NextJS & Strapi for Static Site Generation I’ve been motivated to move some of my side projects and blogs off of WordPress. It’s a great platform but I don’t […]
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 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 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 […]