Published inITNEXTGolang 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
Go 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
Go 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
What 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
Connecting 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
Published insneekHow Working Remote Has Changed My Life!Why being able to work from anywhere is amazing.Apr 10, 2017Apr 10, 2017
Golang 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