Blog

March 2017

CentOS

CentOS  (Community Enterprise Operating System) is a Linux distribution  that attempts to provide a free,enterprise-class, community-supported computing platform functionally compatible with its upstream  source. Centos  mainly focuses on the server. Although it has a desktop version too . One  can assume it as the version of the Red Hat Enterprise linux. The differnce is that Red hat …

CentOS Read More »

Share This :

Scala

SCALA   is a general purpose programming language. Scala is fashionable because it helps people solve real problems in an elegant way and runs on what is arguably one of the better platforms (the JVM) currently available and pervasively deployed. Combining object oriented programming and functional programming into one, Scala is exceptionally expressive and concise. Scala is on the JVM, thus …

Scala Read More »

Share This :

Redis

REDIS  is in-memory key value store. The data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. It supports different kind of sorting abilities. It also supports persistence and replication and there is a clear description of how to implement a …

Redis Read More »

Share This :