Buzzword Talk – ‘GDPR’

  Let’s talk about the most popular term now, GDPR. General Data Protection Regulations or GDPR is the regulation of European Union Law (EU Law) on data protection and privacy as well as on issues related to the export of personal data, for all individuals in EU...

Buzzword Talk – ‘Machine Learning’

  We hear the term Machine Learning so often. It has been immensely popular in the cyber world today. Machine learning is the technology which can make computers work without being explicitly programmed. It enables learning ability in information systems/...

Data Centers – an overview

Data centers are technical facilities composed of networked computers and storages that are used by organizations to store, manage, disseminate and process large amounts of data. Data centers house even the most critical systems which are extremely vital for business...

Docker

Docker is a tool designed to make it easier to create, deploy and run applications using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out as one package....

Container based and Kubernetes based PaaS

Containers have everything needed to run it – code, run-time, system tools, system libraries, and settings. It’s available for both Windows and Linux based applications. Containers are based on operation-level virtualisation rather than hardware-virtualisation. They...