<?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[Michael Lynn's Blog]]></title>
        <description><![CDATA[Thoughts and insights on technology, development, and more]]></description>
        <link>http://localhost:3000</link>
        <image>
            <url>http://localhost:3000/images/logo.png</url>
            <title>Michael Lynn&apos;s Blog</title>
            <link>http://localhost:3000</link>
        </image>
        <generator>RSS for Node</generator>
        <lastBuildDate>Mon, 20 Jul 2026 13:55:38 GMT</lastBuildDate>
        <atom:link href="http://localhost:3000/feed.xml" rel="self" type="application/rss+xml"/>
        <pubDate>Mon, 20 Jul 2026 13:55:38 GMT</pubDate>
        <copyright><![CDATA[All rights reserved 2026, Michael Lynn]]></copyright>
        <language><![CDATA[en]]></language>
        <item>
            <title><![CDATA[Cursteroids]]></title>
            <description><![CDATA[A recruiting microsite where the job description is a playable Asteroids-style game. Every mechanic teaches part of the AI Adoption Engineer role at Cursor.]]></description>
            <link>http://localhost:3000/blog/cursteroids</link>
            <guid isPermaLink="false">cursteroids</guid>
            <category><![CDATA[Game]]></category>
            <category><![CDATA[Recruiting]]></category>
            <category><![CDATA[Canvas]]></category>
            <category><![CDATA[Next.js]]></category>
            <category><![CDATA[TypeScript]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/cursteroids.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[The Best Prompt on Your Team Is the One Nobody Else Can See]]></title>
            <description><![CDATA[You prompt, let it run, deslop it, re-prompt. It works until the window closes. Skills, Rules, and Subagents are how you teach the agent once and let it remember — alone and on a team.]]></description>
            <link>http://localhost:3000/blog/skills-rules-subagents-with-cursor</link>
            <guid isPermaLink="false">skills-rules-subagents-with-cursor</guid>
            <category><![CDATA[cursor]]></category>
            <category><![CDATA[skills]]></category>
            <category><![CDATA[rules]]></category>
            <category><![CDATA[subagents]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[developer-experience]]></category>
            <category><![CDATA[team]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Sat, 11 Jul 2026 12:00:00 GMT</pubDate>
            <enclosure url="/images/blog/skills-rules-subagents/cover.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[The Software Factory Is Here - and It Runs on Cursor]]></title>
            <description><![CDATA[Everyone's talking about an AI-driven SDLC 'software factory.' Here's what that actually looks like now that Cursor has cloud agents, Bugbot, and native intake from Jira, Linear, Slack, and PagerDuty, plus the steps to wire each stage up yourself.]]></description>
            <link>http://localhost:3000/blog/the-software-factory-runs-on-cursor</link>
            <guid isPermaLink="false">the-software-factory-runs-on-cursor</guid>
            <category><![CDATA[cursor]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[sdlc]]></category>
            <category><![CDATA[software-factory]]></category>
            <category><![CDATA[cloud-agents]]></category>
            <category><![CDATA[bugbot]]></category>
            <category><![CDATA[workflow]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Sat, 04 Jul 2026 15:00:00 GMT</pubDate>
            <enclosure url="/images/blog/software-factory/cover.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[I Knew Git. I Just Never Had a Reason to Branch.]]></title>
            <description><![CDATA[I learned version control back in the Subversion days, but I never learned how to work like a team. Here's how a protected main, a PR-only workflow, and Cursor holding the discipline finally closed the gap.]]></description>
            <link>http://localhost:3000/blog/i-knew-git-never-had-a-reason-to-branch</link>
            <guid isPermaLink="false">i-knew-git-never-had-a-reason-to-branch</guid>
            <category><![CDATA[cursor]]></category>
            <category><![CDATA[git]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[developer-experience]]></category>
            <category><![CDATA[workflow]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Sat, 04 Jul 2026 12:00:00 GMT</pubDate>
            <enclosure url="/images/blog/working-with-cursor/cover.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[I Almost Didn't Try Cursor. Here's What I Was Wrong About.]]></title>
            <description><![CDATA[I assumed Cursor was VS Code with autocomplete. Five wrong assumptions later, here's what actually changed my mind - and one low-stakes way to find out for yourself.]]></description>
            <link>http://localhost:3000/blog/cursor-misconceptions</link>
            <guid isPermaLink="false">cursor-misconceptions</guid>
            <category><![CDATA[cursor]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[developer-experience]]></category>
            <category><![CDATA[agent-mode]]></category>
            <category><![CDATA[myths]]></category>
            <category><![CDATA[productivity]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Sun, 07 Jun 2026 10:00:00 GMT</pubDate>
            <enclosure url="/images/blog/cursor-misconceptions/cover.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[Asymmetric Embeddings: Building a Personal Brand RAG Pipeline with Voyage 4 + Claude]]></title>
            <description><![CDATA[A practical guide to asymmetric retrieval: embed with the best model, query with a lighter one — and learn three different ways to get your docs into MongoDB Atlas.]]></description>
            <link>http://localhost:3000/blog/asymmetric-embeddings-rag-pipeline</link>
            <guid isPermaLink="false">asymmetric-embeddings-rag-pipeline</guid>
            <category><![CDATA[RAG]]></category>
            <category><![CDATA[Voyage AI]]></category>
            <category><![CDATA[MongoDB]]></category>
            <category><![CDATA[Atlas Vector Search]]></category>
            <category><![CDATA[Claude]]></category>
            <category><![CDATA[Embeddings]]></category>
            <category><![CDATA[AI]]></category>
            <category><![CDATA[MCP]]></category>
            <category><![CDATA[VAI]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate>
            <enclosure url="/images/blog/rag-pipeline.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[AA Companion]]></title>
            <description><![CDATA[A recovery companion app that brings together daily reflections, meeting tools, journaling, and guided support for people in sobriety.]]></description>
            <link>http://localhost:3000/blog/aacompanion</link>
            <guid isPermaLink="false">aacompanion</guid>
            <category><![CDATA[Next.js]]></category>
            <category><![CDATA[MongoDB]]></category>
            <category><![CDATA[AI]]></category>
            <category><![CDATA[Recovery]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Fri, 06 Mar 2026 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/aacompanion.jpg" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[VAI: Voyage AI CLI & RAG Playground]]></title>
            <description><![CDATA[A developer toolkit for building semantic search and RAG workflows with Voyage AI embeddings, MongoDB Atlas Vector Search, local inference, and MCP integration.]]></description>
            <link>http://localhost:3000/blog/vai</link>
            <guid isPermaLink="false">vai</guid>
            <category><![CDATA[MongoDB]]></category>
            <category><![CDATA[Voyage AI]]></category>
            <category><![CDATA[RAG]]></category>
            <category><![CDATA[Vector Search]]></category>
            <category><![CDATA[CLI]]></category>
            <category><![CDATA[Embeddings]]></category>
            <category><![CDATA[MCP]]></category>
            <category><![CDATA[Node.js]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/voyageai-cli.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[NetPad: MongoDB-Connected Form Builder Platform]]></title>
            <description><![CDATA[An enterprise-grade platform combining visual form building, workflow automation, and AI-powered conversational experiences with MongoDB Atlas integration]]></description>
            <link>http://localhost:3000/blog/netpad</link>
            <guid isPermaLink="false">netpad</guid>
            <category><![CDATA[MongoDB]]></category>
            <category><![CDATA[Forms]]></category>
            <category><![CDATA[Workflows]]></category>
            <category><![CDATA[AI]]></category>
            <category><![CDATA[RAG]]></category>
            <category><![CDATA[Vector Search]]></category>
            <category><![CDATA[Next.js]]></category>
            <category><![CDATA[Open Source]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Sat, 24 Jan 2026 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/netpad-banner.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[AI-Powered Mermaid Diagram Generator]]></title>
            <description><![CDATA[A tool that leverages AI to generate Mermaid diagrams from natural language descriptions, making technical diagramming accessible to everyone]]></description>
            <link>http://localhost:3000/blog/mermaid-generator</link>
            <guid isPermaLink="false">mermaid-generator</guid>
            <category><![CDATA[AI]]></category>
            <category><![CDATA[OpenAI]]></category>
            <category><![CDATA[Next.js]]></category>
            <category><![CDATA[Mermaid]]></category>
            <category><![CDATA[Diagramming]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Mon, 31 Mar 2025 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/ai-mermaid.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[MongoDB AI Lab Assistant]]></title>
            <description><![CDATA[An intelligent assistant that leverages RAG (Retrieval Augmented Generation) and vector search to provide accurate, context-aware responses to technical questions about MongoDB]]></description>
            <link>http://localhost:3000/blog/lab-assistant</link>
            <guid isPermaLink="false">lab-assistant</guid>
            <category><![CDATA[AI]]></category>
            <category><![CDATA[RAG]]></category>
            <category><![CDATA[MongoDB]]></category>
            <category><![CDATA[Vector Search]]></category>
            <category><![CDATA[Next.js]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Mon, 31 Mar 2025 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/lab-assistant/mascot-banner.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[Building Lightning Hire: Project Overview and Architecture]]></title>
            <description><![CDATA[The first in a series exploring the development of Lightning Hire, an AI-powered resume evaluation system built to revolutionize the recruitment process through intelligent candidate matching.]]></description>
            <link>http://localhost:3000/blog/lightning-hire-blog-part1</link>
            <guid isPermaLink="false">lightning-hire-blog-part1</guid>
            <category><![CDATA[AI]]></category>
            <category><![CDATA[recruitment]]></category>
            <category><![CDATA[Next.js]]></category>
            <category><![CDATA[MongoDB]]></category>
            <category><![CDATA[vector search]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Thu, 27 Mar 2025 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/lightninghire.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[A Day in the Life of a Principal Developer Advocate]]></title>
            <description><![CDATA[Dive into the dynamic world of developer relations as I share what a typical day looks like in my role as a Principal Developer Advocate, from content creation to community engagement.]]></description>
            <link>http://localhost:3000/blog/a-day-in-the-life</link>
            <guid isPermaLink="false">a-day-in-the-life</guid>
            <category><![CDATA[developer advocacy]]></category>
            <category><![CDATA[tech career]]></category>
            <category><![CDATA[community]]></category>
            <category><![CDATA[content creation]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Thu, 27 Mar 2025 00:00:00 GMT</pubDate>
            <enclosure url="/images/blog/ehud-neuhaus-esCc1qx6TVw-unsplash.jpg" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[Boosting productivity with Cursor]]></title>
            <description><![CDATA[Discover how Cursor's powerful rules system can streamline your coding workflow, enforce consistency, and help your team code smarter and faster.]]></description>
            <link>http://localhost:3000/blog/cursor-rules</link>
            <guid isPermaLink="false">cursor-rules</guid>
            <category><![CDATA[cursor]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[coding]]></category>
            <category><![CDATA[productivity]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Wed, 26 Mar 2025 00:00:00 GMT</pubDate>
            <enclosure url="https://g1iqxazqvchnaxls.public.blob.vercel-storage.com/andreas-klassen-gZB-i-dA6ns-unsplash-9rCf7ECaFLPjHDujdeDj5fsIkqnSil.jpg" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[Claude Skills]]></title>
            <description><![CDATA[Production-ready skill packages for AI coding agents. A curated collection of structured knowledge bundles that give coding assistants deep expertise in specific domains.]]></description>
            <link>http://localhost:3000/blog/claude-skills</link>
            <guid isPermaLink="false">claude-skills</guid>
            <category><![CDATA[AI]]></category>
            <category><![CDATA[Claude]]></category>
            <category><![CDATA[Skills]]></category>
            <category><![CDATA[Agent]]></category>
            <category><![CDATA[Python]]></category>
            <category><![CDATA[Developer Tools]]></category>
            <category><![CDATA[Open Source]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Tue, 04 Mar 2025 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/claude-skills.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[SecureHealth]]></title>
            <description><![CDATA[A HIPAA-Compliant patient management system demonstrating MongoDB Queryable Encryption in a production-grade healthcare application.]]></description>
            <link>http://localhost:3000/blog/securehealth</link>
            <guid isPermaLink="false">securehealth</guid>
            <category><![CDATA[MongoDB]]></category>
            <category><![CDATA[Encryption]]></category>
            <category><![CDATA[HIPAA]]></category>
            <category><![CDATA[Symfony]]></category>
            <category><![CDATA[Healthcare]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Thu, 10 Oct 2024 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/securehealth.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[MongoNext - Next.js & MongoDB Starter Template]]></title>
            <description><![CDATA[A professional, production-ready starter template for building modern web applications with Next.js and MongoDB, featuring Material UI, authentication, and a comprehensive component library]]></description>
            <link>http://localhost:3000/blog/mongonext</link>
            <guid isPermaLink="false">mongonext</guid>
            <category><![CDATA[Next.js]]></category>
            <category><![CDATA[MongoDB]]></category>
            <category><![CDATA[Material UI]]></category>
            <category><![CDATA[Authentication]]></category>
            <category><![CDATA[React]]></category>
            <category><![CDATA[Web Development]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Wed, 10 Apr 2024 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/mongonext/dashboard-light.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[MongoDB ERD CLI]]></title>
            <description><![CDATA[A powerful command-line tool for generating Entity-Relationship Diagrams from MongoDB databases, with support for multiple output formats and relationship detection]]></description>
            <link>http://localhost:3000/blog/mongodb-erd-cli</link>
            <guid isPermaLink="false">mongodb-erd-cli</guid>
            <category><![CDATA[MongoDB]]></category>
            <category><![CDATA[CLI]]></category>
            <category><![CDATA[ERD]]></category>
            <category><![CDATA[Database]]></category>
            <category><![CDATA[Node.js]]></category>
            <category><![CDATA[Mermaid]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Wed, 10 Apr 2024 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/mongodb-erd/blog-header.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[RAG chunking lifecycle: How document chunking strategies impact AI response quality]]></title>
            <description><![CDATA[Explore how different document chunking strategies affect the quality of AI responses in Retrieval Augmented Generation (RAG) systems, with practical examples and code samples.]]></description>
            <link>http://localhost:3000/blog/rag-chunking-lifecycle</link>
            <guid isPermaLink="false">rag-chunking-lifecycle</guid>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[rag]]></category>
            <category><![CDATA[mongodb]]></category>
            <category><![CDATA[vector-search]]></category>
            <category><![CDATA[llm]]></category>
            <category><![CDATA[embeddings]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Sun, 07 Apr 2024 00:00:00 GMT</pubDate>
            <enclosure url="/images/blog/rag-header.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[MongoDB Indexing System]]></title>
            <description><![CDATA[A deep dive into advanced indexing techniques with MongoDB]]></description>
            <link>http://localhost:3000/blog/mongodb-indexing</link>
            <guid isPermaLink="false">mongodb-indexing</guid>
            <category><![CDATA[MongoDB]]></category>
            <category><![CDATA[Database]]></category>
            <category><![CDATA[Performance]]></category>
            <category><![CDATA[Indexing]]></category>
            <pubDate>Mon, 01 Apr 2024 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/mongodb-indexing-header.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[MongoDB Atlas Deployer]]></title>
            <description><![CDATA[A web application for rapid provisioning and management of MongoDB Atlas clusters for workshops and training events.]]></description>
            <link>http://localhost:3000/blog/mongodb-atlas-deployer</link>
            <guid isPermaLink="false">mongodb-atlas-deployer</guid>
            <category><![CDATA[Next.js]]></category>
            <category><![CDATA[MongoDB]]></category>
            <category><![CDATA[React]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Wed, 20 Mar 2024 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/atlas-deployer.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[Design Reviewer]]></title>
            <description><![CDATA[An AI-powered design review system that helps teams maintain consistency and best practices.]]></description>
            <link>http://localhost:3000/blog/design-reviewer</link>
            <guid isPermaLink="false">design-reviewer</guid>
            <category><![CDATA[AI]]></category>
            <category><![CDATA[UX/UI]]></category>
            <category><![CDATA[Analytics]]></category>
            <category><![CDATA[React]]></category>
            <category><![CDATA[Next.js]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Tue, 19 Mar 2024 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/design-reviewer.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[MermaidGPT]]></title>
            <description><![CDATA[Transform your ideas into clear, professional diagrams using natural language and AI.]]></description>
            <link>http://localhost:3000/blog/mermaid-gpt</link>
            <guid isPermaLink="false">mermaid-gpt</guid>
            <category><![CDATA[AI]]></category>
            <category><![CDATA[Diagrams]]></category>
            <category><![CDATA[Documentation]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Mon, 18 Mar 2024 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/mermaid-gpt.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[MongoDB-RAG]]></title>
            <description><![CDATA[The easiest way to build RAG applications with MongoDB - a lightweight NPM package for vector search and document ingestion.]]></description>
            <link>http://localhost:3000/blog/mongodb-rag</link>
            <guid isPermaLink="false">mongodb-rag</guid>
            <category><![CDATA[MongoDB]]></category>
            <category><![CDATA[AI]]></category>
            <category><![CDATA[Vector Search]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Sun, 17 Mar 2024 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/mongodb-rag.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[LightningHire]]></title>
            <description><![CDATA[Streamline your hiring process with AI-powered candidate matching and automated screening.]]></description>
            <link>http://localhost:3000/blog/lightning-hire</link>
            <guid isPermaLink="false">lightning-hire</guid>
            <category><![CDATA[AI]]></category>
            <category><![CDATA[HR]]></category>
            <category><![CDATA[Recruitment]]></category>
            <category><![CDATA[React]]></category>
            <category><![CDATA[Next.js]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Sat, 16 Mar 2024 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/lightninghire.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[PDEffer]]></title>
            <description><![CDATA[A productivity tool for managing and optimizing your daily tasks and projects.]]></description>
            <link>http://localhost:3000/blog/pdeffer</link>
            <guid isPermaLink="false">pdeffer</guid>
            <category><![CDATA[Productivity]]></category>
            <category><![CDATA[Task Management]]></category>
            <category><![CDATA[AI]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Fri, 15 Mar 2024 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/pdeffer.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[Sellers Edge]]></title>
            <description><![CDATA[An AI-powered sales analytics platform that helps businesses optimize their sales processes and increase revenue.]]></description>
            <link>http://localhost:3000/blog/sellers-edge</link>
            <guid isPermaLink="false">sellers-edge</guid>
            <category><![CDATA[AI]]></category>
            <category><![CDATA[Sales]]></category>
            <category><![CDATA[Analytics]]></category>
            <category><![CDATA[React]]></category>
            <category><![CDATA[Next.js]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Thu, 14 Mar 2024 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/sellers_edge.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[MongoDBank]]></title>
            <description><![CDATA[A modern banking platform built with MongoDB, offering secure and efficient financial services.]]></description>
            <link>http://localhost:3000/blog/mongodbank</link>
            <guid isPermaLink="false">mongodbank</guid>
            <category><![CDATA[Banking]]></category>
            <category><![CDATA[FinTech]]></category>
            <category><![CDATA[Security]]></category>
            <category><![CDATA[React]]></category>
            <category><![CDATA[Next.js]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Wed, 13 Mar 2024 00:00:00 GMT</pubDate>
            <enclosure url="/images/projects/mongodbank.png" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[10 Tips for the Hackathon Beginner]]></title>
            <description><![CDATA[Learn how to navigate the challenges of a hackathon and maximize your chances of success.]]></description>
            <link>http://localhost:3000/blog/10-rules-for-hackathon-wins</link>
            <guid isPermaLink="false">10-rules-for-hackathon-wins</guid>
            <category><![CDATA[hackathon]]></category>
            <category><![CDATA[developer]]></category>
            <category><![CDATA[coding]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Sat, 26 Jan 2019 00:00:00 GMT</pubDate>
            <enclosure url="https://g1iqxazqvchnaxls.public.blob.vercel-storage.com/rudy-dong-EpV-wNDr9OM-unsplash-jLE3MvIJNbChB1N40B0aobAOakpE7L.jpg" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[My Last One]]></title>
            <description><![CDATA[Michael shares the painful story of his final alcoholic binge, waking up humiliated under his desk as his wife leaves him. A friend's timely call helps him face reality, leading him to sobriety through AA. Now sober for over five years, Michael emphasizes that lasting change and a meaningful life are truly possible.]]></description>
            <link>http://localhost:3000/blog/my-last-one</link>
            <guid isPermaLink="false">my-last-one</guid>
            <category><![CDATA[blog]]></category>
            <category><![CDATA[test]]></category>
            <category><![CDATA[recovery]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Thu, 26 Mar 2015 00:00:00 GMT</pubDate>
            <enclosure url="https://g1iqxazqvchnaxls.public.blob.vercel-storage.com/engin-akyurt-1BwfhAJkTD4-unsplash%20%281%29-F6l3Wgk3xUkpmfv3pQmhcqKWWhV6Ru.jpg" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[3 Powerful Things to Remember when Speaking Publicly]]></title>
            <description><![CDATA[Overcoming common public speaking fears to become a better communicator]]></description>
            <link>http://localhost:3000/blog/3-powerful-things-public-speaking</link>
            <guid isPermaLink="false">3-powerful-things-public-speaking</guid>
            <category><![CDATA[blog]]></category>
            <category><![CDATA[public speaking]]></category>
            <category><![CDATA[advice]]></category>
            <dc:creator><![CDATA[Michael Lynn]]></dc:creator>
            <pubDate>Thu, 26 Mar 2015 00:00:00 GMT</pubDate>
            <enclosure url="/images/blog/mike-podium.png" length="0" type="image/jpeg"/>
        </item>
    </channel>
</rss>