<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
    <title>Agent Skills</title>
    <link>https://rodydavis.github.io/skills</link>
    <description>A collection of agent skills by Rody Davis.</description>
    <lastBuildDate>Tue, 03 Feb 2026 22:24:29 GMT</lastBuildDate>
    <language>en-us</language>
    <item>
        <title>how-to-run-astro-ssr-and-pocketbase-on-the-same-server</title>
        <link>https://rodydavis.github.io/skills/astro-ssr-pocketbase-single-server/</link>
        <description>Learn how to host PocketBase and an Astro SSR application on the same server, using PocketBase&apos;s Go integration and a reverse proxy to delegate requests to Astro for dynamic web content.</description>
        <guid>https://rodydavis.github.io/skills/astro-ssr-pocketbase-single-server/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>async-preact-signals</title>
        <link>https://rodydavis.github.io/skills/async-preact-signal/</link>
        <description>Explore how to effectively manage asynchronous data with Preact Signals by creating a custom `asyncSignal` that handles loading, error, and data states without breaking the synchronous nature of signals.</description>
        <guid>https://rodydavis.github.io/skills/async-preact-signal/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>automate-flutter-app-releases</title>
        <link>https://rodydavis.github.io/skills/automate-flutter-apps/</link>
        <description>Automate your Flutter app releases to beta or production with this handy shell script that handles version bumping, formatting, cleaning, rebuilding, and deployment via Fastlane.</description>
        <guid>https://rodydavis.github.io/skills/automate-flutter-apps/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>dynamic-themes-with-codemirror</title>
        <link>https://rodydavis.github.io/skills/codemirror-dynamic-theme/</link>
        <description>Learn how to create a Lit web component with CodeMirror, dynamically themed using Material Design&apos;s color utilities, for a customizable code editing experience.</description>
        <guid>https://rodydavis.github.io/skills/codemirror-dynamic-theme/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>how-to-create-html-web-components-with-dart</title>
        <link>https://rodydavis.github.io/skills/dart-html-web-components/</link>
        <description>Discover the power of Web Components and how to build them with both JavaScript and Dart for reusable, framework-agnostic UI elements.</description>
        <guid>https://rodydavis.github.io/skills/dart-html-web-components/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>how-to-do-bitwise-operations-in-dart</title>
        <link>https://rodydavis.github.io/skills/dart_bitwise/</link>
        <description>Explore Dart&apos;s bitwise operations for both integers and booleans, including AND, OR (inclusive &amp; exclusive), NAND, NOR, and XNOR, with practical code examples.</description>
        <guid>https://rodydavis.github.io/skills/dart_bitwise/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>various-ways-to-invoke-functions-in-dart</title>
        <link>https://rodydavis.github.io/skills/dart_function-invoking/</link>
        <description>Discover the surprising flexibility of calling Dart functions, including mixed positional and named arguments, the `.call` operator, and dynamic invocation with `Function.apply`.</description>
        <guid>https://rodydavis.github.io/skills/dart_function-invoking/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>how-to-print-multiple-objects-to-the-console-with-print-in-dart</title>
        <link>https://rodydavis.github.io/skills/dart_print-multiple-objects/</link>
        <description>Learn how to print multiple objects to the console in Dart using Records, offering a similar experience to JavaScript&apos;s `console.log()` functionality.</description>
        <guid>https://rodydavis.github.io/skills/dart_print-multiple-objects/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>check-if-an-object-is-truthy-in-dart</title>
        <link>https://rodydavis.github.io/skills/dart_truthy/</link>
        <description>Learn how to extend Dart&apos;s functionality to implement JavaScript-style &quot;truthy&quot; checks for easier conditional logic and value evaluations.</description>
        <guid>https://rodydavis.github.io/skills/dart_truthy/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>deep-linking-for-flutter-web</title>
        <link>https://rodydavis.github.io/skills/deep-linking-flutter-web/</link>
        <description>Learn how to implement proper URL navigation in your Flutter application, including deep linking to specific pages, handling protected routes, and creating custom transitions for a seamless user experience.</description>
        <guid>https://rodydavis.github.io/skills/deep-linking-flutter-web/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>displaying-html-in-flutter</title>
        <link>https://rodydavis.github.io/skills/display-html-in-flutter/</link>
        <description>Easily display and interact with HTML content in your Flutter app using the `easy_web_view` package, which supports both web and mobile platforms.</description>
        <guid>https://rodydavis.github.io/skills/display-html-in-flutter/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>how-to-export-sqlite-tables-to-create-statements</title>
        <link>https://rodydavis.github.io/skills/export-sqlite-dart/</link>
        <description>Learn how to export your entire SQLite database schema, including tables and indexes, into runnable CREATE statements at runtime using Flutter and the `sqlite3` package.</description>
        <guid>https://rodydavis.github.io/skills/export-sqlite-dart/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>using-fastlane-in-flutter-and-ci</title>
        <link>https://rodydavis.github.io/skills/fastlane-and-flutter/</link>
        <description>Automate Flutter app builds and deployments to both the App Store and Google Play using Fastlane with this step-by-step guide.</description>
        <guid>https://rodydavis.github.io/skills/fastlane-and-flutter/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>lit-and-figma</title>
        <link>https://rodydavis.github.io/skills/figma-and-lit/</link>
        <description>Learn how to create a Figma plugin using Lit web components, including project setup, component creation, WASM integration, and building the final plugin for use in Figma.</description>
        <guid>https://rodydavis.github.io/skills/figma-and-lit/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>creating-your-first-flutter-project</title>
        <link>https://rodydavis.github.io/skills/first-flutter-project/</link>
        <description>Dive into the world of Flutter, Google&apos;s UI toolkit, and learn how to build cross-platform apps with ease using this introductory guide and accompanying &quot;Flutter Take 5&quot; video series.</description>
        <guid>https://rodydavis.github.io/skills/first-flutter-project/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>lit-and-flutter</title>
        <link>https://rodydavis.github.io/skills/flutter-and-lit/</link>
        <description>Learn how to embed a Lit web component directly within your Flutter app to leverage web-based UIs and features while accessing native device APIs for a powerful hybrid development approach.</description>
        <guid>https://rodydavis.github.io/skills/flutter-and-lit/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>how-to-build-a-flutter-app-on-xcode-cloud</title>
        <link>https://rodydavis.github.io/skills/flutter-and-xcode-cloud/</link>
        <description>Learn how to set up Xcode Cloud to build and deploy your Flutter application to TestFlight and the App Store with this step-by-step guide.</description>
        <guid>https://rodydavis.github.io/skills/flutter-and-xcode-cloud/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>flutter-terminal-cheat-sheet</title>
        <link>https://rodydavis.github.io/skills/flutter-cheat-sheet/</link>
        <description>This post provides a handy collection of Flutter commands and scripts for web development, package creation, troubleshooting, testing, and more, streamlining your Flutter workflow.</description>
        <guid>https://rodydavis.github.io/skills/flutter-cheat-sheet/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>how-to-build-a-graph-database-with-flutter</title>
        <link>https://rodydavis.github.io/skills/flutter-graph-database/</link>
        <description>Learn how to build and utilize a graph database within your Flutter applications using SQLite and the Drift package to model relationships between data.</description>
        <guid>https://rodydavis.github.io/skills/flutter-graph-database/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>multi-touch-canvas-with-flutter</title>
        <link>https://rodydavis.github.io/skills/flutter-multi-touch-canvas/</link>
        <description>Learn how to create a Flutter canvas with multi-touch support for panning, zooming, and object interaction, overcoming common gesture recognition conflicts.</description>
        <guid>https://rodydavis.github.io/skills/flutter-multi-touch-canvas/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>flutter-fastlane-one-click-beta</title>
        <link>https://rodydavis.github.io/skills/flutter-one-click-release/</link>
        <description>Deploy your Flutter app to the App Store and Google Play with ease using this step-by-step guide covering installation, project setup, Fastlane integration, and automated deployments with Automator.</description>
        <guid>https://rodydavis.github.io/skills/flutter-one-click-release/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>server-side-rendering-flutter-apps-with-rfw</title>
        <link>https://rodydavis.github.io/skills/flutter-ssr-rfw/</link>
        <description>Learn how to build a dynamic Flutter app using Server Side Rendering (SSR) with the rfw package, enabling UI updates driven by server logic and binary data exchange via HTTP.</description>
        <guid>https://rodydavis.github.io/skills/flutter-ssr-rfw/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>flutter-control-and-screenshot</title>
        <link>https://rodydavis.github.io/skills/flutter_driver_control/</link>
        <description>Guide on how to control a Flutter app using flutter_driver via MCP and capture screenshots.</description>
        <guid>https://rodydavis.github.io/skills/flutter_driver_control/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>how-to-manage-multiple-flutter-versions-with-git-worktrees-and-z</title>
        <link>https://rodydavis.github.io/skills/flutter_git-worktree-channels/</link>
        <description>Manage multiple Flutter versions efficiently using Git worktrees, eliminating the need for external version managers like FVM.</description>
        <guid>https://rodydavis.github.io/skills/flutter_git-worktree-channels/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>host-your-flutter-project-as-a-rest-api</title>
        <link>https://rodydavis.github.io/skills/host-flutter-rest-api/</link>
        <description>Learn how to structure a Flutter project to reuse models and business logic across iOS, Android, Web, desktop platforms, and a REST API deployable to Google Cloud Run, enabling a single codebase for both client and server.</description>
        <guid>https://rodydavis.github.io/skills/host-flutter-rest-api/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>building-a-html-element-sandbox-with-lit</title>
        <link>https://rodydavis.github.io/skills/html-code-sandbox/</link>
        <description>Learn how to build a Lit web component to create a dynamic HTML element sandbox with live updates, perfect for experimenting with and showcasing web components.</description>
        <guid>https://rodydavis.github.io/skills/html-code-sandbox/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>install-flutter-from-git</title>
        <link>https://rodydavis.github.io/skills/install-flutter-from-git/</link>
        <description>Install Flutter SDK via git clone and configure for all platforms</description>
        <guid>https://rodydavis.github.io/skills/install-flutter-from-git/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>draggable-dom-with-lit</title>
        <link>https://rodydavis.github.io/skills/lit-draggable-dom/</link>
        <description>Learn how to create an interactive, draggable DOM using a Lit web component with CSS transforms and slots, enabling you to manipulate HTML and SVG elements within a canvas-like environment.</description>
        <guid>https://rodydavis.github.io/skills/lit-draggable-dom/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>2d-or-3d-force-graph-with-lit</title>
        <link>https://rodydavis.github.io/skills/lit-force-graph/</link>
        <description>Learn how to create interactive 2D and 3D force graphs using Lit, a lightweight web component library, with this step-by-step tutorial.</description>
        <guid>https://rodydavis.github.io/skills/lit-force-graph/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>json-to-html-table-with-lit</title>
        <link>https://rodydavis.github.io/skills/lit-html-table/</link>
        <description>Learn how to create a dynamic HTML table from JSON data using a Lit web component, with examples for fetching data from a URL or using inline JSON, and the ability to make the table editable.</description>
        <guid>https://rodydavis.github.io/skills/lit-html-table/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>lit-and-monaco-editor</title>
        <link>https://rodydavis.github.io/skills/lit-monaco-editor/</link>
        <description>Learn how to create a Lit web component that wraps the Monaco Editor (powering VSCode) to add a fully functional code editor to your web applications.</description>
        <guid>https://rodydavis.github.io/skills/lit-monaco-editor/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>building-a-rich-text-editor-with-lit</title>
        <link>https://rodydavis.github.io/skills/lit-rich-text-editor/</link>
        <description>Learn how to build a rich text editor using a Lit web component, complete with a toolbar for formatting text, links, and styles.</description>
        <guid>https://rodydavis.github.io/skills/lit-rich-text-editor/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>lit-sheet-music</title>
        <link>https://rodydavis.github.io/skills/lit-sheet-music/</link>
        <description>Learn how to create a Lit web component that renders MusicXML using OpenSheetMusicDisplay, allowing you to display sheet music dynamically from a source attribute or inline XML.</description>
        <guid>https://rodydavis.github.io/skills/lit-sheet-music/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>lit-and-vscode-extensions</title>
        <link>https://rodydavis.github.io/skills/lit-vscode-extension/</link>
        <description>Learn how to build a VSCode extension using a Lit web component, covering setup, template creation, component implementation, and extension activation.</description>
        <guid>https://rodydavis.github.io/skills/lit-vscode-extension/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>building-a-piano-with-flutter</title>
        <link>https://rodydavis.github.io/skills/making-a-piano/</link>
        <description>Build a Tiny Piano in Flutter: Learn how to create a fully functional, Flutter Create contest-winning piano app using just 5032 bytes of Dart code, complete with MIDI support and customizable features.</description>
        <guid>https://rodydavis.github.io/skills/making-a-piano/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>how-to-build-a-native-cross-platform-project-with-flutter</title>
        <link>https://rodydavis.github.io/skills/native-cross-platform-flutter/</link>
        <description>Learn how to import `dart:html` and `dart:io` in the same Flutter project to create cross-platform plugins that work seamlessly on mobile and web.</description>
        <guid>https://rodydavis.github.io/skills/native-cross-platform-flutter/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>how-to-do-offline-recommendations-with-sqlite-and-gemini</title>
        <link>https://rodydavis.github.io/skills/offline-vector-recommendations/</link>
        <description>Learn how to enhance your CMS like PocketBase with AI-powered content recommendations using text embeddings, SQLite, and k-nearest neighbor search for efficient and scalable related content suggestions.</description>
        <guid>https://rodydavis.github.io/skills/offline-vector-recommendations/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>how-to-deploy-pocketbase-to-cloud-run</title>
        <link>https://rodydavis.github.io/skills/pocketbase-cloudrun/</link>
        <description>Learn how to deploy PocketBase on Google Cloud Run using the new volume mounting feature, enabling scale-to-zero, infinite storage, and easy backups.</description>
        <guid>https://rodydavis.github.io/skills/pocketbase-cloudrun/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>how-to-build-a-webrtc-signal-server-with-pocketbase</title>
        <link>https://rodydavis.github.io/skills/pocketbase-webrtc-signal-server-js/</link>
        <description>Learn how to build a simple WebRTC video call application using PocketBase as a signaling server, enabling peer-to-peer communication with SQLite on the server and realtime updates via Server Sent Events.</description>
        <guid>https://rodydavis.github.io/skills/pocketbase-webrtc-signal-server-js/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>how-to-send-push-notifications-on-flutter-web-fcm</title>
        <link>https://rodydavis.github.io/skills/push-notifications-flutter-web/</link>
        <description>Learn how to implement Firebase Cloud Messaging (FCM) in your Flutter web app with this guide, covering service worker setup, helper methods, and testing to enable push notifications.</description>
        <guid>https://rodydavis.github.io/skills/push-notifications-flutter-web/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>signals-and-flutter-hooks</title>
        <link>https://rodydavis.github.io/skills/signals-and-flutter-hooks/</link>
        <description>Explore state management in Flutter, from the basics of `setState` to advanced techniques using ValueNotifier, Signals, Flutter Hooks, and the new signals_hooks package for a reactive and efficient approach.</description>
        <guid>https://rodydavis.github.io/skills/signals-and-flutter-hooks/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>flutter-infinite-canvas</title>
        <link>https://rodydavis.github.io/skills/snippets_flutter-infinite-canvas/</link>
        <description>Learn how to build an infinite, multi-touch canvas in Flutter using InteractiveViewer and CustomMultiChildLayout for a flexible and interactive user experience.</description>
        <guid>https://rodydavis.github.io/skills/snippets_flutter-infinite-canvas/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>flutter-input-output-preview</title>
        <link>https://rodydavis.github.io/skills/snippets_flutter-input-output-preview/</link>
        <description>Build responsive Flutter apps with a reusable `TwoPane` widget and an `InputOutputPreview` component for side-by-side code and preview display on both mobile and desktop.</description>
        <guid>https://rodydavis.github.io/skills/snippets_flutter-input-output-preview/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>flutter-markdown-view-with-material-3</title>
        <link>https://rodydavis.github.io/skills/snippets_flutter-markdown-view-material-3/</link>
        <description>Learn how to customize the Flutter Markdown widget using Material 3 text and color styles for a visually appealing and consistent design.</description>
        <guid>https://rodydavis.github.io/skills/snippets_flutter-markdown-view-material-3/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>flutter-master-detail-view</title>
        <link>https://rodydavis.github.io/skills/snippets_flutter-master-detail-view/</link>
        <description>Learn how to implement a responsive Master-Detail interface in Flutter that adapts to different screen sizes, leveraging multi-column layouts on larger screens and pushing to detail screens on mobile.</description>
        <guid>https://rodydavis.github.io/skills/snippets_flutter-master-detail-view/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>flutter-native-http-client</title>
        <link>https://rodydavis.github.io/skills/snippets_flutter-native-http-client/</link>
        <description>This blog post explores how to optimize HTTP client selection in Flutter applications based on the platform, using Cronet on Android and Cupertino&apos;s native client on iOS for improved performance and caching.</description>
        <guid>https://rodydavis.github.io/skills/snippets_flutter-native-http-client/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>flutter-stream-widget</title>
        <link>https://rodydavis.github.io/skills/snippets_flutter-stream-widget/</link>
        <description>Learn how to build dynamic Flutter UIs by directly using streams within your widget&apos;s build method, enabling reactive screen updates and more efficient data handling.</description>
        <guid>https://rodydavis.github.io/skills/snippets_flutter-stream-widget/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>lightweight-flutter-animations</title>
        <link>https://rodydavis.github.io/skills/snippets_lightweight-flutter-animations/</link>
        <description>Learn how to create a streamlined animation widget in Flutter that eliminates the need for `setState` by leveraging an abstract class and `SingleTickerProviderStateMixin` for efficient UI updates.</description>
        <guid>https://rodydavis.github.io/skills/snippets_lightweight-flutter-animations/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>material-3-to-material-2-theme-adapter</title>
        <link>https://rodydavis.github.io/skills/snippets_m3-to-m2-css-adapter/</link>
        <description>Learn how to seamlessly integrate Material Design 3&apos;s styling into your Material Design 2 components using CSS variable overrides.</description>
        <guid>https://rodydavis.github.io/skills/snippets_m3-to-m2-css-adapter/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>color-utilities-in-javascript</title>
        <link>https://rodydavis.github.io/skills/snippets_typescript-color-utilities/</link>
        <description>Explore helpful color utility functions, like RGB to HSL, HEX to RGB, and HSL to HEX, generated with the assistance of GitHub Copilot.</description>
        <guid>https://rodydavis.github.io/skills/snippets_typescript-color-utilities/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>ios-or-macos-lock-screen-nasa-image-of-the-day</title>
        <link>https://rodydavis.github.io/skills/snippets_workflow-nasa-image-of-day/</link>
        <description>Automate your daily dose of cosmic beauty by setting your lock or home screen to NASA&apos;s image of the day using Shortcuts and their public API.</description>
        <guid>https://rodydavis.github.io/skills/snippets_workflow-nasa-image-of-day/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>how-to-do-full-text-search-with-sqlite</title>
        <link>https://rodydavis.github.io/skills/sqlite_fts5/</link>
        <description>Learn how to supercharge your SQLite databases with full-text search capabilities using the built-in fts5 extension, enabling efficient and powerful querying with the `MATCH` keyword.</description>
        <guid>https://rodydavis.github.io/skills/sqlite_fts5/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>using-sqlite-as-a-key-value-store</title>
        <link>https://rodydavis.github.io/skills/sqlite_key-value/</link>
        <description>Learn how to use SQLite as a simple and efficient key/value store for your applications, offering benefits like single-file data containment, attachment capabilities, and easy integration with tools like Drift.</description>
        <guid>https://rodydavis.github.io/skills/sqlite_key-value/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>how-to-store-sqlite-as-nosql-store</title>
        <link>https://rodydavis.github.io/skills/sqlite_no-sql/</link>
        <description>Discover how to leverage SQLite&apos;s JSON support to build a NoSQL-like document store, complete with TTL-based expiration, within this powerful embedded database.</description>
        <guid>https://rodydavis.github.io/skills/sqlite_no-sql/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>sqlite-on-the-ui-thread</title>
        <link>https://rodydavis.github.io/skills/sqlite_ui-thread/</link>
        <description>Unlock the surprising speed of SQLite in Flutter for building responsive UIs, showcasing its ability to handle large datasets with synchronous queries and optimized configurations.</description>
        <guid>https://rodydavis.github.io/skills/sqlite_ui-thread/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
    <item>
        <title>file-based-routing-for-static-sites</title>
        <link>https://rodydavis.github.io/skills/static-site-file-based-routing/</link>
        <description>Learn how to create a multi-page static site with file-based routing using TypeScript, allowing for quick updates and easy content management.</description>
        <guid>https://rodydavis.github.io/skills/static-site-file-based-routing/</guid>
        <pubDate>Tue, 03 Feb 2026 22:24:29 GMT</pubDate>
    </item>
</channel>
</rss>