<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[Sandro Maglione — Weekly newsletter]]></title>
        <description><![CDATA[Weekly issues about type-safe software, AI-assisted development, and creative practice.]]></description>
        <link>https://www.sandromaglione.com</link>
        <image>
            <url>https://www.sandromaglione.com/static/images/icon.png</url>
            <title>Sandro Maglione — Weekly newsletter</title>
            <link>https://www.sandromaglione.com</link>
        </image>
        <generator>RSS for Node</generator>
        <lastBuildDate>Fri, 10 Jul 2026 13:24:41 GMT</lastBuildDate>
        <atom:link href="https://www.sandromaglione.com/newsletter/feed" rel="self" type="application/rss+xml"/>
        <language><![CDATA[en]]></language>
        <managingEditor><![CDATA[Sandro Maglione]]></managingEditor>
        <webMaster><![CDATA[Sandro Maglione]]></webMaster>
        <ttl>60</ttl>
        <item>
            <title><![CDATA[How much is left to implement?]]></title>
            <description><![CDATA[AI, so fast and easy, just prompt and watch. Well, turns out it may be too easy. So easy in fact, that you can always start another project, without stopping to think if you really need it.]]></description>
            <link>https://www.sandromaglione.com/newsletter/how-much-is-left-to-implement</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/how-much-is-left-to-implement</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[XState v6 Alpha]]></title>
            <description><![CDATA[The new major version of XState (v6) is now out in alpha and ready to be tested. I already migrated a full codebase and sent 7 PRs with improvements. Let's see what's new.]]></description>
            <link>https://www.sandromaglione.com/newsletter/xstate-v6-alpha</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/xstate-v6-alpha</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[AI code with loops and subagents]]></title>
            <description><![CDATA[The new trend in AI coding is called loops. Well, in reality those are just subagents. Yes, subagents that you don't manage, but another AI does for you. And you just watch, and review.]]></description>
            <link>https://www.sandromaglione.com/newsletter/ai-code-with-loops-and-subagents</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/ai-code-with-loops-and-subagents</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 24 Jun 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Do you write code manually, or wait?]]></title>
            <description><![CDATA[Writing code used to be a fully offline experience. It's writing text after all. But AI changed that as well. Without connection, do you wait, or do you write manually?]]></description>
            <link>https://www.sandromaglione.com/newsletter/do-you-write-code-manually-or-wait</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/do-you-write-code-manually-or-wait</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Strategies to review AI code]]></title>
            <description><![CDATA[AI writes code fast. AI in a loop is even faster. But you are still the reviewer, are you? Here are a few ways to slow down AI to your pace, will keeping up fast mode.]]></description>
            <link>https://www.sandromaglione.com/newsletter/strategies-to-review-ai-code</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/strategies-to-review-ai-code</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Do you really understand your codebase?]]></title>
            <description><![CDATA[AI is writing more and more of your code. You don't even need to be precise, the AI will figure out the details for you. Well, too much of this, and you stop learning. This is how I am preventing this.]]></description>
            <link>https://www.sandromaglione.com/newsletter/do-you-really-understand-your-codebase</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/do-you-really-understand-your-codebase</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to run 20 agents at the time]]></title>
            <description><![CDATA[Do you want to maximize your AI output? Well, you can technically run as many agents as possible, but turns out it may not be that easy, nor a successful strategy.]]></description>
            <link>https://www.sandromaglione.com/newsletter/how-to-run-20-agents-at-the-time</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/how-to-run-20-agents-at-the-time</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 27 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Do technical articles matter anymore?]]></title>
            <description><![CDATA[I released my first post-AI article this week. Are technical articles still needed with AI? Well, yes, but not all kinds. Here is how I am thinking about this, and what I will keep reading.]]></description>
            <link>https://www.sandromaglione.com/newsletter/do-technical-articles-matter-anymore</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/do-technical-articles-matter-anymore</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 20 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Components take care of themselves]]></title>
            <description><![CDATA[Most frontend bugs are hidden behind confused business logic and race conditions inside components. Easy solution: make all components dumb, no business logic inside them, and let AI take care of them.]]></description>
            <link>https://www.sandromaglione.com/newsletter/components-take-care-of-themselves</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/components-take-care-of-themselves</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 13 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Effect-ification end to end]]></title>
            <description><![CDATA[Effect is taking over the TypeScript ecosystem, now faster than ever before. I have been running effect everywhere for a while: here is what you will get on the other side once all becomes effect.]]></description>
            <link>https://www.sandromaglione.com/newsletter/effect-ification-end-to-end</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/effect-ification-end-to-end</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Custom linting rules to guide AI code]]></title>
            <description><![CDATA[AI codes fast. Too fast for you to review that much slop code and bad patterns. But there is a solution: prevent bad patterns altogether with custom linting rules. Here is how I do this.]]></description>
            <link>https://www.sandromaglione.com/newsletter/custom-linting-rules-to-guide-ai-code</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/custom-linting-rules-to-guide-ai-code</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Time off screen]]></title>
            <description><![CDATA[I have been without my Mac for 5 days: no coding, no AI, no nothing. Out in the wild. After these 5 days, here is everything that I missed out while off screen.]]></description>
            <link>https://www.sandromaglione.com/newsletter/time-off-screen</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/time-off-screen</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 22 Apr 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The Ultimate AI coding guide]]></title>
            <description><![CDATA[This is the last guide you need to write great code with AI. And it's nothing impressive, but mostly a series of high-level steps that, if done correctly, guarantees success with AI coding.]]></description>
            <link>https://www.sandromaglione.com/newsletter/the-ultimate-ai-coding-guide</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/the-ultimate-ai-coding-guide</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Get started with IndexedDb in Effect]]></title>
            <description><![CDATA[IndexedDb in effect is finally here! A full type-safe and local-first enabled IndexedDb module is out in effect v4 beta, and it finally unlocks using IndexedDb for real. Get started here.]]></description>
            <link>https://www.sandromaglione.com/newsletter/get-started-with-indexeddb-in-effect</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/get-started-with-indexeddb-in-effect</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[What makes AI write great code]]></title>
            <description><![CDATA[Another experiment with AI this week, and this time it went extremely well. I ported Bevy (game engine) to TypeScript, with the patterns and type safety of effect. All AI. This is why it went so well.]]></description>
            <link>https://www.sandromaglione.com/newsletter/what-makes-ai-write-great-code</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/what-makes-ai-write-great-code</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[You are the bottleneck of AI]]></title>
            <description><![CDATA[In an attempt of going from requirements to full implementation fast with AI, this week I tried an experiment: all-in AI specs and code. Well, it failed, bad, and rather fast.]]></description>
            <link>https://www.sandromaglione.com/newsletter/you-are-the-bottleneck-of-ai</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/you-are-the-bottleneck-of-ai</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Stop AI from taking control of your code]]></title>
            <description><![CDATA[I have been running full AI-mode on a few projects for a few weeks now. I just now paused to take a look at the overall code, and the situation is bad. Here are some ways to fix and prevent this situation.]]></description>
            <link>https://www.sandromaglione.com/newsletter/stop-ai-from-taking-control-of-your-code</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/stop-ai-from-taking-control-of-your-code</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Keep up the pace with AI]]></title>
            <description><![CDATA[You probably cannot write code as fast as AI. But you don't have to. Even if you are not typing every word, it's still your job to ensure a working final product. And there are a few strategies you can use.]]></description>
            <link>https://www.sandromaglione.com/newsletter/keep-up-the-pace-with-ai</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/keep-up-the-pace-with-ai</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 11 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Underused XState patterns and benefits]]></title>
            <description><![CDATA[From State of React it looks like only 10% of people used XState. I was one of those many moons ago, and after I discovered it, I never looked back. And the reasons are practical, let me tell you.]]></description>
            <link>https://www.sandromaglione.com/newsletter/underused-xstate-patterns-and-benefits</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/underused-xstate-patterns-and-benefits</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[My Effect v4 beta migrations]]></title>
            <description><![CDATA[Effect v4 beta is out. It's time to start migrating everything to it right away, of course. I already started. Here is how it went, what you should know, and what are the improvements.]]></description>
            <link>https://www.sandromaglione.com/newsletter/my-effect-v4-beta-migrations</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/my-effect-v4-beta-migrations</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Software Engineering when you have AI]]></title>
            <description><![CDATA[AI gets better, faster, smarter, and more precise. But some hard limits (still) exist. And that's the value you bring as a Software Engineer, as you work with AI.]]></description>
            <link>https://www.sandromaglione.com/newsletter/software-engineering-when-you-have-ai</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/software-engineering-when-you-have-ai</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Effect, AI and Orchestration]]></title>
            <description><![CDATA[My AI workflow changed (again): from a single AI running the show, to multiple AIs in parallel. I became officially a conductor of AIs, with effect acting as a guard to check the proceedings.]]></description>
            <link>https://www.sandromaglione.com/newsletter/effect-ai-and-orchestration</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/effect-ai-and-orchestration</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Intention as the seed of improvement]]></title>
            <description><![CDATA[What's the lever that maximizes each step in your journey to mastery? It's called Intent. It removes uncertainty, increases focus, and skyrockets confidence and motivation. Let's see how.]]></description>
            <link>https://www.sandromaglione.com/newsletter/intention-as-the-seed-of-improvement</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/intention-as-the-seed-of-improvement</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The cycle of improvement]]></title>
            <description><![CDATA[How does the path look like from good to better? Turns how the shape is always the same, and it repeats in cycles. But it's not linear, it's not constant, and it involves a lot of down periods.]]></description>
            <link>https://www.sandromaglione.com/newsletter/the-cycle-of-improvement</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/the-cycle-of-improvement</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 28 Jan 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Streaming AI with Effect]]></title>
            <description><![CDATA[With AI, streaming is not optional anymore. But streams are complex, aren't they? Well, not really with Effect. This is how I use Effect to make AI requests with streams, parse the result, and wire all together server to client.]]></description>
            <link>https://www.sandromaglione.com/newsletter/streaming-ai-with-effect</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/streaming-ai-with-effect</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 21 Jan 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Effect API on Cloudflare]]></title>
            <description><![CDATA[TypeScript API? Well, use Effect. And since Effect is just TypeScript, it just works everywhere. I have been implementing an API with Effect on Cloudflare, and it all works, great. Here is my setup.]]></description>
            <link>https://www.sandromaglione.com/newsletter/effect-api-on-cloudflare</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/effect-api-on-cloudflare</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 14 Jan 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Effect to the rescue]]></title>
            <description><![CDATA[Many are introduced to effect for error handling and dependency injection. Those are huge wins, but effect goes way beyond that. Let me show you a couple of concrete examples.]]></description>
            <link>https://www.sandromaglione.com/newsletter/effect-to-the-rescue</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/effect-to-the-rescue</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 07 Jan 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Major releases in 2026]]></title>
            <description><![CDATA[If 2025 was not enough, 2026 prospects are even more groundbreaking. A few major release will shake my stack once more: effect v4, xstate v6, TanStack Start, Drizzle v1.]]></description>
            <link>https://www.sandromaglione.com/newsletter/major-releases-in-2026</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/major-releases-in-2026</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 31 Dec 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[A few Effect modules and how I use them]]></title>
            <description><![CDATA[Effect is everywhere in my codebases, full stack, back and front and scripts and whatever. A few core module are always there, and carry most of the logic. Here they are, and how I use them.]]></description>
            <link>https://www.sandromaglione.com/newsletter/a-few-effect-modules-and-how-i-use-them</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/a-few-effect-modules-and-how-i-use-them</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 24 Dec 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The Dance of Precision and Speed]]></title>
            <description><![CDATA[When should you move fast and work hard, and when should you take a step back and plan? Neither precision nor speed in isolation is the solution, each calls for the other, in a structured process.]]></description>
            <link>https://www.sandromaglione.com/newsletter/the-dance-of-precision-and-speed</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/the-dance-of-precision-and-speed</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 17 Dec 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[XState at its Extreme]]></title>
            <description><![CDATA[State management looks easy enough, until it doesn't anymore. That's why you should use XState. And if things are really complex, you will need a full actor system. Let's see how.]]></description>
            <link>https://www.sandromaglione.com/newsletter/xstate-at-its-extreme</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/xstate-at-its-extreme</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to prevent AI messing with your code]]></title>
            <description><![CDATA[The same guardrails we created for humans when writing code must be applied to AI. First check is types (Strict Type Safety), then linting, and testing as the ultimate step. A few notes.]]></description>
            <link>https://www.sandromaglione.com/newsletter/how-to-prevent-ai-messing-with-your-code</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/how-to-prevent-ai-messing-with-your-code</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 03 Dec 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Software Architect]]></title>
            <description><![CDATA[When code is written mostly by AI, how do you stay relevant as a software developer? Well, you switch from pure development, to architect and engineer. This is how.]]></description>
            <link>https://www.sandromaglione.com/newsletter/software-architect</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/software-architect</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 26 Nov 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Full stack with Effect and AI]]></title>
            <description><![CDATA[I recently deployed a full stack effect app, mostly written by AI, super fast and super type-safe. Effect is a super power, and the AI can leverage it. Here is how.]]></description>
            <link>https://www.sandromaglione.com/newsletter/full-stack-with-effect-and-ai</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/full-stack-with-effect-and-ai</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 19 Nov 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to write maintainable code with AI]]></title>
            <description><![CDATA[Coding with AI is becoming more and more a necessity. The new challenge is making sure the AI writes type-safe and maintainable code. Well, it's possible, here is how.]]></description>
            <link>https://www.sandromaglione.com/newsletter/how-to-write-maintainable-code-with-ai</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/how-to-write-maintainable-code-with-ai</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 12 Nov 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Counting time]]></title>
            <description><![CDATA[Stop for a moment, just a short one, to understand and appreciate time. But also to notice a few rules, and to count how much does it really take to get a reward from it.]]></description>
            <link>https://www.sandromaglione.com/newsletter/counting-time</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/counting-time</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 05 Nov 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The Client stack for 2026]]></title>
            <description><![CDATA[You can reduce all the complexity of working on the client to a few core dependencies: TanStack Router, Effect, XState. This is how I use them all, to implement everything on the client.]]></description>
            <link>https://www.sandromaglione.com/newsletter/the-client-stack-for-2026</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/the-client-stack-for-2026</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 29 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Effect AI SDK: A lesson in composing programs]]></title>
            <description><![CDATA[Using AI in your app? Once again, effect comes to the rescue. I have been working with the newest Effect AI SDK, and it's a marvel of composing programs, AI providers, and AI models.]]></description>
            <link>https://www.sandromaglione.com/newsletter/effect-ai-sdk-a-lesson-in-composing-programs</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/effect-ai-sdk-a-lesson-in-composing-programs</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 22 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Walking your code with AI]]></title>
            <description><![CDATA[AI is establishing solid roots in the workflow of every software developer. I am experimenting ways to write faster code with AI, without compromises on quality. Here is how.]]></description>
            <link>https://www.sandromaglione.com/newsletter/walking-your-code-with-ai</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/walking-your-code-with-ai</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 15 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Release fest: Effect, XState, Next, Drizzle]]></title>
            <description><![CDATA[Some huge releases are lurking on the horizon on the end of 2025. Effect v4, XState v6, Next 16, Drizzle v1. My stack is going to evolve, this is how.]]></description>
            <link>https://www.sandromaglione.com/newsletter/release-fest-effect-xstate-next-drizzle</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/release-fest-effect-xstate-next-drizzle</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 08 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Special #100: past and future]]></title>
            <description><![CDATA[Release number 100 of the newsletter! I started publishing every week nearly 2 years ago, every single week on Wednesday. Let's take a moment to look back, and then look forward.]]></description>
            <link>https://www.sandromaglione.com/newsletter/special-100-past-and-future</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/special-100-past-and-future</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Power creep and mastery]]></title>
            <description><![CDATA[You finally unlock this new weapon in the game. Well, that felt good, for a short while. What's next? I guess the only option is a new, even stronger weapon. What about all the older ones? Power crept.]]></description>
            <link>https://www.sandromaglione.com/newsletter/power-creep-and-mastery</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/power-creep-and-mastery</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 24 Sep 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Creative power and uncertainty]]></title>
            <description><![CDATA[Creative work is rewarding, exciting, harsh, and uncertain. When you explore the boundaries, you befriend failure, and failure is the seed for growth and success. So, why some people prefer not to choose?]]></description>
            <link>https://www.sandromaglione.com/newsletter/creative-power-and-uncertainty</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/creative-power-and-uncertainty</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 17 Sep 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[A solution for your problems]]></title>
            <description><![CDATA[How hard are your personal problems? You define the parameters, you take action. These two makes your solution, any solution. It's only a matter of reducing your action set.]]></description>
            <link>https://www.sandromaglione.com/newsletter/a-solution-for-your-problems</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/a-solution-for-your-problems</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 10 Sep 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Long term skills]]></title>
            <description><![CDATA[Time pays back. For everything, always, no matter what you do. But how high is the return on investment? And for how long? Let's make time spending a conscious decision.]]></description>
            <link>https://www.sandromaglione.com/newsletter/long-term-skills</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/long-term-skills</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 03 Sep 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to guarantee failure]]></title>
            <description><![CDATA[In essence: You fail if you stop. But there is more. Even if you work hard and never quit, you will fail if you never adapt or chase the wrong target. Here is how to fail, or how to avoid failure.]]></description>
            <link>https://www.sandromaglione.com/newsletter/how-to-guarantee-failure</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/how-to-guarantee-failure</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 27 Aug 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Turning Pro]]></title>
            <description><![CDATA[What does it take to 'turn pro'? The answer is long hours, years of intensity, uncertainty, and sacrifice. You are not a 'pro' based on your skills, it's all about your routine.]]></description>
            <link>https://www.sandromaglione.com/newsletter/turning-pro</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/turning-pro</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 20 Aug 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Start: The Nature of Hard]]></title>
            <description><![CDATA[Not many things are hard, really. Indeed, all skills, regardless of their complexity, are the result of consistent effort. And consistency requires starting, every day. This is 'hard'.]]></description>
            <link>https://www.sandromaglione.com/newsletter/start-the-nature-of-hard</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/start-the-nature-of-hard</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 13 Aug 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Time investment: How it works]]></title>
            <description><![CDATA[Time is the ultimate currency. All your skills and accomplishments are the returns of your time investments. Do you know how to manage and optimize your time? Here are the core principles and pitfalls.]]></description>
            <link>https://www.sandromaglione.com/newsletter/time-investment-how-it-works</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/time-investment-how-it-works</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 06 Aug 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Principles of Uncertainty and Time]]></title>
            <description><![CDATA[Choosing is something you do everyday, every moment. Choosing is about predicting the future, and taking action as a consequence. And the future is uncertain, by definition. So, how do you choose?]]></description>
            <link>https://www.sandromaglione.com/newsletter/principles-of-uncertainty-and-time</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/principles-of-uncertainty-and-time</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 30 Jul 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Constraints of time, cost, scope]]></title>
            <description><![CDATA[You are asked to implement a new feature. A large feature. Fast. Turns out it's not possible to have low cost, low time, and high scope. It's a concept called Project Management Triangle.]]></description>
            <link>https://www.sandromaglione.com/newsletter/constraints-of-time-cost-scope</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/constraints-of-time-cost-scope</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 23 Jul 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Little Ways Code Works]]></title>
            <description><![CDATA[There are some principles that are valid across disciplines. Biology, geology, chemistry. And code. Yes, code. Here is what science teaches you about writing code.]]></description>
            <link>https://www.sandromaglione.com/newsletter/little-ways-code-works</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/little-ways-code-works</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 16 Jul 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Development speed how to]]></title>
            <description><![CDATA[You want an app that's reliable and fast. That is just about the same when it comes to development: reliable and fast, long-term. Here are a few techniques to guarantee you can code fast, bug free, for a long time.]]></description>
            <link>https://www.sandromaglione.com/newsletter/development-speed-how-to</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/development-speed-how-to</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 09 Jul 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Frontend, Drag & Drop, AI and XState]]></title>
            <description><![CDATA[Do you know how to implement Drag & Drop on the web? Well, ask AI. This is how I implemented Drag & Drop starting from AI, all the way to XState, state machines, and actors.]]></description>
            <link>https://www.sandromaglione.com/newsletter/frontend-drag-and-drop-ai-and-xstate</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/frontend-drag-and-drop-ai-and-xstate</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 02 Jul 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Safety with types: Best practices]]></title>
            <description><![CDATA[Types are designed to protect your code base from any possible misuse. There are some strategies and best practices that will make you even safer from runtime bugs, guaranteed.]]></description>
            <link>https://www.sandromaglione.com/newsletter/safety-with-types-best-practices</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/safety-with-types-best-practices</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 25 Jun 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How I use statecharts in production]]></title>
            <description><![CDATA[I have been using statecharts for over 1.5 years in production. And it's working great, development speed and no bugs. These are some common patterns I often use with statecharts in XState.]]></description>
            <link>https://www.sandromaglione.com/newsletter/how-i-use-statecharts-in-production</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/how-i-use-statecharts-in-production</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 18 Jun 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Why everyone is talking about Effect (second edition)]]></title>
            <description><![CDATA[One year later, and another surge of interest flowing into effect. Job postings, AI, Cluster, LSP, v4, and much more. The best time to learn effect is now, and this is why.]]></description>
            <link>https://www.sandromaglione.com/newsletter/why-everyone-is-talking-about-effect-second-edition</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/why-everyone-is-talking-about-effect-second-edition</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 11 Jun 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[My top 3 picks from localfirstconf 2025]]></title>
            <description><![CDATA[Second edition of localfirstconf, second year for my flying to Berlin to join the discussion. A striking progress since last year, a lot to discover. These are my top 3 ideas from the conference.]]></description>
            <link>https://www.sandromaglione.com/newsletter/my-top-3-picks-from-localfirstconf-2025</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/my-top-3-picks-from-localfirstconf-2025</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 04 Jun 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Your friendly introduction to local-first]]></title>
            <description><![CDATA[In the last year I explored everything local-first (I even built a sync engine). It all comes down to storage and syncing: client database and finding a way to keep it up to date.]]></description>
            <link>https://www.sandromaglione.com/newsletter/your-friendly-introduction-to-local-first</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/your-friendly-introduction-to-local-first</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 28 May 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Events: the most accurate representation of state]]></title>
            <description><![CDATA[If you are looking for the one solution for your state management problems, the answer is events. Testable, reusable, composable state, all achieved from a rather simple abstraction.]]></description>
            <link>https://www.sandromaglione.com/newsletter/events-the-most-accurate-representation-of-state</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/events-the-most-accurate-representation-of-state</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 21 May 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Programming Languages and Games]]></title>
            <description><![CDATA[What's the best language? If you have been coding for a long time, this question becomes less and less relevant. What about a language for game dev? Verse, Rust, C#, TypeScript?]]></description>
            <link>https://www.sandromaglione.com/newsletter/programming-languages-and-games</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/programming-languages-and-games</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 14 May 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Declarative, compile-time and runtime]]></title>
            <description><![CDATA[How is that a declarative API is safer, more composable, and performant? It all has to do with types, API design, and the magic of the master behind the scenes, also called a runtime.]]></description>
            <link>https://www.sandromaglione.com/newsletter/declarative-compile-time-and-runtime</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/declarative-compile-time-and-runtime</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 07 May 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Type safe Game Development, is it possible?]]></title>
            <description><![CDATA[My struggle with game development and type safety continues. It all hinges on a simple question: is it possible for a single indie developer to implement a complex game in less time with the help of types?]]></description>
            <link>https://www.sandromaglione.com/newsletter/type-safe-game-development-is-it-possible</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/type-safe-game-development-is-it-possible</guid>
            <category><![CDATA[games]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 30 Apr 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Growth, Challenge, Complexity and Meaning]]></title>
            <description><![CDATA[I don't enjoy learning for learning's sake. I am always looking for the right level of challenge, complexity, and meaning. That's the origin of all my projects. Here is how it works.]]></description>
            <link>https://www.sandromaglione.com/newsletter/growth-challenge-complexity-and-meaning</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/growth-challenge-complexity-and-meaning</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 23 Apr 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[What's behind a type safe API]]></title>
            <description><![CDATA[Type safety is ideal in user-land. But internal library code cannot always have the privilege of full type safety. That's when you see 'as any' popup in TypeScript.]]></description>
            <link>https://www.sandromaglione.com/newsletter/what-s-behind-a-type-safe-api</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/what-s-behind-a-type-safe-api</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 16 Apr 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Good and bad APIs: IndexedDB]]></title>
            <description><![CDATA[The web has its own database: IndexedDB. But, it's API is so bad everyone stays away from it. But, other solutions are not ready yet. So, I am working on making IndexedDB better with Effect.]]></description>
            <link>https://www.sandromaglione.com/newsletter/good-and-bad-apis-indexeddb</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/good-and-bad-apis-indexeddb</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 09 Apr 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[In praise of Personal Projects]]></title>
            <description><![CDATA[When the web is littered by AI and a lot of claims and not much action, a simple way to stand out is a personal project. Just for you, perfect level of challenge and fun, the best showcase of your skills.]]></description>
            <link>https://www.sandromaglione.com/newsletter/in-praise-of-personal-projects</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/in-praise-of-personal-projects</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 02 Apr 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Being a speaker at the Effect Days]]></title>
            <description><![CDATA[I was in Livorno last week for the second edition of the Effect Days. This time as a speaker. But it all started way before that. 1 year ago, 6 months before, and countless revisions coming up to my 10 minutes on stage.]]></description>
            <link>https://www.sandromaglione.com/newsletter/being-a-speaker-at-the-effect-days</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/being-a-speaker-at-the-effect-days</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 26 Mar 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[My journey before and after Effect]]></title>
            <description><![CDATA[They tell of stories of a far away past where apps where not type-safe, and the only reasonable solution was fp-ts and TaskEither everywhere, with no documentation to help. Then the Effect came, and it all went for good, up to the Effect Days of today.]]></description>
            <link>https://www.sandromaglione.com/newsletter/my-journey-before-and-after-effect</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/my-journey-before-and-after-effect</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 19 Mar 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Lessons from implementing a sync engine]]></title>
            <description><![CDATA[I implemented a sync engine for the web: local-first, syncing with CRDTs, with auth and migrations included. I learned a few lessons along the (long) path. This is what you should know.]]></description>
            <link>https://www.sandromaglione.com/newsletter/lessons-from-implementing-a-sync-engine</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/lessons-from-implementing-a-sync-engine</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 12 Mar 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[More apps should be local-first]]></title>
            <description><![CDATA[Some apps are made to be local, but currently close to none really are. The tech stack for local apps is already here, and this is how I am using it to build my vision for local-first.]]></description>
            <link>https://www.sandromaglione.com/newsletter/more-apps-should-be-local-first</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/more-apps-should-be-local-first</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 05 Mar 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Software complexity, engineering, and AI]]></title>
            <description><![CDATA[Software becomes complex when multiple systems need to communicate. That's the art of software engineering. AI can't code all for you, but it's a great assistant if prompted right.]]></description>
            <link>https://www.sandromaglione.com/newsletter/software-complexity-engineering-and-ai</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/software-complexity-engineering-and-ai</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 26 Feb 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The Power to Indie Creators]]></title>
            <description><![CDATA[The output you can create solo is about to skyrocket. AI unlocks massive scale and leverage for each individual. This is how the landscape is about to change for creative people.]]></description>
            <link>https://www.sandromaglione.com/newsletter/the-power-to-indie-creators</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/the-power-to-indie-creators</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 19 Feb 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Personal Software]]></title>
            <description><![CDATA[We are entering an era where everyone can develop his own personal software. Local, private, fast, only for you and your small community. This trend will skyrocket with better AI and local-first.]]></description>
            <link>https://www.sandromaglione.com/newsletter/personal-software</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/personal-software</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 12 Feb 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Frontend, Local-First, Sync Engines]]></title>
            <description><![CDATA[Web APIs empower the client to be more than just UI. This leads to local-first and sync engines, while also raising the bar for developers. Your role as frontend developer is about to change.]]></description>
            <link>https://www.sandromaglione.com/newsletter/frontend-local-first-sync-engines</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/frontend-local-first-sync-engines</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 05 Feb 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Goals as creative constraints]]></title>
            <description><![CDATA[Mastery is the result of structured creative explorations compounding over time. A framework for setting goals creates constraints where results can flourish. Here is how I do it.]]></description>
            <link>https://www.sandromaglione.com/newsletter/goals-as-creative-constraints</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/goals-as-creative-constraints</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 29 Jan 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Software that does not break is type-safe]]></title>
            <description><![CDATA[Software engineering is the art of implementing solid and resilient apps. The building block of robust software is type safety. This is how you type safety makes apps bug-free]]></description>
            <link>https://www.sandromaglione.com/newsletter/software-that-does-not-break-is-type-safe</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/software-that-does-not-break-is-type-safe</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 22 Jan 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[AI changed how I search and research]]></title>
            <description><![CDATA[With AI search changes. AI becomes the default for a general research and open discussion. But it's not all AI. Other tools can be used depending on your requirements. This is what I do.]]></description>
            <link>https://www.sandromaglione.com/newsletter/ai-changed-how-i-search-and-research</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/ai-changed-how-i-search-and-research</guid>
            <category><![CDATA[free-thinking]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 15 Jan 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Making money in collaboration with your users]]></title>
            <description><![CDATA[The goal of any business is to keep playing the game. The game of offering an awesome service for the user. Profit is necessary to reach this goal. What options exists to turn a profit without disrupting your user experience?]]></description>
            <link>https://www.sandromaglione.com/newsletter/making-money-in-collaboration-with-your-users</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/making-money-in-collaboration-with-your-users</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 08 Jan 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Ideas to start building more apps in 2025]]></title>
            <description><![CDATA[The secret to mastery is continuos practice. The way of the senior developer is paved with new explorations and personal projects. Don't know where to start? These are some ideas for you.]]></description>
            <link>https://www.sandromaglione.com/newsletter/ideas-to-start-building-more-apps-in-2025</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/ideas-to-start-building-more-apps-in-2025</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 01 Jan 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Everything that happened in 2024 (and beyond)]]></title>
            <description><![CDATA[Plenty of new trends and releases in 2024, something that you appreciate only when you stop a moment to look back. Let me do this for you. Here is all that attracted my attention in 2024.]]></description>
            <link>https://www.sandromaglione.com/newsletter/everything-that-happened-in-2024-and-beyond</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/everything-that-happened-in-2024-and-beyond</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 25 Dec 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Writing 101 for developers]]></title>
            <description><![CDATA[The superpower of the 21st century is writing. It's the alchemy of organizing and transmitting ideas. The core of any creative work. Here is a 101 introduction to my writing process.]]></description>
            <link>https://www.sandromaglione.com/newsletter/writing-101-for-developers</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/writing-101-for-developers</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 18 Dec 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Programming literacy: learn new languages and paradigms]]></title>
            <description><![CDATA[Looking to improve your skills at work? Well, it's all about honing the basics: concepts, syntax, and semantics. That's why you should consider practicing a new programming language or paradigm. It's a revealing experience.]]></description>
            <link>https://www.sandromaglione.com/newsletter/programming-literacy-learn-new-languages-and-paradigms</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/programming-literacy-learn-new-languages-and-paradigms</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 11 Dec 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Entity Component System to make game dev fun again]]></title>
            <description><![CDATA[Game dev is littered with OOP and mutability. But games are complex, and this situation only leads to madness. But there is a solution: ECS. Let me show you how it works.]]></description>
            <link>https://www.sandromaglione.com/newsletter/entity-component-system-to-make-game-dev-fun-again</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/entity-component-system-to-make-game-dev-fun-again</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 04 Dec 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Game dev, functional programming, and Entity Component System]]></title>
            <description><![CDATA[Is there such a thing as functional programming game dev? I explored how you would go about making a game with FP. It didn't work that well. But then ECS came along...]]></description>
            <link>https://www.sandromaglione.com/newsletter/game-dev-functional-programming-and-entity-component-system</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/game-dev-functional-programming-and-entity-component-system</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 27 Nov 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The database is coming to the client]]></title>
            <description><![CDATA[The client is about to regain its authority and independence from the server, which will make writing client apps easier and more enjoyable than ever. The first step is already here: the database is landing on your browser.]]></description>
            <link>https://www.sandromaglione.com/newsletter/the-database-is-coming-to-the-client</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/the-database-is-coming-to-the-client</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 20 Nov 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[My top 3 skills to learn as a software developer]]></title>
            <description><![CDATA[Some skills will pay more for your time than others. Principles and practices that sit at the core of your daily struggle to make a complex system stand on its own. These are my top 3 picks for you (and why).]]></description>
            <link>https://www.sandromaglione.com/newsletter/my-top-3-skills-to-learn-as-a-software-developer</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/my-top-3-skills-to-learn-as-a-software-developer</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 13 Nov 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Event sourcing, local-first, and distributed state]]></title>
            <description><![CDATA[Local-first is a distributed system problem. Everything looks fast and beautiful inside the boundary of a single device, but when your data goes out there it's rough. Event sourcing may be the right tool for the job.]]></description>
            <link>https://www.sandromaglione.com/newsletter/event-sourcing-local-first-and-distributed-state</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/event-sourcing-local-first-and-distributed-state</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 06 Nov 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Coding for fun (and only later for profit)]]></title>
            <description><![CDATA[I started coding for pure personal interest. I continued coding for the same reason. Still today every time I learn a new language or framework is for the joy of the craft. Skills stack up and eventually it turns into a career.]]></description>
            <link>https://www.sandromaglione.com/newsletter/coding-for-fun-and-only-later-for-profit</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/coding-for-fun-and-only-later-for-profit</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 30 Oct 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Building a type-safe bridge between client and server]]></title>
            <description><![CDATA[Client and server are calm and relaxed when they don't have to deal with each other. But in production they do, and so it's better to find ways to collaborate. Here is how to resolve the conflict (type) safely.]]></description>
            <link>https://www.sandromaglione.com/newsletter/building-a-type-safe-bridge-between-client-and-server</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/building-a-type-safe-bridge-between-client-and-server</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 23 Oct 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Best practices for writing code you won't regret]]></title>
            <description><![CDATA[A codebase is ever-changing, with new requirements attacking from every direction. We need a solid strategy to avoid lasting damage. Here is a blueprint for writing code that won't break.]]></description>
            <link>https://www.sandromaglione.com/newsletter/best-practices-for-writing-code-you-won-t-regret</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/best-practices-for-writing-code-you-won-t-regret</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 16 Oct 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[A new golden era for tooling on the web]]></title>
            <description><![CDATA[Long gone are the days of endless configuration files and incompatible tools. Starting from Vite, new tools and frameworks are converging to a unified experience that will make javascript fast and easy again.]]></description>
            <link>https://www.sandromaglione.com/newsletter/a-new-golden-era-for-tooling-on-the-web</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/a-new-golden-era-for-tooling-on-the-web</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 09 Oct 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Open source will make you a better programmer]]></title>
            <description><![CDATA[Open source is a feedback machine at scale. It's an open and free manual of patterns and solutions. This is how you can take full advantage of free and open collaboration.]]></description>
            <link>https://www.sandromaglione.com/newsletter/open-source-will-make-you-a-better-programmer</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/open-source-will-make-you-a-better-programmer</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 02 Oct 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[My struggle with data storage for web apps]]></title>
            <description><![CDATA[I want data storage to be simple and fast. Local storage. But I also want collaboration and syncing. Remote storage. Here is a list of possible solutions.]]></description>
            <link>https://www.sandromaglione.com/newsletter/my-struggle-with-data-storage-for-web-apps</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/my-struggle-with-data-storage-for-web-apps</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 25 Sep 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Waiting for a breakthrough: Client, server, and local-first]]></title>
            <description><![CDATA[A big wave of new standards and frameworks is coming, both client and server. But right now we are stuck in the middle. This is how things will change.]]></description>
            <link>https://www.sandromaglione.com/newsletter/waiting-for-a-breakthrough-client-server-and-local-first</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/waiting-for-a-breakthrough-client-server-and-local-first</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 18 Sep 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Meta skills of a professional software developer]]></title>
            <description><![CDATA[What meta-skills do I cultivate as a software developer? Communication, writing, learning independence, creative exploration. This is how I think about them.]]></description>
            <link>https://www.sandromaglione.com/newsletter/meta-skills-of-a-professional-software-developer</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/meta-skills-of-a-professional-software-developer</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 11 Sep 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The State of Local-First]]></title>
            <description><![CDATA[Everything that you should know right now about local-first. It's a new model, with new challenges and not universal solutions yet. This is how to get started today.]]></description>
            <link>https://www.sandromaglione.com/newsletter/the-state-of-local-first</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/the-state-of-local-first</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 04 Sep 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Everything is a state management problem]]></title>
            <description><![CDATA[Programming is about managing data. Where the data is stored, how to read it, how to update it, these are all key questions that shape how you develop software.]]></description>
            <link>https://www.sandromaglione.com/newsletter/everything-is-a-state-management-problem</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/everything-is-a-state-management-problem</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 28 Aug 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Error handling is key: here is how to do it (well)]]></title>
            <description><![CDATA[Errors are a key component of any program. Let's explore multiple strategies for error handling, from throw/catch to the Either type and Monads.]]></description>
            <link>https://www.sandromaglione.com/newsletter/error-handling-is-key-here-is-how-to-do-it-well</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/error-handling-is-key-here-is-how-to-do-it-well</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 21 Aug 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The story of why I made an Effect course (out now!)]]></title>
            <description><![CDATA[At the beginning it was all fp-ts. Then fp-ts 3.0 was no more and the community became all effect. Soon effect will be everywhere, the course is here to help.]]></description>
            <link>https://www.sandromaglione.com/newsletter/the-story-of-why-i-made-an-effect-course</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/the-story-of-why-i-made-an-effect-course</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 14 Aug 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[State management that scales with state machines]]></title>
            <description><![CDATA[State starts simple, but it will grow complex eventually. useState doesn't fit well with this increase in complexity, but state machines do. Let's see how.]]></description>
            <link>https://www.sandromaglione.com/newsletter/state-management-that-scales-with-state-machines</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/state-management-that-scales-with-state-machines</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 07 Aug 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The origin of bad code, and how to fix it]]></title>
            <description><![CDATA[Why bad code exists? What makes code 'bad'? Moving from junior to senior dev is about understanding bad code, learning how to overcome it, and never look back.]]></description>
            <link>https://www.sandromaglione.com/newsletter/the-origin-of-bad-code-and-how-to-fix-it</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/the-origin-of-bad-code-and-how-to-fix-it</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 31 Jul 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How (and why) I became obsessed with type safety]]></title>
            <description><![CDATA[You can make your applications unbreakable using types. This is how I went from PHP and dynamic languages to learning types and functional programming.]]></description>
            <link>https://www.sandromaglione.com/newsletter/how-and-why-i-became-obsessed-with-type-safety</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/how-and-why-i-became-obsessed-with-type-safety</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 24 Jul 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How I built a new platform with all the latest libraries]]></title>
            <description><![CDATA[Typeonce is my new website where I share free courses, workshops, and snippets. Built with React 19, NextJs 15, Tailwindcss v4, and powered by Effect.]]></description>
            <link>https://www.sandromaglione.com/newsletter/how-i-built-a-new-platform-with-all-the-latest-libraries</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/how-i-built-a-new-platform-with-all-the-latest-libraries</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 17 Jul 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[What I learned about writing technical articles on the web]]></title>
            <description><![CDATA[I have been writing online for more than 5 years now. Here is some things that I learned over the years if you are interested in doing the same.]]></description>
            <link>https://www.sandromaglione.com/newsletter/what-i-learned-about-writing-technical-articles-on-the-web</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/what-i-learned-about-writing-technical-articles-on-the-web</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 10 Jul 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to achieve type safety from client to server]]></title>
            <description><![CDATA[Type safety gives you more confidence that your software works. You can achieve full type safety on the server, client, and now also between client and server.]]></description>
            <link>https://www.sandromaglione.com/newsletter/how-to-achieve-type-safety-from-client-to-server</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/how-to-achieve-type-safety-from-client-to-server</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 03 Jul 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[State management in React is a solved problem]]></title>
            <description><![CDATA[XState with state machines and actors provides all the features for a complete state management solution. XState store replaces useReducer for simple usecases.]]></description>
            <link>https://www.sandromaglione.com/newsletter/state-management-in-react-is-a-solved-problem</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/state-management-in-react-is-a-solved-problem</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 26 Jun 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[My experience at the biggest React conference worldwide]]></title>
            <description><![CDATA[I attended JSNation and React Summit in Amsterdam as the official representative of the Effect Community: here is what happened and what that you should know.]]></description>
            <link>https://www.sandromaglione.com/newsletter/my-experience-at-the-biggest-react-conference-worldwide</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/my-experience-at-the-biggest-react-conference-worldwide</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 19 Jun 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Building blocks of any Frontend app]]></title>
            <description><![CDATA[All you need to build a frontend app: Effect with platform and schema, XState for state management, TailwindCSS, and shadcn/ui using Radix UI and React Aria]]></description>
            <link>https://www.sandromaglione.com/newsletter/building-blocks-of-any-frontend-app</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/building-blocks-of-any-frontend-app</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 12 Jun 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[What is Local-First?]]></title>
            <description><![CDATA[All you need to know about local-first software: what are the advantages of local-first, how does it work in practice, what libraries are available today.]]></description>
            <link>https://www.sandromaglione.com/newsletter/what-is-local-first</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/what-is-local-first</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 05 Jun 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Server components: Closing the gap between frontend and backend]]></title>
            <description><![CDATA[React 19 is coming with server components. Server components change the way frontend is implemented, closing the gap between frontend and backend developers.]]></description>
            <link>https://www.sandromaglione.com/newsletter/server-components-closing-the-gap-between-frontend-and-backend</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/server-components-closing-the-gap-between-frontend-and-backend</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 29 May 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[My vision for the perfect coding tutorial]]></title>
            <description><![CDATA[What makes a great coding article? How should you structure a tutorial? Start with why, don't make assumptions, ask for feedback early on, cut it short and show me the code.]]></description>
            <link>https://www.sandromaglione.com/newsletter/my-vision-for-the-perfect-coding-tutorial</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/my-vision-for-the-perfect-coding-tutorial</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 22 May 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The future of building web apps is here]]></title>
            <description><![CDATA[Some major releases are coming in the next few weeks: local first conference in Berlin, React 19 together with Typescript 5.5, Dart 3.4 with static metaprogamming.]]></description>
            <link>https://www.sandromaglione.com/newsletter/the-future-of-building-web-apps-is-here</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/the-future-of-building-web-apps-is-here</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 15 May 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Everything, anything, everywhere with Typescript]]></title>
            <description><![CDATA[You can build anything with Typescript: create client apps for web, desktop, and mobile, create games, create server apps, scripts, cloud apps, and much more.]]></description>
            <link>https://www.sandromaglione.com/newsletter/everything-anything-everywhere-with-typescript</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/everything-anything-everywhere-with-typescript</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 08 May 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Why everyone is talking about Effect]]></title>
            <description><![CDATA[Effect allows to build complex production Typescript applications that are composable and type safe. This is my take on why you should take a look at Effect, what are the benefits of Effect, and how you can get started with Effect.]]></description>
            <link>https://www.sandromaglione.com/newsletter/why-everyone-is-talking-about-effect</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/why-everyone-is-talking-about-effect</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 01 May 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Core principles for software that scales (in practice)]]></title>
            <description><![CDATA[Implementing large scale software projects requires following some core principles: local reasoning, error handling, testability, debugging, observability, state management, and how these all work in practice.]]></description>
            <link>https://www.sandromaglione.com/newsletter/core-principles-for-software-that-scales-in-practice</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/core-principles-for-software-that-scales-in-practice</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 24 Apr 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Frameworks and libraries I use for my web and mobile projects]]></title>
            <description><![CDATA[Cross platform development on mobile using Flutter, but also considering React native. Type safety as much as possible with pure functions, pattern matching, effect system. React with nextjs, preact, remix on web.]]></description>
            <link>https://www.sandromaglione.com/newsletter/frameworks-and-libraries-i-use-for-my-web-and-mobile-projects</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/frameworks-and-libraries-i-use-for-my-web-and-mobile-projects</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 17 Apr 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Architecture and libraries to implement a web app]]></title>
            <description><![CDATA[This is how I implement a web app: local first and PWA (progressive web apps) as architecture, and libraries like effect, XState, tailwindcss to implement the core of the app, state management, and styling.]]></description>
            <link>https://www.sandromaglione.com/newsletter/architecture-and-libraries-to-implement-a-web-app</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/architecture-and-libraries-to-implement-a-web-app</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 10 Apr 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How I got into Functional Programming]]></title>
            <description><![CDATA[This is my journey in learning functional programming and its core concepts, using multiple programming languages: from Lisp and Haskell, to object oriented languages like Dart and Kotlin, all the way to Typescript and the web.]]></description>
            <link>https://www.sandromaglione.com/newsletter/how-i-got-into-functional-programming</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/how-i-got-into-functional-programming</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 03 Apr 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Advanced Dart to build Effect: fpdart v2]]></title>
            <description><![CDATA[Learn many powerful and advanced dart's features required to build an Effect System in dart: type system (Never, void, Null), type inference, FutureOr for synchronous and asynchronous functions.]]></description>
            <link>https://www.sandromaglione.com/newsletter/advanced-dart-to-build-effect-fpdart-v2</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/advanced-dart-to-build-effect-fpdart-v2</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 27 Mar 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How maintaining an Open Source project looks like]]></title>
            <description><![CDATA[This is my experience as the creator and maintainer of a popular open source library: how to get started, how to make a successful library, how to maintain it, and what are the results.]]></description>
            <link>https://www.sandromaglione.com/newsletter/how-maintaining-an-open-source-project-looks-like</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/how-maintaining-an-open-source-project-looks-like</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 20 Mar 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Effect systems: Functional Programming to the next level]]></title>
            <description><![CDATA[Learn what is an Effect system and how Effect systems are the future of programming. Instead of using complex functional programming jargon, effect systems focus on solving real-world problems.]]></description>
            <link>https://www.sandromaglione.com/newsletter/effect-systems-functional-programming-to-the-next-level</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/effect-systems-functional-programming-to-the-next-level</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 13 Mar 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How I learn a library by reading code]]></title>
            <description><![CDATA[The best way to explore a library is to read code written by its core maintainers. This is how I learn a new library by reading someone else's code: look for patterns, reimplement similar examples, ask for help.]]></description>
            <link>https://www.sandromaglione.com/newsletter/how-i-learn-a-library-by-reading-code</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/how-i-learn-a-library-by-reading-code</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 06 Mar 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Effect Days: The beginning of a new era]]></title>
            <description><![CDATA[The Effect Days: 3 days of conference in Vienna all about Effect and the future of Typescript. This is all that happened, why this is the beginning of a new era for software development, and all the main takeaways from my experience at the conference.]]></description>
            <link>https://www.sandromaglione.com/newsletter/effect-days-the-beginning-of-a-new-era</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/effect-days-the-beginning-of-a-new-era</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 28 Feb 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[4 Principles for all programming languages]]></title>
            <description><![CDATA[Different programming languages shares similar challenges. There are some common solutions to these problems: error handling, dependency injection, logging and observability.]]></description>
            <link>https://www.sandromaglione.com/newsletter/4-principles-for-all-programming-languages</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/4-principles-for-all-programming-languages</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 21 Feb 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Actors and State Machines will solve State Management]]></title>
            <description><![CDATA[Learn what actors and the actor model are and how to use them for state management. Combine XState and Effect to manage complexity and state in any app, both frontend and backend.]]></description>
            <link>https://www.sandromaglione.com/newsletter/actors-and-state-machines-will-solve-state-management</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/actors-and-state-machines-will-solve-state-management</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 14 Feb 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[I built a framework: M(e)nimal static site generator]]></title>
            <description><![CDATA[This is how I built a minimal static site generator in Typescript using Effect: how a static site generator works, how it's implemented, and how to publish it to npm as an npx command.]]></description>
            <link>https://www.sandromaglione.com/newsletter/i-build-a-framework-menimal-static-site-generator</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/i-build-a-framework-menimal-static-site-generator</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 07 Feb 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How I build a cross-platform app: zero to release]]></title>
            <description><![CDATA[Cross-platform app development with Flutter and Dart: learn how to setup your project, what packages to choose, and how to use them to implement routing, state management, data storage, and UI.]]></description>
            <link>https://www.sandromaglione.com/newsletter/how-i-build-a-cross-platform-app-zero-to-release</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/how-i-build-a-cross-platform-app-zero-to-release</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 31 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Under-engineering: less dependencies, more features and performance]]></title>
            <description><![CDATA[It is possible to remove dependencies while also adding features and improving performance: I call this under-engineering. This is how I improved my blog, implemented and published a new open source package.]]></description>
            <link>https://www.sandromaglione.com/newsletter/under-engineering-less-dependencies-more-features-and-performance</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/under-engineering-less-dependencies-more-features-and-performance</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 24 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[What State Management is all about (in practice)]]></title>
            <description><![CDATA[Learn how state management works and what problem it solves: store some state, read the state, update the state, and rerender the user interface after each change.]]></description>
            <link>https://www.sandromaglione.com/newsletter/what-state-management-is-all-about-in-practice</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/what-state-management-is-all-about-in-practice</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 17 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Contribute to Open Source: complete process step by step]]></title>
            <description><![CDATA[How to make your first contribution to an open source project step by step: research about the topic, fork the repository, read code, complete the implementation, and send a PR.]]></description>
            <link>https://www.sandromaglione.com/newsletter/contribute-to-open-source-complete-process-step-by-step</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/contribute-to-open-source-complete-process-step-by-step</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 10 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How I learn a new library (when documentation is not enough)]]></title>
            <description><![CDATA[How to learn a new library when the official documentation is not enough: use the API reference, explore and search the open source repository, read tests, ask for help from the community.]]></description>
            <link>https://www.sandromaglione.com/newsletter/how-i-learn-a-new-library</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/how-i-learn-a-new-library</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 03 Jan 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to create a State Management library]]></title>
            <description><![CDATA[This is how I created a state management library in dart and flutter. Learn how to implement state machines and statecharts in dart, how streaming works in flutter, and how state management works in practice.]]></description>
            <link>https://www.sandromaglione.com/newsletter/how-to-create-a-state-management-library</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/how-to-create-a-state-management-library</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 27 Dec 2023 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[State management with XState State Machines and Effect]]></title>
            <description><![CDATA[Learn what is a state machine, how a state machine can be used to model any application, and how to use XState with Effect to implement a complete Typescript project with full type-safety.]]></description>
            <link>https://www.sandromaglione.com/newsletter/state-management-with-xstate-state-machines-and-effect</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/state-management-with-xstate-state-machines-and-effect</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 20 Dec 2023 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[What I learned making a game in 2 days]]></title>
            <description><![CDATA[I share my experience making a game in Flutter in 2 days for the Flame Game Jam 3.0: how to create a game from zero by yourself for a game jam with limited time and resources.]]></description>
            <link>https://www.sandromaglione.com/newsletter/what-i-learned-making-a-game-in-2-days</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/what-i-learned-making-a-game-in-2-days</guid>
            <category><![CDATA[games]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 13 Dec 2023 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Learn Functional Programming with OCaml]]></title>
            <description><![CDATA[Learn how to write functional programming code with the OCaml programming language: how to install OCaml, how it works, and what makes OCaml great to learn functional programming.]]></description>
            <link>https://www.sandromaglione.com/newsletter/learn-functional-programming-with-ocaml</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/learn-functional-programming-with-ocaml</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 06 Dec 2023 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CLI application with Functional Programming using fpdart]]></title>
            <description><![CDATA[Command-Line Interface (CLI) written in dart using the fpdart package with Functional Programming. Subscribe to the newsletter of sandromaglione.com for more.]]></description>
            <link>https://www.sandromaglione.com/newsletter/cli-application-with-functional-programmng-using-fpdart</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/cli-application-with-functional-programmng-using-fpdart</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 29 Nov 2023 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Effect + NextJs + ConvertKit: the future of Typescript]]></title>
            <description><![CDATA[Application written using Effect, Typescript, and NextJs to subscribe users to your newsletter on ConvertKit. Subscribe to the newsletter of sandromaglione.com for more.]]></description>
            <link>https://www.sandromaglione.com/newsletter/effect-nextjs-convertkit-the-future-of-typescript</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/effect-nextjs-convertkit-the-future-of-typescript</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 22 Nov 2023 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Timeless programming: learn not a language, learn the principles]]></title>
            <description><![CDATA[Writing to refine your ideas and better communicate with other people, Coding to transform your ideas in concrete products that a machine understands and executes for you.]]></description>
            <link>https://www.sandromaglione.com/newsletter/timeless-programming-principles-of-programming-languages</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/timeless-programming-principles-of-programming-languages</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 15 Nov 2023 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[2 skills for the 100 years - Writing and coding]]></title>
            <description><![CDATA[Writing to refine your ideas and better communicate with other people, Coding to transform your ideas in concrete products that a machine understands and executes for you.]]></description>
            <link>https://www.sandromaglione.com/newsletter/2-skills-for-the-100-years-writing-and-coding</link>
            <guid isPermaLink="false">https://www.sandromaglione.com/newsletter/2-skills-for-the-100-years-writing-and-coding</guid>
            <category><![CDATA[software-development]]></category>
            <dc:creator><![CDATA[Sandro Maglione]]></dc:creator>
            <pubDate>Wed, 08 Nov 2023 00:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>