Posts
All the articles I've posted.
Slack Bot Development Thoughts
Published: at 07:22 PM (6 min read)Musings post development of a Slack Bot for a project.
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.