<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>andregasser.dev</title><description>Exploring software engineering, AI agents, and the systems behind them.</description><link>https://andregasser.dev/</link><language>en-us</language><item><title>Automated Feline Recognition: Object Detection for Smart Feeder Integration using YOLO11</title><link>https://andregasser.dev/2026/02/21/automated-feline-recognition-object-detection-for-smart-feeder-integration-using-yolo11/</link><guid isPermaLink="true">https://andregasser.dev/2026/02/21/automated-feline-recognition-object-detection-for-smart-feeder-integration-using-yolo11/</guid><description>As part of the CAS Deep Learning curriculum, this project explores the practical application of high-end computer vision in a domestic environment. The primary objective was the development of a robust object detection model based on the YOLO11 architecture to uniquely identify t…</description><pubDate>Sat, 21 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Building an Autonomous AI Test Engineer: From Script to &quot;Virtual Colleague&quot;</title><link>https://andregasser.dev/2026/02/20/building-an-autonomous-ai-test-engineer-from-script-to-virtual-colleague/</link><guid isPermaLink="true">https://andregasser.dev/2026/02/20/building-an-autonomous-ai-test-engineer-from-script-to-virtual-colleague/</guid><description>Beyond Manual Implementation: The Vision for an Agentic Coding Colleague We&apos;ve all been there. The sprint is ending, the features are &quot;code complete&quot;, but the coverage report is bleeding red. Writing unit tests is often the vegetable eating of software development: we know it&apos;s g…</description><pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate></item><item><title>What&apos;s New in Kotlin 1.7.0</title><link>https://andregasser.dev/2022/10/23/whats-new-in-kotlin-1-7-0/</link><guid isPermaLink="true">https://andregasser.dev/2022/10/23/whats-new-in-kotlin-1-7-0/</guid><description>Kotlin 1.7.0 has been released on 9 June 2022 and with it comes a big list of improvements/new features along the way. In this article, we will have a closer look at the features offered to Kotlin developers working on the JVM. There were many more changes of course, such as in K…</description><pubDate>Sun, 23 Oct 2022 00:00:00 GMT</pubDate></item><item><title>How Structured Concurrency in Java 19 Helps to Make Programming of Concurrent Applications Easier</title><link>https://andregasser.dev/2022/10/23/how-structured-concurrency-in-java-19-helps-to-make-programming-of-concurrent-applications-easier/</link><guid isPermaLink="true">https://andregasser.dev/2022/10/23/how-structured-concurrency-in-java-19-helps-to-make-programming-of-concurrent-applications-easier/</guid><description>Info This post is part of a blog post series titled 6 New Features in Java 19 That Make Your Life Easier . Note This feature is in incubator phase. In order to use it, compile the program with javac --release 19 --enable-preview --add-modules jdk.incubator.vector Main.java and ru…</description><pubDate>Sun, 23 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Writing Less Boilerplate Code in Java 19 With Instanceof and Record Classes Thanks to Record Patterns</title><link>https://andregasser.dev/2022/10/23/writing-less-boilerplate-code-in-java-19-with-instanceof-and-record-classes-thanks-to-record-patterns/</link><guid isPermaLink="true">https://andregasser.dev/2022/10/23/writing-less-boilerplate-code-in-java-19-with-instanceof-and-record-classes-thanks-to-record-patterns/</guid><description>Info This post is part of a blog post series titled 6 New Features in Java 19 That Make Your Life Easier . Note This is a preview feature. In order to use it, compile the program with javac --release 19 --enable-preview Main.java and run it with java --enable-preview Main . More …</description><pubDate>Sun, 23 Oct 2022 00:00:00 GMT</pubDate></item><item><title>How Java 19’s Foreign Function and Memory API Simplifies Calling Native APIs</title><link>https://andregasser.dev/2022/10/23/how-java-19s-foreign-function-and-memory-api-simplifies-calling-native-apis/</link><guid isPermaLink="true">https://andregasser.dev/2022/10/23/how-java-19s-foreign-function-and-memory-api-simplifies-calling-native-apis/</guid><description>Info This post is part of a blog post series titled 6 New Features in Java 19 That Make Your Life Easier . Note This is a preview feature. In order to use it, compile the program with javac --release 19 --enable-preview Main.java and run it with java --enable-preview Main . More …</description><pubDate>Sun, 23 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Making Use of Java 19’s Enhancements for Switch Statements and Expressions</title><link>https://andregasser.dev/2022/10/23/making-use-of-java-19s-enhancements-for-switch-statements-and-expressions/</link><guid isPermaLink="true">https://andregasser.dev/2022/10/23/making-use-of-java-19s-enhancements-for-switch-statements-and-expressions/</guid><description>Info This post is part of a blog post series titled 6 New Features in Java 19 That Make Your Life Easier . Note This is a preview feature. In order to use it, compile the program with javac --release 19 --enable-preview Main.java and run it with java --enable-preview Main . More …</description><pubDate>Sun, 23 Oct 2022 00:00:00 GMT</pubDate></item><item><title>How to Speed Up Your Vector Operations Using the Java 19 Vector API</title><link>https://andregasser.dev/2022/10/23/how-to-speed-up-your-vector-operations-using-the-java-19-vector-api/</link><guid isPermaLink="true">https://andregasser.dev/2022/10/23/how-to-speed-up-your-vector-operations-using-the-java-19-vector-api/</guid><description>Info This post is part of a blog post series titled 6 New Features in Java 19 That Make Your Life Easier . Note This feature is in incubator phase. In order to use it, compile the program with javac --release 19 --enable-preview --add-modules jdk.incubator.vector Main.java and ru…</description><pubDate>Sun, 23 Oct 2022 00:00:00 GMT</pubDate></item><item><title>6 New Features in Java 19 That Make Your Life Easier</title><link>https://andregasser.dev/2022/10/15/blog-post-series-6-new-features-in-java-19-that-make-your-life-easier/</link><guid isPermaLink="true">https://andregasser.dev/2022/10/15/blog-post-series-6-new-features-in-java-19-that-make-your-life-easier/</guid><description>Java 19 has been available since September 20, 2022 and I didn&apos;t want to miss the opportunity to write some blog posts about some cool new features. Most of them have been made available either as a preview feature or incubator module. This means that these features have to be ex…</description><pubDate>Sat, 15 Oct 2022 00:00:00 GMT</pubDate></item></channel></rss>