Apr 14, 2021
Keeping your Javascript project up to date
A few tips and tricks to keeping dependencies in your JS project fresh
Mar 17, 2021
Fuzzy Git Branch Checkout
If you use JIRA at work then your git branches likely look like PROJ-12345-description. Here's a little script you can use to checkout these branches quicker
Feb 17, 2021
Building a Guest Book for my Site
I've always wanted to have an old school guestbook for my site. I finally built one using Netlify Functions and Github Gist.
Feb 10, 2021
Building SunnyGolovine.com - Part 3
With most of the site up, in this post I want to talk about landing pages and my blogging workflow
Feb 8, 2021
Building SunnyGolovine.com - Part 2
In my last post I talked about some of the decisions I made when building my site. In this post I'll talk about the architecture
Feb 7, 2021
Building SunnyGolovine.com - Part 1
I recently rebuilt my personal website. In this part I'll talk about some of the decisions I made.
Jul 11, 2019
Build a Chrome Extension using ReactJS and Webpack - Part 1

May 27, 2019
Browser bookmarks suck, so I built an extension to make them suck less

Jul 1, 2018
Bootstrapping a React Native Application with react-native init With Android Studio
Mar 1, 2018
VSCode debugging with custom Jest configurations