ESP32-CAM is an inexpensive ESP32 based video processing board. It comes with ESP32-S AI-Thinker module and 2MP OV2640 camera. Seems the board is designed such that It can
Java21 introduced Sequenced collections to improve the collections framework usability. Until Java21, the general way to get the first and last element of a list looks like the
ESP32 supports many development platforms such ESP-IDF, MicroPython and Arduino.We had already seen how to interface servo with esp32 using ESP-IDF and MicroPython. In this post we will see how to
It has almost become a standard practice to cache frequently used data in a distributed cache such as redis. Once a distributed cache is introduced into architecture if
Tomcat is a popular open source servlet container in the Java ecosystem. Tomcat is the default container for spring boot web applications (spring boot also supports other containers).
Should the managers put conscious effort to drive the team ? Generally in a new startup or newly started project, there is enthusiasm in the team to deliver
ESP32 supports many development platforms such ESP-IDF, MicroPython and Arduino. I had already shown how to interface servo with esp32 using ESP-IDF and MicroPython. In this post we
Kafka provides horizontal scalability through partitions and topic consumers. In a given consumer group, one partition can only be assigned to one consumer. Topic partitions can be increased