I delved into learning about Docker and (later on) Kubernetes since I was using them to scale AARU Robot- my startup project which is an Continue Reading
Tech Terms
Knowledge Engineering in AI
Doctors, Financial Advisors, Mechanical Engineers. In the AI world, these professionals are otherwise known as Human Experts. A human expert has deep knowledge of their Continue Reading
Installing Docker
Okay so I’m just documenting the method I used to install docker onto my system. You can check out https://docs.docker.com/get-docker/ for a the official Docker Continue Reading
What is virtualization?
Okay, so we know that computers comprise of hardware (motherboard, processors, system fan, keyboard, etc) and software. Software is what makes the hardware easy to Continue Reading
What is an algorithm?
An algorithm is a sequence of steps to solve a problem. Its purpose is to find the solution to a particular problem. The scope of Continue Reading
Docker- Introduction
Docker is an open source software platform which uses the container technology. Docker addresses issues like compatibility issues between your application with other developers OS, Continue Reading