-
Software Development
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 » -
Software Development
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 » -
Android Core
Getting started with Android app and material design: Toolbar and Navigation drawer
Material design is a set of rule built by google that guide how to develop an Android app. They can…
Read More » -
Software Development
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 » -
Ceylon
Ceylon: Why you might want to choose Ceylon
In a couple of days Ceylon 1.2 will be released, after a year of development. That’s exciting for us, but…
Read More » -
Software Development
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 » -
Software Development
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 » -
Software Development
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 » -
Software Development
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 »