<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web02.fireside.fm</fireside:hostname>
    <fireside:genDate>Wed, 08 Apr 2026 18:00:57 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Coder Radio - Episodes Tagged with “Coder To Developer”</title>
    <link>https://coder.show/tags/coder%20to%20developer</link>
    <pubDate>Wed, 29 Sep 2021 15:00:00 -0400</pubDate>
    <description>A weekly talk show taking a pragmatic look at the art and business of Software Development and the world of technology.
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>A weekly talk show</itunes:subtitle>
    <itunes:author>The Mad Botter</itunes:author>
    <itunes:summary>A weekly talk show taking a pragmatic look at the art and business of Software Development and the world of technology.
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/b/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/cover.jpg?v=7"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:owner>
      <itunes:name>The Mad Botter</itunes:name>
      <itunes:email>michael@themadbotter.com</itunes:email>
    </itunes:owner>
<itunes:category text="Technology"/>
<itunes:category text="Education">
  <itunes:category text="How To"/>
</itunes:category>
<itunes:category text="Business"/>
<item>
  <title>433: Falling for FastAPI</title>
  <link>https://coder.show/433</link>
  <guid isPermaLink="false">8c4088a3-3c38-4355-91ac-d0a1188b0c0b</guid>
  <pubDate>Wed, 29 Sep 2021 15:00:00 -0400</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/8c4088a3-3c38-4355-91ac-d0a1188b0c0b.mp3" length="33804770" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>Mike's falling in love with FastAPI and gives us a hint at the next project he's building.</itunes:subtitle>
  <itunes:duration>46:57</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/b/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/cover.jpg?v=7"/>
  <description>Mike's falling in love with FastAPI and gives us a hint at the next project he's building.
Plus, our thoughts on employee machine monitoring and building a transition plan when you are ready to quit your job. 
</description>
  <itunes:keywords>Coder Radio, Development Podcast, FastAPI, iOS Focus, NFC Tag, Shortcut automation, fair pay, Tim Cook, Apple, SVP of Retail and People, Deirdre O'Brien, pay equity, web framework, APIs with Python, Starlette, Pydantic, Typer, sqlmodel, Street Coder book review, Coder to Developer, Employee Monitoring</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Mike&#39;s falling in love with FastAPI and gives us a hint at the next project he&#39;s building.</p>

<p>Plus, our thoughts on employee machine monitoring and building a transition plan when you are ready to quit your job.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://acloudguru.com">A Cloud Guru</a>: <a rel="nofollow" href="https://acloudguru.com">A Cloud Guru now includes Cloud Playground. Azure, AWS, or GCP Sandboxes at your fingertips.</a></li><li><a rel="nofollow" href="https://linode.com/coder">Linode</a>: <a rel="nofollow" href="https://linode.com/coder">Receive a $100 60-day credit towards your new account. </a> Promo Code: linode.com/coder</li><li><a rel="nofollow" href="http://datadog.com/coderradio">Datadog</a>: <a rel="nofollow" href="http://datadog.com/coderradio">Try Datadog free by starting a your 14-day trial and receive a free t-shirt once you install the agent.</a></li></ul><p>Links:</p><ul><li><a title="Michael Dominick on Twitter" rel="nofollow" href="https://twitter.com/dominucco/status/1442334210757328898">Michael Dominick on Twitter</a> &mdash; The newest addition to the @TheMadBotterINC team, he’s a QA Engineer with keen eyes and sharp claws to testing. </li><li><a title="Apple CEO Tim Cook addresses workplace issues, pay equity, more in all-hands meeting" rel="nofollow" href="https://appleinsider.com/articles/21/09/17/apple-ceo-tim-cook-addresses-workplace-issues-pay-equity-more-in-all-hands-meeting">Apple CEO Tim Cook addresses workplace issues, pay equity, more in all-hands meeting</a> &mdash; 
Cook, along with SVP of Retail and People Deirdre O'Brien, addressed a range of subjects from pay equity to Texas' new abortion law in a meeting broadcast to employees around the world, reports The New York Times.

Activist employees told the publication that Cook answered only two of a number of questions they wanted to ask. The report fails to detail what those two questions were, but notes the Apple chief did comment on pay equity, at least in part.</li><li><a title="FastAPI" rel="nofollow" href="https://fastapi.tiangolo.com/">FastAPI</a> &mdash; FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.

</li><li><a title="Starlette" rel="nofollow" href="https://www.starlette.io/">Starlette</a> &mdash; Starlette is a lightweight ASGI framework/toolkit, which is ideal for building high performance asyncio services.</li><li><a title="pydantic" rel="nofollow" href="https://pydantic-docs.helpmanual.io/">pydantic</a> &mdash; Data validation and settings management using python type annotations.</li><li><a title="Typer" rel="nofollow" href="https://typer.tiangolo.com/">Typer</a> &mdash; Typer is a library for building CLI applications that users will love using and developers will love creating. Based on Python 3.6+ type hints.</li><li><a title="SQLModel" rel="nofollow" href="https://github.com/tiangolo/sqlmodel">SQLModel</a> &mdash; SQL databases in Python, designed for simplicity, compatibility, and robustness.</li><li><a title="Street Coder" rel="nofollow" href="https://www.manning.com/books/street-coder">Street Coder</a> &mdash; Software development isn't an "ivory tower" exercise. Street coders get the job done by prioritizing tasks, making quick decisions, and knowing which rules to break.</li><li><a title="Coder to Developer" rel="nofollow" href="https://www.amazon.com/Coder-Developer-Strategies-Delivering-Software-ebook-dp-B000PY3ZCG/dp/B000PY3ZCG">Coder to Developer</a> &mdash; Coder to Developer helps you excel at the many non-coding tasks entailed, from start to finish, in just about any successful development project. </li><li><a title="Will Monitoring the Workplace Improve Productivity?" rel="nofollow" href="https://www.itprotoday.com/analytics-and-reporting/will-monitoring-workplace-improve-productivity">Will Monitoring the Workplace Improve Productivity?</a> &mdash; According to technical talent recruiting company Apollo Technical, here are a couple of key research findings about remote workers and productivity.</li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Mike&#39;s falling in love with FastAPI and gives us a hint at the next project he&#39;s building.</p>

<p>Plus, our thoughts on employee machine monitoring and building a transition plan when you are ready to quit your job.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://acloudguru.com">A Cloud Guru</a>: <a rel="nofollow" href="https://acloudguru.com">A Cloud Guru now includes Cloud Playground. Azure, AWS, or GCP Sandboxes at your fingertips.</a></li><li><a rel="nofollow" href="https://linode.com/coder">Linode</a>: <a rel="nofollow" href="https://linode.com/coder">Receive a $100 60-day credit towards your new account. </a> Promo Code: linode.com/coder</li><li><a rel="nofollow" href="http://datadog.com/coderradio">Datadog</a>: <a rel="nofollow" href="http://datadog.com/coderradio">Try Datadog free by starting a your 14-day trial and receive a free t-shirt once you install the agent.</a></li></ul><p>Links:</p><ul><li><a title="Michael Dominick on Twitter" rel="nofollow" href="https://twitter.com/dominucco/status/1442334210757328898">Michael Dominick on Twitter</a> &mdash; The newest addition to the @TheMadBotterINC team, he’s a QA Engineer with keen eyes and sharp claws to testing. </li><li><a title="Apple CEO Tim Cook addresses workplace issues, pay equity, more in all-hands meeting" rel="nofollow" href="https://appleinsider.com/articles/21/09/17/apple-ceo-tim-cook-addresses-workplace-issues-pay-equity-more-in-all-hands-meeting">Apple CEO Tim Cook addresses workplace issues, pay equity, more in all-hands meeting</a> &mdash; 
Cook, along with SVP of Retail and People Deirdre O'Brien, addressed a range of subjects from pay equity to Texas' new abortion law in a meeting broadcast to employees around the world, reports The New York Times.

Activist employees told the publication that Cook answered only two of a number of questions they wanted to ask. The report fails to detail what those two questions were, but notes the Apple chief did comment on pay equity, at least in part.</li><li><a title="FastAPI" rel="nofollow" href="https://fastapi.tiangolo.com/">FastAPI</a> &mdash; FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.

</li><li><a title="Starlette" rel="nofollow" href="https://www.starlette.io/">Starlette</a> &mdash; Starlette is a lightweight ASGI framework/toolkit, which is ideal for building high performance asyncio services.</li><li><a title="pydantic" rel="nofollow" href="https://pydantic-docs.helpmanual.io/">pydantic</a> &mdash; Data validation and settings management using python type annotations.</li><li><a title="Typer" rel="nofollow" href="https://typer.tiangolo.com/">Typer</a> &mdash; Typer is a library for building CLI applications that users will love using and developers will love creating. Based on Python 3.6+ type hints.</li><li><a title="SQLModel" rel="nofollow" href="https://github.com/tiangolo/sqlmodel">SQLModel</a> &mdash; SQL databases in Python, designed for simplicity, compatibility, and robustness.</li><li><a title="Street Coder" rel="nofollow" href="https://www.manning.com/books/street-coder">Street Coder</a> &mdash; Software development isn't an "ivory tower" exercise. Street coders get the job done by prioritizing tasks, making quick decisions, and knowing which rules to break.</li><li><a title="Coder to Developer" rel="nofollow" href="https://www.amazon.com/Coder-Developer-Strategies-Delivering-Software-ebook-dp-B000PY3ZCG/dp/B000PY3ZCG">Coder to Developer</a> &mdash; Coder to Developer helps you excel at the many non-coding tasks entailed, from start to finish, in just about any successful development project. </li><li><a title="Will Monitoring the Workplace Improve Productivity?" rel="nofollow" href="https://www.itprotoday.com/analytics-and-reporting/will-monitoring-workplace-improve-productivity">Will Monitoring the Workplace Improve Productivity?</a> &mdash; According to technical talent recruiting company Apollo Technical, here are a couple of key research findings about remote workers and productivity.</li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
