<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>DebuggerMe</title>
    <link>DebuggerMe</link>
    <description>Developer tools, tutorials, and tech insights for the modern web. Free tools, MDX-powered articles, and expert software development services — all in one place.</description>
    <language>en-US</language>
    <lastBuildDate>Wed, 01 Jul 2026 13:54:30 GMT</lastBuildDate>
    <atom:link href="DebuggerMe/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title><![CDATA[Run Two Claude Code Accounts at Once (Personal + Office)]]></title>
      <description><![CDATA[Claude Code has no account switcher yet, but one environment variable lets you keep a personal and an office login active at the same time. Here's the full setup.]]></description>
      <link>DebuggerMe/blog/run-two-claude-code-accounts-at-once</link>
      <guid isPermaLink="true">DebuggerMe/blog/run-two-claude-code-accounts-at-once</guid>
      <pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate>
      <category>tutorial</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[Claude Code]]></category>
      <category><![CDATA[AI Tools]]></category>
      <category><![CDATA[Productivity]]></category>
      <category><![CDATA[Terminal]]></category>
      <category><![CDATA[Developer Tools]]></category>
    </item>
    <item>
      <title><![CDATA[React Server Components in Depth — What They Are and When to Use Them]]></title>
      <description><![CDATA[React Server Components fundamentally change how we think about rendering. This guide breaks down how they work, how they differ from Client Components, and the patterns that will make your Next.js apps faster.]]></description>
      <link>DebuggerMe/blog/react-server-components-in-depth</link>
      <guid isPermaLink="true">DebuggerMe/blog/react-server-components-in-depth</guid>
      <pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate>
      <category>tutorial</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[React]]></category>
      <category><![CDATA[Next.js]]></category>
      <category><![CDATA[Server Components]]></category>
      <category><![CDATA[Performance]]></category>
      <category><![CDATA[Web Development]]></category>
    </item>
    <item>
      <title><![CDATA[10 VS Code Extensions That Actually Make You a Better Developer]]></title>
      <description><![CDATA[Skip the bloated extension packs. These 10 VS Code extensions have earned a permanent spot in my setup — each one solves a real problem, ships no junk, and earns its memory footprint.]]></description>
      <link>DebuggerMe/blog/vscode-extensions-for-developers-2026</link>
      <guid isPermaLink="true">DebuggerMe/blog/vscode-extensions-for-developers-2026</guid>
      <pubDate>Wed, 22 Apr 2026 00:00:00 GMT</pubDate>
      <category>tech</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[VS Code]]></category>
      <category><![CDATA[Developer Tools]]></category>
      <category><![CDATA[Productivity]]></category>
      <category><![CDATA[IDE]]></category>
      <category><![CDATA[Extensions]]></category>
    </item>
    <item>
      <title><![CDATA[Getting Started with Next.js 16 — A Complete Guide]]></title>
      <description><![CDATA[Everything you need to know to build fast, modern web applications with Next.js 16 App Router, Server Components, and TypeScript. From project setup to production deployment.]]></description>
      <link>DebuggerMe/blog/getting-started-with-nextjs-16</link>
      <guid isPermaLink="true">DebuggerMe/blog/getting-started-with-nextjs-16</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
      <category>tutorial</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[Next.js]]></category>
      <category><![CDATA[React]]></category>
      <category><![CDATA[TypeScript]]></category>
      <category><![CDATA[App Router]]></category>
      <category><![CDATA[Web Development]]></category>
    </item>
    <item>
      <title><![CDATA[CSS Grid vs Flexbox — When to Use Each (With Real Examples)]]></title>
      <description><![CDATA[The grid vs flexbox debate persists because developers treat them as alternatives. They're not — they solve different problems. This guide shows you exactly when to reach for each one.]]></description>
      <link>DebuggerMe/blog/css-grid-vs-flexbox-when-to-use-each</link>
      <guid isPermaLink="true">DebuggerMe/blog/css-grid-vs-flexbox-when-to-use-each</guid>
      <pubDate>Sun, 19 Apr 2026 00:00:00 GMT</pubDate>
      <category>tutorial</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[CSS]]></category>
      <category><![CDATA[Grid]]></category>
      <category><![CDATA[Flexbox]]></category>
      <category><![CDATA[Web Design]]></category>
      <category><![CDATA[Frontend]]></category>
    </item>
    <item>
      <title><![CDATA[Node.js 22 Is Here — Everything You Need to Know]]></title>
      <description><![CDATA[Node.js 22 lands as the new LTS with native TypeScript type-stripping, a built-in test runner improvements, WebSocket client, and the much-anticipated require(esm) support. Here's a practical breakdown.]]></description>
      <link>DebuggerMe/blog/nodejs-22-whats-new</link>
      <guid isPermaLink="true">DebuggerMe/blog/nodejs-22-whats-new</guid>
      <pubDate>Fri, 17 Apr 2026 00:00:00 GMT</pubDate>
      <category>news</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[Node.js]]></category>
      <category><![CDATA[JavaScript]]></category>
      <category><![CDATA[Runtime]]></category>
      <category><![CDATA[Backend]]></category>
      <category><![CDATA[LTS]]></category>
    </item>
    <item>
      <title><![CDATA[Why TypeScript Generics Are More Powerful Than You Think]]></title>
      <description><![CDATA[A deep dive into TypeScript's generic type system — from basic usage to advanced patterns like conditional types, infer, and mapped types that will make your code safer and more expressive.]]></description>
      <link>DebuggerMe/blog/typescript-generics-deep-dive</link>
      <guid isPermaLink="true">DebuggerMe/blog/typescript-generics-deep-dive</guid>
      <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
      <category>tutorial</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[TypeScript]]></category>
      <category><![CDATA[Generics]]></category>
      <category><![CDATA[Type System]]></category>
      <category><![CDATA[JavaScript]]></category>
      <category><![CDATA[Web Development]]></category>
    </item>
    <item>
      <title><![CDATA[Stop Writing API Wrappers — Use TanStack Query Instead]]></title>
      <description><![CDATA[Most frontend codebases have a homegrown API layer full of useEffect hacks, loading booleans, and stale data bugs. TanStack Query solves all of these in 20 lines. Here's how to migrate.]]></description>
      <link>DebuggerMe/blog/tanstack-query-replace-api-wrappers</link>
      <guid isPermaLink="true">DebuggerMe/blog/tanstack-query-replace-api-wrappers</guid>
      <pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate>
      <category>tutorial</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[React]]></category>
      <category><![CDATA[TanStack Query]]></category>
      <category><![CDATA[Data Fetching]]></category>
      <category><![CDATA[TypeScript]]></category>
      <category><![CDATA[Frontend]]></category>
    </item>
    <item>
      <title><![CDATA[The Honest State of AI Code Generation in 2026]]></title>
      <description><![CDATA[Copilot, Claude, Cursor — AI code generation is genuinely useful now. But it's also genuinely overhyped in ways that set developers up for frustration. Here's an honest assessment after 18 months of daily use.]]></description>
      <link>DebuggerMe/blog/honest-state-of-ai-code-generation-2026</link>
      <guid isPermaLink="true">DebuggerMe/blog/honest-state-of-ai-code-generation-2026</guid>
      <pubDate>Sat, 11 Apr 2026 00:00:00 GMT</pubDate>
      <category>tech</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[AI]]></category>
      <category><![CDATA[Copilot]]></category>
      <category><![CDATA[LLMs]]></category>
      <category><![CDATA[Developer Tools]]></category>
      <category><![CDATA[Productivity]]></category>
    </item>
    <item>
      <title><![CDATA[How We Rebuilt DebuggerMe's JSON Parser to Handle 10MB Files]]></title>
      <description><![CDATA[Our JSON parser was crashing browsers on files over 2MB. We rebuilt it with a web worker pipeline and virtual rendering. Here's the full technical story — what broke, what we tried, and what actually worked.]]></description>
      <link>DebuggerMe/blog/how-we-rebuilt-json-parser-for-large-files</link>
      <guid isPermaLink="true">DebuggerMe/blog/how-we-rebuilt-json-parser-for-large-files</guid>
      <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
      <category>tech</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[Performance]]></category>
      <category><![CDATA[Web Workers]]></category>
      <category><![CDATA[JSON]]></category>
      <category><![CDATA[Browser]]></category>
      <category><![CDATA[Architecture]]></category>
    </item>
    <item>
      <title><![CDATA[Docker for Developers — From Zero to Production-Ready in One Guide]]></title>
      <description><![CDATA[Docker is non-negotiable in modern development. This guide takes you from installing Docker to running a full multi-service production stack with zero fluff and working code at every step.]]></description>
      <link>DebuggerMe/blog/docker-for-developers-complete-guide</link>
      <guid isPermaLink="true">DebuggerMe/blog/docker-for-developers-complete-guide</guid>
      <pubDate>Sun, 05 Apr 2026 00:00:00 GMT</pubDate>
      <category>tutorial</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[Docker]]></category>
      <category><![CDATA[DevOps]]></category>
      <category><![CDATA[Containers]]></category>
      <category><![CDATA[Node.js]]></category>
      <category><![CDATA[Production]]></category>
    </item>
    <item>
      <title><![CDATA[Claude Subscription No Longer Covers OpenClaw Usage – What Claude Users Need to Know]]></title>
      <description><![CDATA[Anthropic has introduced a major policy change affecting developers and AI automation users: Claude subscriptions no longer cover OpenClaw usage.]]></description>
      <link>DebuggerMe/blog/claude-subscription-no-longer-covers-openclaw-usage-what</link>
      <guid isPermaLink="true">DebuggerMe/blog/claude-subscription-no-longer-covers-openclaw-usage-what</guid>
      <pubDate>Sat, 04 Apr 2026 00:00:00 GMT</pubDate>
      <category>news</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[AI]]></category>
      <category><![CDATA[Claude]]></category>
      <category><![CDATA[Automation]]></category>
    </item>
    <item>
      <title><![CDATA[package.json vs package-lock.json – What's the Difference?]]></title>
      <description><![CDATA[Understanding why both package.json and package-lock.json exist in your Node.js project, and when each file matters.]]></description>
      <link>DebuggerMe/blog/package-json-vs-package-lock-json-whats-the-difference</link>
      <guid isPermaLink="true">DebuggerMe/blog/package-json-vs-package-lock-json-whats-the-difference</guid>
      <pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate>
      <category>tutorial</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[Node.js]]></category>
      <category><![CDATA[npm]]></category>
      <category><![CDATA[JavaScript]]></category>
    </item>
    <item>
      <title><![CDATA[DebuggerMe Tools v2.0 — New QR Generator, Redesigned JSON Parser, and Performance Upgrades]]></title>
      <description><![CDATA[v2.0 is our biggest update yet. New QR Code Generator with WiFi/Contact/Email modes, a completely rebuilt JSON Parser with web worker support, and a 40% bundle size reduction across the board.]]></description>
      <link>DebuggerMe/blog/debuggerme-tools-v2-changelog</link>
      <guid isPermaLink="true">DebuggerMe/blog/debuggerme-tools-v2-changelog</guid>
      <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
      <category>tech</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[Changelog]]></category>
      <category><![CDATA[QR Generator]]></category>
      <category><![CDATA[JSON Parser]]></category>
      <category><![CDATA[Performance]]></category>
      <category><![CDATA[DebuggerMe]]></category>
    </item>
    <item>
      <title><![CDATA[GitHub to Use Copilot Interaction Data for AI Training Starting April 24]]></title>
      <description><![CDATA[Beginning April 24, 2026, GitHub will use Copilot interaction data to train its AI models by default. Here's what developers need to know and how to opt out.]]></description>
      <link>DebuggerMe/blog/github-to-use-copilot-interaction-data-for-ai-training</link>
      <guid isPermaLink="true">DebuggerMe/blog/github-to-use-copilot-interaction-data-for-ai-training</guid>
      <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
      <category>news</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[AI]]></category>
      <category><![CDATA[GitHub]]></category>
      <category><![CDATA[Copilot]]></category>
    </item>
    <item>
      <title><![CDATA[The Claude Code Leak: What Happened, What Was Exposed, and Why It Matters]]></title>
      <description><![CDATA[A major incident exposed Anthropic's Claude Code CLI source code through a misconfigured package. Here's what happened and what it means for the AI developer community.]]></description>
      <link>DebuggerMe/blog/the-claude-code-leak-what-happened-what-was-exposed-and-why</link>
      <guid isPermaLink="true">DebuggerMe/blog/the-claude-code-leak-what-happened-what-was-exposed-and-why</guid>
      <pubDate>Tue, 31 Mar 2026 00:00:00 GMT</pubDate>
      <category>news</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[AI]]></category>
      <category><![CDATA[Claude]]></category>
      <category><![CDATA[Security]]></category>
    </item>
    <item>
      <title><![CDATA[Postgres vs MySQL in 2026 — Which Database Should You Choose?]]></title>
      <description><![CDATA[Both databases are excellent. The 'which is better' debate misses the point. This guide breaks down the real differences in JSON support, full-text search, concurrency, and ecosystem.]]></description>
      <link>DebuggerMe/blog/postgres-vs-mysql-2026</link>
      <guid isPermaLink="true">DebuggerMe/blog/postgres-vs-mysql-2026</guid>
      <pubDate>Sat, 28 Mar 2026 00:00:00 GMT</pubDate>
      <category>tech</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[PostgreSQL]]></category>
      <category><![CDATA[MySQL]]></category>
      <category><![CDATA[Database]]></category>
      <category><![CDATA[Backend]]></category>
      <category><![CDATA[Architecture]]></category>
    </item>
    <item>
      <title><![CDATA[5 Git Workflows That Will Make Your Team More Productive]]></title>
      <description><![CDATA[Most teams use Git without a consistent workflow. The result: messy history, painful merges, and deploy anxiety. These 5 workflows — from simple to advanced — will clean up your process.]]></description>
      <link>DebuggerMe/blog/git-workflows-for-productive-teams</link>
      <guid isPermaLink="true">DebuggerMe/blog/git-workflows-for-productive-teams</guid>
      <pubDate>Sat, 21 Mar 2026 00:00:00 GMT</pubDate>
      <category>tech</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[Git]]></category>
      <category><![CDATA[Version Control]]></category>
      <category><![CDATA[Team Productivity]]></category>
      <category><![CDATA[DevOps]]></category>
      <category><![CDATA[Workflow]]></category>
    </item>
    <item>
      <title><![CDATA[Google Will Allow Users to Change Gmail Address]]></title>
      <description><![CDATA[Google is finally letting users change their Gmail address without losing data. Here's how it works, the limits, and who can use the feature.]]></description>
      <link>DebuggerMe/blog/google-will-allow-users-to-change-gmail-address</link>
      <guid isPermaLink="true">DebuggerMe/blog/google-will-allow-users-to-change-gmail-address</guid>
      <pubDate>Mon, 29 Dec 2025 00:00:00 GMT</pubDate>
      <category>news</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[Gmail]]></category>
      <category><![CDATA[Google]]></category>
    </item>
    <item>
      <title><![CDATA[ChatGPT 5.2 Explained: What’s New, How It Works, and Why It Matters]]></title>
      <description><![CDATA[OpenAI releases GPT-5.2 with stronger reasoning, improved math and science performance, and more reliable answers for both technical and non-technical users.]]></description>
      <link>DebuggerMe/blog/chatgpt-5-2-explained-whats-new-how-it-works-and-why-it</link>
      <guid isPermaLink="true">DebuggerMe/blog/chatgpt-5-2-explained-whats-new-how-it-works-and-why-it</guid>
      <pubDate>Fri, 12 Dec 2025 00:00:00 GMT</pubDate>
      <category>news</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[AI]]></category>
      <category><![CDATA[OpenAI]]></category>
    </item>
    <item>
      <title><![CDATA[How to install Oracle JDK 8 on Deepin (Updated Method)]]></title>
      <description><![CDATA[This guide will introduce how to install Oracle JDK 8 (Java Development Kit) on your Deepin Linux. Oracle JDK 8 is still widely used for legacy Java applications. Since the traditional webupd8team...]]></description>
      <link>DebuggerMe/blog/how-to-install-oracle-jdk-8-on-deepin</link>
      <guid isPermaLink="true">DebuggerMe/blog/how-to-install-oracle-jdk-8-on-deepin</guid>
      <pubDate>Thu, 15 May 2025 00:00:00 GMT</pubDate>
      <category>tutorial</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[Deepin]]></category>
    </item>
    <item>
      <title><![CDATA[Cursor Pro Now Free for Students for One Year]]></title>
      <description><![CDATA[In an exciting announcement for student developers, Cursor – the popular AI-powered code editor – has made its Cursor Pro plan free for students for one year. This means that eligible high school and...]]></description>
      <link>DebuggerMe/blog/cursor-pro-now-free-for-students-for-one-year</link>
      <guid isPermaLink="true">DebuggerMe/blog/cursor-pro-now-free-for-students-for-one-year</guid>
      <pubDate>Thu, 08 May 2025 00:00:00 GMT</pubDate>
      <category>news</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[Programming]]></category>
      <category><![CDATA[Technology]]></category>
    </item>
    <item>
      <title><![CDATA[9 Hard-Hitting Lessons Every Engineer Should Know (That No One Teaches You)]]></title>
      <description><![CDATA[Discover 9 powerful lessons every engineer should know to thrive in the tech world. From networking to feedback, these hard-won insights will fast-track your career success.]]></description>
      <link>DebuggerMe/blog/9-hard-hitting-lessons-every-engineer-should-know</link>
      <guid isPermaLink="true">DebuggerMe/blog/9-hard-hitting-lessons-every-engineer-should-know</guid>
      <pubDate>Wed, 26 Mar 2025 00:00:00 GMT</pubDate>
      <category>tech</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[Programming]]></category>
      <category><![CDATA[Skills]]></category>
    </item>
    <item>
      <title><![CDATA[Top 5 Skills Every Mobile App Developer Must Have]]></title>
      <description><![CDATA[Mobile apps are software developed for use on smartphones or other mobile devices and usually offer a specific function. Besides gaming and social media use, many other apps help provide essential...]]></description>
      <link>DebuggerMe/blog/top-5-skills-every-mobile-app-developer-must-have</link>
      <guid isPermaLink="true">DebuggerMe/blog/top-5-skills-every-mobile-app-developer-must-have</guid>
      <pubDate>Mon, 20 Sep 2021 00:00:00 GMT</pubDate>
      <category>tutorial</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[Mobile App Developer]]></category>
      <category><![CDATA[Programming]]></category>
      <category><![CDATA[Skills]]></category>
      <category><![CDATA[Technology]]></category>
    </item>
    <item>
      <title><![CDATA[How to Install LAMP(Apache, MySQL, PHP) Stack on Deepin]]></title>
      <description><![CDATA[This guide will introduce How to install  LAMP Stack ( Apache Server, MySQL, PHP ) on Deepin Linux.]]></description>
      <link>DebuggerMe/blog/how-to-install-lampapache-mysql-php-stack-on-deepin</link>
      <guid isPermaLink="true">DebuggerMe/blog/how-to-install-lampapache-mysql-php-stack-on-deepin</guid>
      <pubDate>Thu, 24 Jan 2019 00:00:00 GMT</pubDate>
      <category>tutorial</category>
      <author>DebuggerMe Team</author>
      <category><![CDATA[Linux]]></category>
      <category><![CDATA[Apache]]></category>
      <category><![CDATA[PHP]]></category>
    </item>
  </channel>
</rss>