
Language from Jet Brains, the maker of the world’s best IDEs–Kotlin
May 24, 2017
No Comments
Kotlin is a new programming language from Jet Brains, the maker of the world’s best IDEs. Kotlin compiles to JVM byte code or JavaScript. It is not a language you will write a kernel in. It is of greatest interest to people who work

Optimize web applications with Memcached
May 18, 2017
No Comments
High-performance, distributed memory object caching system which is free & open source, is Our MEMCACHED where it helps in speeding up the dynamic web applications by alleviating database load. Deals with in-memory key-value where memcache stores for small chunks of arbitrary data (strings, objects)

Introduction to Redis – In Memory Key Value Data Structure Store
May 16, 2017
No Comments
Redis Labs sponsored an Open-source software project based on in-memory database and stores keys with optional durability. They retrieve most famous key value and possess structured data formats structures such as strings, hashes, lists, and sets, sorted sets with range queries, bitmaps, and hyperloglogs

Apache Cassandra – The highly scalable NoSQL Database
May 11, 2017
No Comments
Apache Cassandra is an open source distributed database system, where they have been enhanced in accordance with ascendablity. Cassandra supports all basic data types and it’s designed and flow’s with p2p symmetric node process, rather than of using master or named nodes, in order

Build great things at any scale—JENKINS
May 9, 2017
No Comments
The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project. Jenkins is an open source automation server written in Java. The project was forked from Hudson after a dispute with Oracle. Released under the MIT