Series on Latest Open Source Technology Trends – Topics 7 & 8

  The next two topics coming in this series – latest open source technology trends – are, ‘Machine learning’ and ‘Cognitive cloud’. Machine learning and AI Machine learning and ‘AI’ (Artificial Intelligence) give machines the ability to learn and...

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...