by Monisha Macharla | Dec 15, 2022 | IoT Continuous Integration, MQTT, React JS
React is an open-source front-end JavaScript library for creating user interfaces or UI components. It is sometimes known as React.js or ReactJS. Facebook and a group of independent programmers and businesses collectively maintain it. Mobile or single-page...
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 –...