<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Celery on Alra</title><link>https://alra.dev/tags/celery/</link><description>Recent content in Celery on Alra</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 12 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://alra.dev/tags/celery/index.xml" rel="self" type="application/rss+xml"/><item><title>Pydantic in Practice (Part 2) - Intermediate &amp; Advanced Topics with a Real-World Project</title><link>https://alra.dev/posts/pydantic-in-practice-part-2-intermediate-advanced-topics-with-a-real-world-project/</link><pubDate>Wed, 12 Aug 2026 00:00:00 +0000</pubDate><guid>https://alra.dev/posts/pydantic-in-practice-part-2-intermediate-advanced-topics-with-a-real-world-project/</guid><description>&lt;h2 id="recap-of-part-1"&gt;Recap of Part 1&lt;/h2&gt;
&lt;p&gt;In &lt;a href="https://alra.dev/posts/pydantic-in-practice-part-1-fundamentals-and-data-validation-in-python/"&gt;Part 1&lt;/a&gt; of this series we covered the fundamentals: what Pydantic is, who created it, installation with &lt;code&gt;uv&lt;/code&gt;, building models with &lt;code&gt;BaseModel&lt;/code&gt;, automatic type validation, the difference between valid/invalid data, and JSON serialization/deserialization. If you haven&amp;rsquo;t read it yet, it&amp;rsquo;s worth starting there - this post assumes you already know how to build a simple model and understand what a &lt;code&gt;ValidationError&lt;/code&gt; is.&lt;/p&gt;
&lt;p&gt;Here we&amp;rsquo;ll move on to what actually separates &amp;ldquo;basic&amp;rdquo; Pydantic usage from &amp;ldquo;professional&amp;rdquo; production usage: custom validation rules, fine-tuning model behavior, composing complex models, reusable types, and application configuration management. We&amp;rsquo;ll close with a &lt;strong&gt;complete practical project&lt;/strong&gt;, simulating a real order-processing service consuming messages from a queue.&lt;/p&gt;</description></item></channel></rss>