<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>K.DEV – IT Ingenieur</title><description>Full-stack engineer and computer artisan sharing insights on web development, embedded systems, and AI projects.</description><link>https://www.kuegler.dev/</link><item><title>Built with Astro</title><link>https://www.kuegler.dev/blog/built-with-astro/</link><guid isPermaLink="true">https://www.kuegler.dev/blog/built-with-astro/</guid><description>This portfolio website is my playground for experimenting with design, content, and technology. Built with simplicity and accessibility in mind, it blends a structured yet playful approach to content presentation while leveraging modern tools like Astro, Tailwind, and Notion for seamless performance and flexibility.</description><pubDate>Sat, 03 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Hello, World!</title><link>https://www.kuegler.dev/blog/hello-world/</link><guid isPermaLink="true">https://www.kuegler.dev/blog/hello-world/</guid><description>After a decade of building websites for clients, I am finally launching my own. As a full-stack software engineer with a background in embedded systems, I share insights on development, business, and technology. This blog is my space to explore new ideas, optimize workflows, and also experiment with AI.</description><pubDate>Fri, 11 Apr 2025 00:00:00 GMT</pubDate></item><item><title>Debugging a Node.js Application in Chrome with `--inspect`</title><link>https://www.kuegler.dev/blog/debugging-a-nodejs-application-in-chrome-with-inspect/</link><guid isPermaLink="true">https://www.kuegler.dev/blog/debugging-a-nodejs-application-in-chrome-with-inspect/</guid><description>Debugging is a crucial part of building reliable Node.js applications. While `console.log()` is often the go-to tool for debugging, Node.js offers a much more powerful built-in feature: the `--inspect` flag.</description><pubDate>Sun, 13 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Understanding JavaScript Promises and Async/Await</title><link>https://www.kuegler.dev/blog/understanding-javascript-promises-and-async-await/</link><guid isPermaLink="true">https://www.kuegler.dev/blog/understanding-javascript-promises-and-async-await/</guid><description>As JavaScript has evolved, handling asynchronous operations efficiently has become critical for creating smooth, performant applications. From fetching data from APIs to processing large computations without blocking the main thread, JavaScript provides multiple ways to handle asynchronous code. In this blog post, we&apos;ll dive into two essential tools: Promises and async/await.</description><pubDate>Fri, 11 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Understanding JavaScript Iterators</title><link>https://www.kuegler.dev/blog/understanding-javascript-iterators/</link><guid isPermaLink="true">https://www.kuegler.dev/blog/understanding-javascript-iterators/</guid><description>JavaScript iterators are a powerful feature introduced in ECMAScript 6 (ES6) that allow developers to define and control the behavior of loops in a flexible and efficient manner. Iterators provide a uniform way to access elements of a collection, one at a time, without needing to know how the collection is structured. This makes them an essential tool for writing cleaner, more maintainable code when dealing with arrays, objects, and other data structures.</description><pubDate>Thu, 10 Oct 2024 00:00:00 GMT</pubDate></item></channel></rss>