Posts

Aug 1, 2022

Vim Cheatsheet

Vim is a fantastic code editor and is a popular choice among hardcore developers. It’s my favourite choice when it comes to making quick code changes in terminal. Vim has a huge learning curve with its long list commands to memorise. Here is a cheatsheet with my most used vim commands in my …

VIM CHEATSHEET PROGRAMMING

Jul 30, 2022

What Is Machine Learning?

Machine Learning is a subset of Artificial Intelligence that gives an ability to a system to learn and make decisions through data analysis without explicit programming. This way the system can adapt depending on the user’s interaction.

MACHINE LEARNING ARTIFICIAL INTELLIGENCE

Jul 15, 2022

Introduction To Unix Commands

Commands were the only way of interacting with computers before GUI based operating systems were introduced. Now, everyone is pretty comfortable with trusty mouse to perform series of clicks and get things done. This is indeed intuitive and welcoming for beginners. However commands and terminals are …

LINUX MACOS INTRODUCTION TERMINAL COMMANDS UNIX