Reactive Streams And Microservices - A Case Study

In this post, I will go over a real example of how developers can use Reactive Streams to build more responsive Microservices. I will also conduct a progressive analysis on the steps that need to be taken in order to make the change from an application using Spring MVC to one using Spring WebFlux...

READ MORE

How Business and Data Science Collide

So, you’ve probably heard about Data Science and now you can’t stop thinking about how it can help you improve sales, right? Well, let’s delve into this tech topic from a business perspective.

READ MORE

Hadoop and Hadoop MapReduce for Dummies

Simply defining Hadoop is a difficult task. Since Hadoop doesn’t fit in other common software categories such as operational systems, databases, message queues, etc., defining it usually requires long sentences. However, long sentences would prevent this introduction from achieving its purpose,...

READ MORE

An Introduction to Mutation Testing

"My code works perfectly because I do unit tests." This is something all developers like to hear when they ask for the quality control of a software development. Although we have unit tests that allow us to prevent errors in the early stages, should we also be worried about the quality of the unit...

READ MORE

How Agile Can Help Organize Your Life

Have you ever felt like you are so involved with your work that you are losing control of your personal life? Have you ever seen yourself delivering all your work right on time but then forget to pay a bill or buy your wife's birthday gift? Well, let me tell you: you are not alone! What you might...

READ MORE

BrowserSync - A Tool to Streamline Manual testing

For many, manual cross-browser testing takes a lot of time and is a boring, repetitive job. Here is a practical example of how BrowserSync helps us test different browsers at the same time without any programming. In this blog, we're going to set it up and explore some good examples of where it's...

READ MORE