|
You are here |
morphocode.com | ||
| | | | |
www.thepolyglotdeveloper.com
|
|
| | | | | Use Node.js and the Express.js framework to create a very simple RESTful API that can be used with front-end applications like AngularJS or ReactJS. | |
| | | | |
ncona.com
|
|
| | | | | A few months ago, I started learning Arduino, and recently I finished my first small project. After finishing the project, I was wondering if I could build the same thing for cheaper, and that's when I stumbled into ESP32. ESP32 is an MCU (Micro Controller Unit) that got very popular because it has integrated WiFi, Bluetooth, very good documentation and is relatively cheap for what it does. Interestingly, the Arduino UNO R4 WiFi contains two MCU and one of them is an ESP32. Getting an ESP32 The easiest w... | |
| | | | |
thecodinginterface.com
|
|
| | | | | In this article I demonstrate how to install OpenCV for C++ from source using cmake. Following this I show how to configure my favorite code editor, Visual Studio Code (VS Code), along with the awesome Microsoft extensions CMake Tools and C/C++ IntelliSense which provides a fantastic, productivity boosting, development environment. | |
| | | | |
www.seancdavis.com
|
|
| | | Write a Node.js script that connects to a Notion database and writes its page and block content to a local JSON file. | ||