Category: Programming

Johnny Five : The JavaScript Robotics & IoT Platform

What is Johnny Five ? Johnny-Five is an Open Source, Firmata Protocol based, IoT and Robotics programming framework, developed at Bocoup in 2012, Johnny-Five  is maintained by a community of passionate software developers and hardware engineers. Over 75 developers have made contributions towards building a robust, extensible and composable ecosystem. Johnny-Five programs can be written […]

Best Arduino IDE alternatives to start programming

When we start developing an Arduino project usually we tend to use the Arduino IDE. There are, anyway, several Best Arduino IDE alternatives we should consider if we are not satisfied with the standard IDE. As we know, Arduino is one of the most popular prototyping board (with several alternatives) when it comes the time […]

Node.js for Microcontrollers

low.js is a port of the JavaScript runtime Node.js with far lower system requirements, allowing it to run on cheap, power-efficient microcontroller boards based on the ESP32-WROVER module. With low.js you can build scalable Internet-native electronics applications (IoT) easily and fast. low.js runs on any ESP32-WROVER module. Use Low.js with far lower system requirements. low.js […]

Nodemon – Automatic Restart the node application

What is Nodemon ? Nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected. nodemon does not require any additional changes to your code or method of development. nodemon is a replacement wrapper for node, to use nodemon replace the word […]

How To Install Django on Ubuntu

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design which follows the model-view-template (MVT) architectural pattern.  Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open […]

ExpressJS – Web framework for Node.js

Expressjs, or simply Express, is a web application framework for Node.js, released as free and open-source software under the MIT License. Express is a minimal, flexible and rapid development of Node.js web application framework that provides a robust set of features to develop web and mobile applications. It is designed for building web applications and […]

How to Install PyCharm on Ubuntu

PyCharm is a full-featured IDE for Python and Web development environment (IDE) used in computer programming, specifically for the Python language. It is developed by the Czech company JetBrains. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django. It has a […]

Back To Top