If you’re somewhat involved in the world of Event Driven Design (or Software Engineering for that matter), you most certainly have heard of Kafka. At the same time, being part…
Almost certainly, in this day and age you have heard of Microservices architectures. The term gets thrown around very often when talking about scaling and handling growth within your system.…
Unit testing, Integration testing, A/B testing, stress testing... you name it. There are many ways to ensure your software is working correctly in an automated way. The times of manually…
If there's something I've learnt with experience is that there's almost always a simple way to do things. There are millions of people dealing with development problems the same way…
With every app we decide to take out to the world, there's one important decision to make when the time comes. Where is the best place to deploy it? The…
Python is a programming language that has been around for quite a while and that has so much to offer. Since its inception about 30 years ago Python has come…
Here's a personal favourite. Elixir is a dynamic, functional programming language built thinking about scalability and parallelism. It is built on top of Erlang, so performance wise it's really powerful.…
Because everything in the programming world starts with a Hello World, I’ll come back to the very basics with a Ruby Hello World. Ruby is an Object Oriented programming language…
As software engineers, it’s our duty to provide the highest quality possible, and try our best to make users happy with what we’ve built. More often than not, you take…
In the rapid changing world of Software Development, there's little time to learn the vast amount of new technologies and services available. Many companies are fiercely fighting for clients to…