Assigning values in Kotlin with a condition
March 20, 2021Kotlin provides some really beautiful options when assigning values
Written by Christoph Grotz who uses this blog to document his learnings regarding new tech trends. You should follow him on Twitter.
He is also sharing his current view on the tech landscape as a tech radar.
Kotlin provides some really beautiful options when assigning values
Monitoring Covid confirmed cases and deceased compared to vaccination
In this part we process the firmware installation from Bosch IoT Rollouts
In this part we beginn with connecting our device with the Bosch IoT Suite.
In this part of the series we are going to connect our firmware build to Bosch IoT Rollouts.
I am going to use several features in the Bosch IoT Suite for facilitating the automatic distribution of the firmware build using GitHub Actions
Let's start by setting up a Platform.IO project for GitHub Actions, just create a new project in Platform.IO. Select the board you are developing against, in my case I selected the M5 Stack option.
Continuous Integration and Delivery is a practice that is normally associated with development of web applications and mobile applications…
Today I got my first set of ESP 32 boards from AliExpress, and they are a beauty. If you don’t know the ESP32 yet, it’s the successor of the…
AI models are becoming more and more commodity nowadays. This entry is focusing on, how you can train a Tensorflow model offline and push it…
So, you want to get started with Ethereum? I found that when experimenting with blockchain as a developer it’s best, to setup your own…
Recently I stumpled up on when.js, a great way of doing concurrency in Javascript with a very easy syntax. For example, it allows a very…
Building maven artifacts from javascript sources