Brian Gaines

Brian Gaines @briang123

About: Software Engineering Manager and Endurance Running Race Director - Have lots of ideas of how to simplify and automate endurance race management through workflow optimization and software development.

Location:
San Diego, California
Joined:
Dec 31, 2018

Brian Gaines
articles - 8 total

First-Time Manager (Book Notes)

I was recently extended an offer to be a software engineering manager and figured I would read a...

Learn More 4 1Jun 1 '22

Splitting String on Date Format Producing an Array

I had a need to parse a string with no clear delimiter except for a particular date, so I created...

Learn More 6 0Apr 1 '22

Focused Coding Playlist

I wanted to share a coding playlist I've just created and will continue to add to as time goes, but...

Learn More 10 0Mar 13 '22

Merging Deep Object Literals In JavaScript

I was looking to merge a couple of deep Object Literals (only one level deep for both objects) but...

Learn More 0 0Mar 10 '22

My Git Aliases Categorized by Usage

These are the aliases I use in my .gitconfig file. Most Used [alias] # status of...

Learn More 8 4Mar 10 '22

My little dream project to improve endurance race management

The Dream TL;DR Introduction here and seeing who else is a race director or in...

Learn More 2 0Oct 11 '21

My first React JS code challenge - Calculating Mean, Median, StdDev, and Mode

So, this is my first time posting here, so don't go too hard on me 😉, but I've been coding for a whil...

Learn More 6 0Aug 2 '20

When should we use the appropriate way to set state?

Trying to understand when and why we should choose one method over the other when setting state with ReactJS

Learn More 11 3Feb 17 '19