
Multitasking Mobile Operating Systems
August 8, 2017
No Comments
Because of the constraints imposed on mobile devices, early versions of iOS did not provide user-application multitasking; only one application runs in the foreground and all other user applications are suspended. Operating system tasks were multitasked because they were written by Apple and well

Public and Private-key cryptography
August 2, 2017
No Comments
Public-key cryptography is the backbone of most distributed systems. It provides both a way to encrypt a message and to confirm the source of a message, without the need to agree upon a shared key. It is used in a wide variety of protocols

BSEtec is Cooking up New Augmented Reality App – Watch AR Plus
August 1, 2017
No Comments
Augmented Reality is in its budding stage and jumping into the arena is definitely a smart challenge. Therefore, this is the second attempt of BSEtec to create an AR app that helps to choose the right watch from a huge array of watches. The

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