Como forma de compartilhar e fixar conhecimento comecei a escrever artigos técnicos. Gostei, e acabei escrevendo mais ao longo do tempo.
Publico no https://dev.to e no https://www.baeldung.com/. Nessa página arquivo todos os artigos que já publiquei como um feed. Divirta-se!
Expand your digital picture frame use cases with Pi3D integrated USB media stick support using UDiskie
I built and customized three instances of The Digital Picture Frame. It’s so simple yet such a great system setup that I fell in love. Today I want to share a method to use USB Media Sticks to view our photos. This method uses Udiskie, while the traditional method (explained by Wolfgang Männel in Expand…
Converting an old TV Box into an epic Picture Frame
I built and customized 3 instances of The Digital Picture Frame. It’s so simple yet such a great system setup that I fell in love. People have built such awesome setups for this small utility, and passion drove me to my calling: It’s my time to hack a device and turn it into a Picture…
Automated Screenshot Taking in Android using Kotest and Ktor
1. Introduction Automated screenshot testing is essential in Android development for ensuring UI consistency across updates and devices. Manually verifying UI changes is time-consuming and error-prone, making automation a vital practice. In this guide, we’ll show how to use Kotest for capturing screenshots and Ktor for uploading them to a local server. This setup streamlines…
Check if Mono is Empty with Kotlin
Learn to check if a Mono is empty in Kotlin and define static and dynamic fallback values to create robust reactive flows. Check if Mono is Empty with Kotlin – Original at https://www.baeldung.com/kotlin/mono-empty-check by @baeldung