Engineering

August 3, 2020

Avoiding the Hazards of Dependencies - Part 2


About the author

Chris Griffith has been a game developer for over 19 years and a mobile developer since 2010. He’s produced dozens of apps and games for brands like Match.com, LEGO, Microsoft, Kraft, Anheuser-Busch and PepsiCo.

Chris has been a member of the PullRequest network since April 2018.

Be sure to check out other great work from Chris:


Chris Griffith headshot

July 28, 2020

Avoiding the Hazards of Dependencies - Part 1


About the author

Chris Griffith has been a game developer for over 19 years and a mobile developer since 2010. He’s produced dozens of apps and games for brands like Match.com, LEGO, Microsoft, Kraft, Anheuser-Busch and PepsiCo.

Chris has been a member of the PullRequest network since April 2018.

Be sure to check out other great work from Chris:


Chris Griffith headshot

July 21, 2020

Setting Up Firebase in an iOS App


About the author

Chris Griffith has been a game developer for over 19 years and a mobile developer since 2010. He’s produced dozens of apps and games for brands like Match.com, LEGO, Microsoft, Kraft, Anheuser-Busch and PepsiCo.

Chris has been a member of the PullRequest network since April 2018.

Be sure to check out other great work from Chris:


Chris Griffith headshot

July 15, 2020

Debugging with Your Eyes


About the author

Tyler Adams joined the PullRequest reviewer network in 2020. Tyler has developed software and led engineering teams at a number of companies in New York and the Bay Area including Square, Pure Storage and Two Sigma.

Tyler runs CodeFaster, and be sure to follow him on Twitter @canardivore and check out his article How to Write a Good Code Comment


Tyler Adams headshot

July 10, 2020

Unit Testing in Go

Unit testing is very common in Go (Golang) code. Many of the types of applications that Go is frequently used for are very easy to write great unit tests for.
Tyler Mann headshot