by Monisha Macharla | Dec 4, 2022 | MQTT, NodeMCU, nodemcu projects
In this tutorial, we will connect an RGB LED strip of 5 meters to a NodeMCU and control them via adafruit IO. A combination of 3 LEDs—RED, GREEN, and BLUE—makes up an RGB LED. Red, green, and blue can be combined to create any color. RGB LEDs may produce a variety of...
by Monisha Macharla | Oct 24, 2022 | Arduino Uno, arduino uno projects
For precisely moving and positioning mechanical items, stepper motors are the best option. The position of the motor shaft can be precisely adjusted by using techniques like microstepping. There are numerous sizes of stepper motors available. The steppers that DVD and...
by Monisha Macharla | Aug 16, 2022 | IoT Continuous Integration
Why do you need to use a Jenkins pipeline to push your docker image into your docker hub? Assuming you have a docker file and you build your docker images manually and push it to your hub. Suppose your developer needs to make changes or commits in the GitHub...
by Monisha Macharla | Aug 14, 2022 | IoT Connectivity
Introduction With the latest advancements in AI technologies, we have noticed a significant increase in the deployment of AI-based applications and services in recent years. More recently, with the booming IoT industry in particular, billions of mobiles and IoT...
by Monisha Macharla | Aug 14, 2022 | IoT Programming
Introduction In this tutorial, we will be looking into Bash Script – a tool used by developers to increase productivity and manage tasks. A lot of professionals use it for tasks such as system administration, data crunching, web app development, automated...
by Monisha Macharla | Aug 14, 2022 | IoT Programming
Introduction In this tutorial, we will be discussing in detail on how to extract REST API data using Python. It is one of the most popular APIs and is used by a majority of applications. We will be using VS code editor for executing the python code. The extracted API...
by Monisha Macharla | Aug 9, 2022 | IoT Continuous Integration, React JS
If you have developed a ReactJs application and wish to deploy it on a docker container, this tutorial is for you. “It worked on my machine!!!” is a classic dialogue from every developer who gets frustrated when his application doesn’t work on a...
by Monisha Macharla | Aug 4, 2022 | React JS
ReactJs is one of the famous front-end open-source libraries of JavaScript developed by Facebook. It aims to allow developers to quickly create fast user interfaces for websites and applications. In this blog, we will create a simple and basic ReactJs...
by Monisha Macharla | Aug 4, 2022 | React JS
In the tutorial’s last part, we discussed about ReactJs and how to run a simple react app on a web browser. In this part, we will dig more into some interesting stuff, such as creating a home, about us, and contact pages. Click here for the first part –...
by Monisha Macharla | Aug 3, 2022 | IoT Cloud, IoT Continuous Integration
Introduction In this tutorial, we will be discussing in detail on how to create a responsive form from scratch using HTML, JavaScript, and Bootstrap 5. We use HTML for structuring the webpage, Bootstrap for stylizing it, and JavaScript for making the form responsive....