ALAndré Lademanninblog.andrelademann.de·2d ago · 7 min readAI Security Architect: Why This Might Be the Most Valuable Tech Role of 2026Everyone is talking about AI engineers. Almost nobody is talking about the people who have to make AI safe to run in production. That gap is quietly turning into one of the biggest career opportunitie00
ALAndré Lademanninblog.andrelademann.de·Mar 14, 2024 · 2 min readLet'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...00
ALAndré Lademanninblog.andrelademann.de·Sep 12, 2023 · 2 min readWhat 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...00
ALAndré Lademanninblog.andrelademann.de·Jan 5, 2023 · 2 min readCustom 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 ...00
ALAndré Lademanninblog.andrelademann.de·Oct 28, 2022 · 4 min readCustom 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...00