dummy

ESP32 Microcontroller: Host an sqlite database and serve large datasets via a paginated HTTP API endpoint with chunked transfer encoding

07.05.2024

The wifi-enabled ESP32 microcontroller opened up great possibilities for embedded systems, especially in the context of IoT applications. The integration of sqlite enhances the very limited storage capabilities of embedded systems. Some projects may require a long term offline storage for historic sensor data, advanced data queries or simply some sort of persistent storage that can hold data across reboots of the IoT device.

 

The purpose of the  github repository that comes with this article is to demonstrate how to utilize sqlite and an asynchronous webserver to overcome the storage limitations in embedded IoT projects.

weiterlesen
dummy

It’s #FrontendFriday – Atomic Design in der Angular Entwicklung

19.04.2024

Vor einigen Monaten haben wir bei doubleSlash mit der Entwicklung eines Living Styleguides begonnen und dabei überlegt, wie wir diesen am besten strukturieren. Ziel war ein logischer und nachvollziehbarer Aufbau. Das Atomic Design sah hierfür am vielversprechendsten aus und hat sich bewährt. [1] Was Atomic Design ist und ob dies auch für Angular Architekturen anwendbar ist, erfahrt ihr in diesem Blogpost.

weiterlesen