blog.andrelademann.deLet's get serialThe Web Serial API is a browser-based interface that makes it possible to communicate with hardware devices via the serial interface. It is mainly used for communication with development boards such as the ESP32 or Arduino Uno to send and receive dat...Mar 14, 2024·2 min read
blog.andrelademann.deWhat is pubspec.lock forIt is good practice to version the pubspec.lock file in a Flutter project. The pubspec.lock file contains an accurate record of the versions of the dependencies (packages) used in your Flutter project. By versioning this file, you ensure that your pr...Sep 12, 2023·2 min read
blog.andrelademann.deCustom ChatGPT with OpenAI APIOpenAI's API is surprisingly easy to use. It is no different from other REST APIs. So integrating AI into your own software is easy, and we will see AI being integrated into more and more applications. Be it in ticket systems, email clients, content ...Jan 5, 2023·2 min read
blog.andrelademann.deCustom fake data generatorIn 2019 (and still in 2022), we probably do not need to create data, we just need to print out one of the famous Twitter channels. Just kidding. :) Sometimes we need millions, I mean gigabytes of test data, which are really close to the data we are u...Oct 28, 2022·4 min read
blog.andrelademann.deGamification has a lot of potential for companies!Inspired by my famous CSS YouTuber Kevin Powell and his CSS battles on YouTube, I organised a CSS battle in my company, Netresearch. Why? I noticed how quickly after a few tasks on CSS-battle, I was up to speed again. I learned so many new things, ...May 6, 2022·3 min read