
Caching Explained
July 29, 2017
No Comments
Caching Scheme The concept of caching is simple. If the data needed to satisfy the access request are not already cached, then a copy of those data is brought from the server to the client system. Accesses are performed on the cached copy. The

Deploy resources in AWS quickly using AWS CloudFormation
July 25, 2017
No Comments
Cloud Formation is an infrastructure-as-code (IaC) product, where it allows developers and systems administrators with an easy way to create and manage a collection of related AWS resources, provisioning and updating them in an orderly and predictable fashion .It make use of codes

BSEpic is Coming Right on the Heels – A Grand New Launch of BSEtec’s Sister Concern
July 20, 2017
No Comments
When we decided to forge a new sister concern of bsetec.com, the teams embarked with an all-out effort in research, planning, design and development. Finally, we bang with the delighted result: the all new BSEpic.com, the exclusive company for Photography, Videos, a wide range

How Virtual Reality and Augmented Reality will change the way we shop
July 19, 2017
No Comments
Augmented reality in e -commerce may easily be the key for sitting on the throne of the online market. Two fundamentally different approaches for implementing AR in the retail industry: in-store and out-of-store. Experience AR through handheld devices, wearable such as AR glasses, or

Apache Spark SQL
July 17, 2017
No Comments
Catalyst (sql/catalyst) – An implementation-agnostic framework for manipulating trees of relational operators and expressions. Execution (sql/core) – A query planner / execution engine for translating Catalyst’s logical query plans into Spark RDDs. This component also includes a new public interface, SQLContext, that allows users