Uncategorized Archive

BSEtec Breaks New Ground with EMOTEARPLUS – The First Face Sticker Augmented Reality App
May 31, 2017
No Comments
The first step is always harder and now our effort in Augmented Reality has reaped fruits. BseTec’s first and foremost live facial tracking and face sticker augmented reality app has been successfully launched and it has been another milestone for our dedicated and industrious team members. The best part of EMOTEARPLUS is it allows

Bright Future with Apache Spark
May 30, 2017
No Comments
Spark has made it as a top-level Apache project, going from incubation to graduation in record time. It is also one of Apache’s most active projects with hundreds of contributors. This is because of its superior architecture and timeliness of engineering choices. With that plus appropriate care and feeding, Apache Spark will have a bright

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