Craig ChildsinITNEXTGolang Testing — Mocking RedisWhen testing our applications we often have a lot of external dependencies, such as Redis. When testing we should try to mock this.May 7, 2020May 7, 2020
Craig ChildsGo for PHP Developers: Structs vs ClassesSo unlike modern PHP, Go handles the way we interact with types in our applications in a different way, through the use of structs. In fact…Mar 30, 20183Mar 30, 20183
Craig ChildsGo for PHP Developers: Getting StartedFor all you beginner, intermediate or expert PHP developers, here’s an article which should provide you with a little guidance on how to…Mar 20, 20181Mar 20, 20181
Craig ChildsAuto Rebuilding Go Programs — With Docker, Glide & FreshIntroductionJun 28, 20173Jun 28, 20173
Craig ChildsWhat web development tools should I learn in 2017?2017 has been an interesting year for me, I feel like I’ve learned so much about myself, my skills and the industry which is “Web…May 31, 2017May 31, 2017
Craig ChildsConnecting to a Database with GoHave you ever wondered how you can interact with a database in Go using the Model pattern? Well here’s a quick example of how you can get…May 31, 2017May 31, 2017
Craig ChildsinsneekHow Working Remote Has Changed My Life!Why being able to work from anywhere is amazing.Apr 10, 2017Apr 10, 2017
Craig ChildsGolang Testing — JSON Responses with GinRecently I’ve been implementing a small side project in Go with Gin. I know how easy it is to setup tests with Go, but I was very surprised…Apr 3, 20174Apr 3, 20174
Craig ChildsDockerizing Your Go ApplicationGo & Docker, a simple web API example.Mar 30, 2017Mar 30, 2017