InITNEXTbyCraig Childs·May 7, 2020Golang 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.
Craig Childs·Mar 30, 2018Go 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…A response icon3A response icon3
Craig Childs·Mar 20, 2018Go 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…A response icon1A response icon1
Craig Childs·Jun 28, 2017Auto Rebuilding Go Programs — With Docker, Glide & FreshIntroductionA response icon3A response icon3
Craig Childs·May 31, 2017What 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…
Craig Childs·May 31, 2017Connecting 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…
InsneekbyCraig Childs·Apr 10, 2017How Working Remote Has Changed My Life!Why being able to work from anywhere is amazing.
Craig Childs·Apr 3, 2017Golang 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…A response icon4A response icon4