Explore >> Select a destination


You are here

dmitrybrant.com
| | ncona.com
8.1 parsecs away

Travel
| | 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...
| | www.onetransistor.eu
6.5 parsecs away

Travel
| | A new version of the serial device programmer PonyProg has been released. It comes with a good-looking Qt based interface. Here are some screenshots and tests.
| | simpleprogrammer.com
8.4 parsecs away

Travel
| | A detailed comparison of Node.JS vs ASP.NET with an overview, pros & cons of both the languages and key differences
| | www.mattlayman.com
26.3 parsecs away

Travel
| How can you set up Tailwind CSS for your Django app on Heroku? In this article, we'll see how I did exactly that recently. I have a side project that uses Tailwind CSS. To get started quickly, I used the version from a Content Delivery Network (CDN) as Tailwind describes in the documentation. This worked fine initially while I got my project started, but the CDN version is huge (around 3MB).