<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Anyhow on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/anyhow/</link><description>Recent content in Anyhow on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 17 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/anyhow/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 15: Robust Error Handling, Logging, and Debugging</title><link>https://ai-blog.noorshomelab.dev/stellar-gen-guide/chapter-15-error-handling/</link><pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/stellar-gen-guide/chapter-15-error-handling/</guid><description>&lt;h2 id="chapter-15-robust-error-handling-logging-and-debugging"&gt;Chapter 15: Robust Error Handling, Logging, and Debugging&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 15 of our journey to build a production-grade Rust static site generator! Up until now, we&amp;rsquo;ve focused on building out core functionalities like content parsing, templating, and routing. While our SSG can generate sites, it&amp;rsquo;s not yet resilient to real-world issues like malformed content files, missing templates, or unexpected I/O errors. In a production environment, an application that crashes silently or provides cryptic error messages is a nightmare to maintain.&lt;/p&gt;</description></item><item><title>Chapter 17: Error Handling and Robustness</title><link>https://ai-blog.noorshomelab.dev/ratatui-mastery-guide-2026/17-error-handling/</link><pubDate>Tue, 17 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ratatui-mastery-guide-2026/17-error-handling/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 17! So far, we&amp;rsquo;ve focused on building interactive and visually appealing Terminal User Interfaces (TUIs) with Ratatui. But what happens when things go wrong? In the real world, applications face unexpected situations: user input errors, file system issues, network problems, or even just an unexpected &lt;code&gt;crossterm&lt;/code&gt; event. This is where robust error handling comes into play.&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;ll dive deep into how to make our Ratatui applications resilient and user-friendly, even in the face of adversity. We&amp;rsquo;ll explore Rust&amp;rsquo;s powerful error handling mechanisms, understand the unique challenges of TUI error management, and implement strategies for graceful shutdowns and informative error reporting. By the end, you&amp;rsquo;ll be able to build TUIs that don&amp;rsquo;t just work, but work reliably.&lt;/p&gt;</description></item></channel></rss>