<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Florian Kromer</title>
    <link>https://florian-kromer.eu/en/</link>
    <description>Recent content on Florian Kromer</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>kromer-florian@protonmail.com (Florian Kromer)</managingEditor>
    <webMaster>kromer-florian@protonmail.com (Florian Kromer)</webMaster>
    <copyright>© 2026 Florian Kromer</copyright>
    <lastBuildDate>Tue, 11 Aug 2026 10:00:00 +0200</lastBuildDate><atom:link href="https://florian-kromer.eu/en/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>AI-Based Development of Yocto-Based Embedded Systems</title>
      <link>https://florian-kromer.eu/en/posts/ai-based-yocto-development/</link>
      <pubDate>Sun, 05 Jul 2026 10:00:00 +0200</pubDate>
      <author>kromer-florian@protonmail.com (Florian Kromer)</author>
      <guid>https://florian-kromer.eu/en/posts/ai-based-yocto-development/</guid>
      <description>&lt;h1 class=&#34;relative group&#34;&gt;Why Should I Use AI for the Development of Yocto-Based Embedded Systems?&#xA;    &lt;div id=&#34;why-should-i-use-ai-for-the-development-of-yocto-based-embedded-systems&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#why-should-i-use-ai-for-the-development-of-yocto-based-embedded-systems&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h1&gt;&#xA;&lt;p&gt;The development of embedded systems with Yocto can be complex and time-consuming.&lt;/p&gt;&#xA;&lt;p&gt;This is problematic:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Significant development and time effort flows into the &lt;a href=&#34;https://docs.yoctoproject.org/bitbake/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;BitBake&lt;/a&gt;-based build system instead of features, bug fixes, and security patches.&lt;/li&gt;&#xA;&lt;li&gt;Well-trained Yocto developers are rare.&lt;/li&gt;&#xA;&lt;li&gt;Internal Yocto training within the team is time-consuming.&lt;/li&gt;&#xA;&lt;li&gt;Requirements in the area of IT security (supply chain security) bind development and time resources:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Security patches.&lt;/li&gt;&#xA;&lt;li&gt;Security requirement engineering/management.&lt;/li&gt;&#xA;&lt;li&gt;Threat modeling.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Prioritization conflict between new features and IT security best practices.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;AI can:&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Development of This Website: Technology Stack and Workflow</title>
      <link>https://florian-kromer.eu/en/posts/entwicklung-dieser-webseite/</link>
      <pubDate>Sun, 05 Jul 2026 10:00:00 +0200</pubDate>
      <author>kromer-florian@protonmail.com (Florian Kromer)</author>
      <guid>https://florian-kromer.eu/en/posts/entwicklung-dieser-webseite/</guid>
      <description>&lt;p&gt;In this article, I describe the technology stack and development workflow I used for this website.&lt;/p&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;Hugo as Static Website Generator&#xA;    &lt;div id=&#34;hugo-as-static-website-generator&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#hugo-as-static-website-generator&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;I chose &lt;a href=&#34;https://gohugo.io/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Hugo&lt;/a&gt; because it:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Is &lt;strong&gt;blazing fast&lt;/strong&gt; - pages are generated in milliseconds&lt;/li&gt;&#xA;&lt;li&gt;Offers &lt;strong&gt;simple Markdown syntax&lt;/strong&gt; - perfect for blog content&lt;/li&gt;&#xA;&lt;li&gt;Uses &lt;strong&gt;Markdown files&lt;/strong&gt; - ideal for agentic development, easily read and edited by AI agents&lt;/li&gt;&#xA;&lt;li&gt;Has a &lt;strong&gt;theming system&lt;/strong&gt; - allows easy customizations&lt;/li&gt;&#xA;&lt;li&gt;Supports &lt;strong&gt;themes as Git submodules&lt;/strong&gt; - can be cleanly integrated and maintained as separate Git submodules&lt;/li&gt;&#xA;&lt;li&gt;Provides &lt;strong&gt;multilingual support&lt;/strong&gt; - ideal for my German/English website&lt;/li&gt;&#xA;&lt;li&gt;Requires &lt;strong&gt;no database&lt;/strong&gt; - everything is static files&lt;/li&gt;&#xA;&lt;li&gt;Has &lt;strong&gt;significantly less maintenance overhead&lt;/strong&gt; than JavaScript-based websites - no constant updates of JS dependencies needed&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Development with Hugo is very efficient. I write content in Markdown, and Hugo generates the complete HTML, CSS, and JavaScript.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Digital Sovereignty in Public Administration</title>
      <link>https://florian-kromer.eu/en/posts/digitale-souveraenitaet-oeffentliche-verwaltung/</link>
      <pubDate>Sun, 05 Jul 2026 10:00:00 +0200</pubDate>
      <author>kromer-florian@protonmail.com (Florian Kromer)</author>
      <guid>https://florian-kromer.eu/en/posts/digitale-souveraenitaet-oeffentliche-verwaltung/</guid>
      <description>&lt;p&gt;Two northern German states are serious about digital sovereignty: Schleswig-Holstein and Mecklenburg-Vorpommern are exiting the Microsoft Cloud and switching to open-source solutions instead. This decision marks a significant step towards technological independence and data privacy.&lt;/p&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;Background of the Decision&#xA;    &lt;div id=&#34;background-of-the-decision&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#background-of-the-decision&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The two states have decided to reduce their dependence on proprietary software and switch to open-source alternatives instead. This decision is based on several key factors:&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>EuroStack Initiative Explained</title>
      <link>https://florian-kromer.eu/en/posts/eurostack-initiative-explained/</link>
      <pubDate>Sun, 05 Jul 2026 10:00:00 +0200</pubDate>
      <author>kromer-florian@protonmail.com (Florian Kromer)</author>
      <guid>https://florian-kromer.eu/en/posts/eurostack-initiative-explained/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;What is EuroStack?&#xA;    &lt;div id=&#34;what-is-eurostack&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#what-is-eurostack&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;EuroStack is a European grassroots movement with over 400 industry signatories, technologists, and economists demanding radical industrial action to build Europe&amp;rsquo;s sovereign digital infrastructure. It addresses the urgent need for technological independence at all levels: from AI and cloud computing to chips and connectivity.&lt;/p&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;The Crisis&#xA;    &lt;div id=&#34;the-crisis&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#the-crisis&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Europe faces critical dependencies on non-European technologies that pose security risks and compromise sovereignty. Due to structural fragmentation, Europe has fallen significantly behind the US and China. Without profound changes, Europe&amp;rsquo;s dependency on non-European technologies will be nearly complete within three years.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>How can I generate high-quality PDFs as simply as possible from Markdown?</title>
      <link>https://florian-kromer.eu/en/posts/typst/</link>
      <pubDate>Sun, 05 Jul 2026 10:00:00 +0200</pubDate>
      <author>kromer-florian@protonmail.com (Florian Kromer)</author>
      <guid>https://florian-kromer.eu/en/posts/typst/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;What is Typst?&#xA;    &lt;div id=&#34;what-is-typst&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#what-is-typst&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://typst.app/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Typst&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;is a &lt;a href=&#34;https://typst.app/docs/reference/syntax/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;markup language&lt;/a&gt; (description of document layout in code),&#xA;which also supports &lt;a href=&#34;https://typst.app/docs/reference/styling/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;styling&lt;/a&gt;, &lt;a href=&#34;https://typst.app/docs/reference/scripting/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;scripting&lt;/a&gt;&#xA;and &lt;a href=&#34;https://typst.app/docs/reference/context/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;context&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;a &lt;a href=&#34;https://github.com/typst/typst&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;compiler&lt;/a&gt; that converts markup input into output formats&lt;/li&gt;&#xA;&lt;li&gt;A &lt;a href=&#34;https://typst.app/signin/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;service&lt;/a&gt; (you can use it, you don&amp;rsquo;t have to use it),&#xA;which offers &lt;a href=&#34;https://typst.app/pricing/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;functions&lt;/a&gt; for organizations.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;Why should I use Typst?&#xA;    &lt;div id=&#34;why-should-i-use-typst&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#why-should-i-use-typst&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&#xA;&lt;h3 class=&#34;relative group&#34;&gt;Typst is simple&#xA;    &lt;div id=&#34;typst-is-simple&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#typst-is-simple&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h3&gt;&#xA;&lt;p&gt;So far, the only real professional alternative to Typst was the markup language &lt;a href=&#34;https://www.latex-project.org/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;LaTeX&lt;/a&gt;, which was a real option.&#xA;&lt;a href=&#34;https://pandoc.org/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Pandoc&lt;/a&gt; is a LaTeX compiler often used under the Linux operating system (converts LaTeX-based input data into output formats).&#xA;Using the two compilers, the properties can be compared in a practical way.&#xA;&lt;strong&gt;Typst is much easier to learn and use compared to LaTeX.&lt;/strong&gt;&#xA;I wrote my master&amp;rsquo;s thesis in 2012 with LaTeX.&#xA;If I had had a simpler alternative back then, I would have saved a lot of time and nerves.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Club Memberships</title>
      <link>https://florian-kromer.eu/en/vereinsmitgliedschaften/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <author>kromer-florian@protonmail.com (Florian Kromer)</author>
      <guid>https://florian-kromer.eu/en/vereinsmitgliedschaften/</guid>
      <description>&lt;blockquote&gt;&lt;p&gt;&amp;ldquo;If you want to go fast, go alone. If you want to go far, go together.&amp;rdquo;&#xA;— African proverb&lt;/p&gt;&#xA;&lt;/blockquote&gt;&lt;p&gt;I have been an active club member in sports and outdoor organizations since my youth.&lt;/p&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;2025–Present: SSC Jachenau e.V.&#xA;    &lt;div id=&#34;2025present-ssc-jachenau-ev&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#2025present-ssc-jachenau-ev&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Active membership. Ski club with nordic and alpine skiing, and mountain biking division.&lt;/p&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;2005–Present: Deutscher Alpenverein (DAV) - German Alpine Club&#xA;    &lt;div id=&#34;2005present-deutscher-alpenverein-dav---german-alpine-club&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#2005present-deutscher-alpenverein-dav---german-alpine-club&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Active membership in various regional sections of the German Alpine Club.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Imprint</title>
      <link>https://florian-kromer.eu/en/impressum/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <author>kromer-florian@protonmail.com (Florian Kromer)</author>
      <guid>https://florian-kromer.eu/en/impressum/</guid>
      <description>&lt;p&gt;Disclosure according to the &lt;a href=&#34;https://www.gesetze-im-internet.de/ddg/BJNR0950B0024.html?ref=florian-kromer.eu&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;German &amp;ldquo;Digitale-Dienst-Gesetz&amp;rdquo; (DDG)&lt;/a&gt; § 5&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Name:&lt;/strong&gt; Florian Kromer&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Address:&lt;/strong&gt; Laich 12 1/5, 83676 Jachenau&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Contact:&lt;/strong&gt; +49 1515 489 25 92, &lt;a href=&#34;mailto:kromer-florian@protonmail.com&#34; &gt;kromer-florian@protonmail.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sales tax identification number:&lt;/strong&gt; According to paragraph &lt;a href=&#34;https://www.gesetze-im-internet.de/ustg_1980/__19.html?ref=florian-kromer.eu&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;19 UStG&lt;/a&gt; no sales tax is charged.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Privacy Policy</title>
      <link>https://florian-kromer.eu/en/datenschutz/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <author>kromer-florian@protonmail.com (Florian Kromer)</author>
      <guid>https://florian-kromer.eu/en/datenschutz/</guid>
      <description>&lt;p&gt;This website does not process or store any personal data from you except what is technically necessary.&lt;/p&gt;&#xA;&lt;p&gt;Hosting is provided by the European provider &lt;a href=&#34;https://www.hetzner.com&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Hetzner&lt;/a&gt; on European infrastructure.&lt;/p&gt;&#xA;&lt;p&gt;The website uses privacy-friendly web analytics provided by Hetzner.&lt;/p&gt;&#xA;&lt;p&gt;This Webseite hyperlinks &lt;a href=&#34;https://steady.page&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Steady&lt;/a&gt;. Data is processed and stored in compliance with European data privacy guidelines:&#xA;&lt;a href=&#34;https://steady.page/de/eu&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;steady.page/de/eu&lt;/a&gt;, &lt;a href=&#34;https://steady.page/de/privacy&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;steady.page/de/privacy&lt;/a&gt;.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Professional Activity</title>
      <link>https://florian-kromer.eu/en/beruflich/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <author>kromer-florian@protonmail.com (Florian Kromer)</author>
      <guid>https://florian-kromer.eu/en/beruflich/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;Professional Experience&#xA;    &lt;div id=&#34;professional-experience&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#professional-experience&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;I have worked in various types of companies (startups, medium-sized companies, corporations) in many roles and have technologically steered projects. This includes:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Building data-oriented teams (defining role requirement profiles, participating in recruiting interviews)&lt;/li&gt;&#xA;&lt;li&gt;Building Embedded SW teams (defining role requirement profiles, participating in recruiting interviews)&lt;/li&gt;&#xA;&lt;li&gt;Technological steering of projects in different company sizes and cultures&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;h3 class=&#34;relative group&#34;&gt;September 2012–present: SW Architecture and SW Development&#xA;    &lt;div id=&#34;september-2012present-sw-architecture-and-sw-development&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#september-2012present-sw-architecture-and-sw-development&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h3&gt;&#xA;&lt;p&gt;In my professional career, I have worked in various roles:&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Volunteer Work</title>
      <link>https://florian-kromer.eu/en/ehrenamt/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <author>kromer-florian@protonmail.com (Florian Kromer)</author>
      <guid>https://florian-kromer.eu/en/ehrenamt/</guid>
      <description>&lt;blockquote&gt;&lt;p&gt;&amp;ldquo;Competence obligates. Whoever can do something, should do it.&amp;rdquo;&#xA;— Quote of a German Politician&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;Sports Volunteering&#xA;    &lt;div id=&#34;sports-volunteering&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#sports-volunteering&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&#xA;&lt;h3 class=&#34;relative group&#34;&gt;2026–present: SSC Jachenau e.V.&#xA;    &lt;div id=&#34;2026present-ssc-jachenau-ev&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#2026present-ssc-jachenau-ev&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h3&gt;&#xA;&lt;p&gt;Mountain bike trainer for children and youth. Teaching basic techniques, safety, and nature experience in mountain biking.&lt;/p&gt;&#xA;&#xA;&lt;h3 class=&#34;relative group&#34;&gt;2010–2011: Enshin Dojo Freiburg, Mu-Shin e.V.&#xA;    &lt;div id=&#34;20102011-enshin-dojo-freiburg-mu-shin-ev&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#20102011-enshin-dojo-freiburg-mu-shin-ev&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h3&gt;&#xA;&lt;p&gt;Karate trainer for children and adults. Leading training sessions in Enshin Karate and Muay Thai boxing for different age and skill groups.&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
