by Monisha Macharla | May 30, 2020 | IoT Programming
This tutorial will help you understand the basics of Node.js. After reading this tutorial, you should be able to take your knowledge further and build some cool applications. At the end of this tutorial, there will be a small snippet on sending emails from your...
by Vishal Naik | May 26, 2020 | IoT Programming
What is version control system? • Easily management collaboration on a project• Ability to have an unlimited number of developers working on the same code base• Easily revert back your files if something happened Types of Version control: Centralized: These version...
by Monisha Macharla | May 26, 2020 | IoT Programming
In this project, we use OpenCV in python to draw on the screen using a virtual pen i.e, any marker can be used to draw/erase using the technique of contour detection based on the mask of the desired colored target marker. Note: Make sure the target maker color is not...
by Monisha Macharla | May 1, 2020 | IoT Programming
In this tutorial, we are going to learn the basics of Jenkins. It is the most popular, open source Continuous Integration / Continuous Delivery (CI/CD) tool written in Java with built in plugins for almost any combination of languages and source code repositories...
by Monisha Macharla | Apr 30, 2020 | IoT Programming
INTRODUCTION In this article, we are going to learn the basics of MySQL.SQL stands for Structured Query Language. It is used for storing and managing data in a relational database management system (RDMS). SQL is a standard language for Relational Database...
by Monisha Macharla | Dec 3, 2019 | IoT Programming, Raspberry Pi
When you open the Raspberry Pi terminal, the first thing to start with is to grab the upgrade of the OS. Then the update begins. Or, somehow you will need to install some packages. For these purposes, you will use Linux commands more often. After reading this article,...