Hello World
RSS FeedI'm a Software Engineer who has worn many hats! I've worked in Platform Engineering roles (Infrastructure Engineering, Network Engineering, Release Engineering), Developer Experience, and in more traditional product development roles such as where I am now!
Read my About page or read some of my posts for more info.
Featured
Slack Bot Development Thoughts
Published: at 07:22 PM (6 min read)Musings post development of a Slack Bot for a project.
Recent Posts
Go Series - Arrays - Advanced Data Types in Go
Published: at 07:22 PM (8 min watch)This is the fifth video in the Learn Go Series on Arrays, our first advanced data type we will be discussing. I cover how to create arrays, add values to them by index, print out the values of your arrays, and some short hand tips to reduce your code. This should provide a good foundation for Arrays in Go.
Go Series - Variables and Basic Data Types in Go
Published: at 07:22 PM (8 min watch)This is the fourth video in the Learn Go Series on basic data types, I cover variables, how you can use them, and the three basic data types of Go. Advanced data structures will be covered in the next videos.
Go Series - First Program With Go
Published: at 07:22 PM (3 min watch)This is the first video in the Learn Go Series, this series is beginner friendly with additional detail put into practical applications.
Go Series - Imports, Package Management and Project Structure in Go
Published: at 07:22 PM (12 min watch)This is the third video in the Learn Go Series on local imports, remote imports, and project structure. I go over how to read imports and how to structure files to split code up as you build for better coding hygiene.