BSEtec Archive

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 with Java today, although it could appeal to all programmers who

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) from results of database calls, API calls, or page rendering. Memcached

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 and geospatial indexes with radius queries. Redis has some built-in features

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 to bypass single point of failure, automatically looks for partition among

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 License, Jenkins is free software. Jenkins helps to automate the non-human