Software Development
-

Cross-platform mobile developement
So what problems does cross-platform development actually solve. well they are two-fold. To have the capability of complete (or near complete) mobile…
Read More » -

Introduction to Apache Spark with Examples and Use Cases
I first heard of Spark in late 2013 when I became interested in Scala, the language in which Spark is…
Read More » -

What is a Tidy Codebase?
I came across the book recently ‘The Life-Changing Magic of Tidying Up.‘ I think I got a sample on the…
Read More » -

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 »

