<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Michal Franc | Cloud Native, Architecture, Platform Engineering</title>
    <description>Software Engineer/Architect-distributed systems, cloud-native, system design, platform engineering, golang, kubernetes</description>
    <link>http://www.mfranc.com/</link>
    <atom:link href="http://www.mfranc.com/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Sat, 02 May 2026 16:16:04 +0000</pubDate>
    <lastBuildDate>Sat, 02 May 2026 16:16:04 +0000</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    
      <item>
        <title>So I wanted to speak to AI agent ... and ended up with a Tamagochi on my phone</title>
        <description>What started as a weekend dictation script somehow turned into me building a Kotlin app for my Galaxy Watch, a Tamagotchi-like bot on my phone, and a full personal assistant I talk to from the couch.</description>
        <pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate>
        <link>http://www.mfranc.com/blog/speaking-to-ai-agent-ended-up-with-tamagochi/</link>
        <guid isPermaLink="true">http://www.mfranc.com/blog/speaking-to-ai-agent-ended-up-with-tamagochi/</guid>
        
        <category>claude-code</category>
        
        <category>ai</category>
        
        <category>speech-to-text</category>
        
        <category>kotlin</category>
        
        
        <category>tech</category>
        
      </item>
    
      <item>
        <title>Software Engineering Transformation 2026</title>
        <description>Thouhgts on the impact of AI and LLMS on the work of Software Engineers</description>
        <pubDate>Sun, 11 Jan 2026 07:00:00 +0000</pubDate>
        <link>http://www.mfranc.com/blog/ai-2026/</link>
        <guid isPermaLink="true">http://www.mfranc.com/blog/ai-2026/</guid>
        
        <category>ai</category>
        
        <category>career</category>
        
        
        <category>Career</category>
        
      </item>
    
      <item>
        <title>Calling Conventions</title>
        <description>Fourth part of the series. Calling conventions deep dive.</description>
        <pubDate>Thu, 28 Mar 2019 07:00:00 +0000</pubDate>
        <link>http://www.mfranc.com/blog/net-internal-sorting-part4/</link>
        <guid isPermaLink="true">http://www.mfranc.com/blog/net-internal-sorting-part4/</guid>
        
        <category>assembler</category>
        
        <category>.net</category>
        
        
        <category>Tech</category>
        
      </item>
    
      <item>
        <title>Managed vs Unmanaged code and interop</title>
        <description>Third part of the series. Discussing managed vs unmanaged world and how does communication happen between them.</description>
        <pubDate>Mon, 16 Jul 2018 08:00:00 +0000</pubDate>
        <link>http://www.mfranc.com/blog/net-internals-sorting-part3</link>
        <guid isPermaLink="true">http://www.mfranc.com/blog/net-internals-sorting-part3</guid>
        
        <category>.net</category>
        
        
        <category>Tech</category>
        
      </item>
    
      <item>
        <title>Array.Sort &amp;&amp; TrySZSort</title>
        <description>Second part of the series. Getting into Array.Sort details and first look at TrySZSort function.</description>
        <pubDate>Mon, 11 Jun 2018 07:00:00 +0000</pubDate>
        <link>http://www.mfranc.com/blog/net-internals-sorting-part2/</link>
        <guid isPermaLink="true">http://www.mfranc.com/blog/net-internals-sorting-part2/</guid>
        
        <category>.net</category>
        
        
        <category>Tech</category>
        
      </item>
    
      <item>
        <title>List.Sort internals</title>
        <description>Dive into .NET internals and explore List.Sort source code. Discussing Enumeration, state management and internal implementation of the list and Sort.</description>
        <pubDate>Mon, 28 May 2018 08:00:00 +0000</pubDate>
        <link>http://www.mfranc.com/blog/net-internals-sorting-part1/</link>
        <guid isPermaLink="true">http://www.mfranc.com/blog/net-internals-sorting-part1/</guid>
        
        <category>.net</category>
        
        
        <category>Tech</category>
        
      </item>
    
      <item>
        <title>Journey through the .NET internals - Sorting</title>
        <description></description>
        <pubDate>Mon, 28 May 2018 07:00:00 +0000</pubDate>
        <link>http://www.mfranc.com/blog/net-internals-journey-sort/</link>
        <guid isPermaLink="true">http://www.mfranc.com/blog/net-internals-journey-sort/</guid>
        
        <category>.net</category>
        
        
        <category>Article</category>
        
      </item>
    
      <item>
        <title>Evolution of Engineer - critical neurone mass and negative code value</title>
        <description>Why Eric Evans book bored me to death? And why I think that code is useless. My thoughts on engineer learning process from a technical minded person to a balanced tech / business focused professional. An important post for every engineer to read.</description>
        <pubDate>Mon, 24 Apr 2017 00:00:00 +0000</pubDate>
        <link>http://www.mfranc.com/blog/evolution-of-engineer/</link>
        <guid isPermaLink="true">http://www.mfranc.com/blog/evolution-of-engineer/</guid>
        
        <category>career</category>
        
        
        <category>Career</category>
        
      </item>
    
      <item>
        <title>Code Review - C# Code</title>
        <description>Interesting code review of less complex code.</description>
        <pubDate>Mon, 17 Apr 2017 10:00:00 +0000</pubDate>
        <link>http://www.mfranc.com/blog/code-review-one/</link>
        <guid isPermaLink="true">http://www.mfranc.com/blog/code-review-one/</guid>
        
        <category>code-review</category>
        
        <category>archive</category>
        
        
        <category>tech</category>
        
      </item>
    
      <item>
        <title>Docker container to container communication</title>
        <description></description>
        <pubDate>Mon, 10 Apr 2017 10:00:00 +0000</pubDate>
        <link>http://www.mfranc.com/blog/docker-containers-communication/</link>
        <guid isPermaLink="true">http://www.mfranc.com/blog/docker-containers-communication/</guid>
        
        <category>docker</category>
        
        <category>archive</category>
        
        
        <category>tech</category>
        
      </item>
    
  </channel>
</rss>
