In this tutorial, we will learn how to decode a base64 string, using the ESP32 and the Arduino core. The tests of this tutorial were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial, we will learn how to decode a base64 string, using the ESP32 and the Arduino core. For …
Oracle SQL: Order by list of values
The objective of this post is to explain how to perform the ordering of a table in Oracle SQL, using a list of values. Introduction The objective of this post is to explain how to perform the ordering of a table in Oracle SQL, using a list of values. We will start by creating a …