Software Development
-
Enterprise Applications Customization with Microservice
Introduction Today in highly paced enterprise environment you, as the leader of enterprise IT division, need to be fast. Simplicity…
Read More » -
Alternatives to global variables and passing the same value over a long chain of calls
The old, good global variables are the wrong solution to a real problem: you want some information to be available…
Read More » -
NoSQL vs. SQL: Choosing a Data Management Solution
Table Of Contents 1. Introduction 2. Distributed systems: the CAP theorem 3. Relational data stores 3.1. MySQL / MariaDB 3.2.…
Read More » -
Where’s the law?
If you would like to describe Law of Demeter in one sentence, it would go like that: “talk only with…
Read More » -
Transcending REST and RPC
It seems that a new paradigm is coming. Facebook and Netflix have come up with different implementations for that idea.…
Read More » -
How to Find the Closest Subset Sum with SQL
I’ve stumbled upon this very interesting question on Stack Overflow, recently. Its title is: [How to] compare a number with…
Read More » -
WiPy on the home network
Recently there was a Kickstarter about “an Arduino that runs Python”, the WiPy. This is a small IoT board with…
Read More » -
You Can’t Build An MVP
MVP is an acronym for Minimum Viable Product. Ever since the Lean Startup book and movement appeared, it has become the…
Read More » -
In Defence of Monoliths
The first Microservices talk I attended was a year and a half ago. My first reaction was “why is that…
Read More »