Feb 2024 - Present
Resume
View allSep 2021 - Feb 2024
Software Engineer II, PayPal
Sep 2019 - Aug 2021
Go Engineer, The Home Depot
May 2018 - May 2019
Frontend Engineer, Coder
Portfolio
View All
Building a Twitch.tv Chat Bot with Go - Part 2 To facilitate the streamer and chat interaction, Twitch uses a variant of IRC, and provides documentation for their implementation on their Twitch Dev...
Building a Twitch.tv Chat Bot with Go - Part 1 To facilitate the streamer and chat interaction, Twitch uses a variant of IRC, and provides documentation for their implementation on their Twitch Dev...
On Mocking Functionality in Go Tests The back-bone of Go is composed of Interfaces and Structures. Interfaces allow for grouping supported functionality into logical groups, much like Classes in ot...
Intercepting RESTful Responses with Middleware Assuming that an in-house server is not simply a middleman for the communication between the client and a third-party API, there should be some sort o...