<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel>
  <title>Legendev Academy — free courses</title>
  <link>https://legendev.org/academy/</link>
  <description>Free, level-wise, project-based courses curated from the best free material on the internet. New and updated courses appear here.</description>
  <language>en</language>
  <item>
    <title>Full-Stack Web Development — free course</title>
    <link>https://legendev.org/academy/web-development/</link>
    <guid isPermaLink="true">https://legendev.org/academy/web-development/</guid>
    <pubDate>Thu, 16 Jul 2026 11:51:42 GMT</pubDate>
    <description>Go from zero to deployed full-stack apps. 8 levels, ~169 hours, 100% free. The complete full-stack roadmap: HTML, CSS, JavaScript, React, Node.js, Express, MongoDB — ending with a real deployed app a stranger can sign up for. Curated from freeCodeCamp, MDN, javascript.info, react.dev, and Full Stack Open.</description>
  </item>
  <item>
    <title>AI Engineering with Claude — free course</title>
    <link>https://legendev.org/academy/ai-engineering/</link>
    <guid isPermaLink="true">https://legendev.org/academy/ai-engineering/</guid>
    <pubDate>Thu, 16 Jul 2026 11:51:42 GMT</pubDate>
    <description>Prompting to production agents. 7 levels, ~91 hours, 100% free. From how LLMs actually work to production agent systems with fallback chains and cost tracking — built on Anthropic's own docs, the Anthropic Cookbook, Karpathy, and 3Blue1Brown. This is the exact path behind the 24-agent system that develops this site's codebase.</description>
  </item>
  <item>
    <title>Digital Marketing for Builders — free course</title>
    <link>https://legendev.org/academy/digital-marketing/</link>
    <guid isPermaLink="true">https://legendev.org/academy/digital-marketing/</guid>
    <pubDate>Thu, 16 Jul 2026 11:51:42 GMT</pubDate>
    <description>SEO, content &amp; growth for people who ship. 6 levels, ~49 hours, 100% free. Marketing for technical people: positioning, SEO, content, analytics, and distribution — from Google's own docs, Ahrefs, Moz, and HubSpot Academy. Every level ends with something real: an audit, an indexed article, a tracked campaign.</description>
  </item>
  <item>
    <title>Python &amp; Automation — free course</title>
    <link>https://legendev.org/academy/python-automation/</link>
    <guid isPermaLink="true">https://legendev.org/academy/python-automation/</guid>
    <pubDate>Thu, 16 Jul 2026 11:51:42 GMT</pubDate>
    <description>Scripts that replace hours. 6 levels, ~87 hours, 100% free. Learn Python by automating your own life: files, APIs, scraping, scheduling, and real deployed APIs with FastAPI. Built on Corey Schafer, freeCodeCamp, and the best official docs in the Python ecosystem.</description>
  </item>
  <item>
    <title>Git &amp; GitHub — free course</title>
    <link>https://legendev.org/academy/git-github/</link>
    <guid isPermaLink="true">https://legendev.org/academy/git-github/</guid>
    <pubDate>Thu, 16 Jul 2026 11:51:42 GMT</pubDate>
    <description>Version control mastery — a focused short course. 4 levels, ~14 hours, 100% free. A short, dense course on the tool you'll use every day for the rest of your career: commits, branches, PRs, undoing mistakes safely, and your first CI pipeline with GitHub Actions.</description>
  </item>
  <item>
    <title>Freelancing for Developers — free course</title>
    <link>https://legendev.org/academy/freelancing/</link>
    <guid isPermaLink="true">https://legendev.org/academy/freelancing/</guid>
    <pubDate>Thu, 16 Jul 2026 11:51:42 GMT</pubDate>
    <description>First client to steady income. 5 levels, ~29 hours, 100% free. How I actually went from student to paid production work: positioning, a portfolio that proves instead of claims, finding clients without ads, proposals and pricing, and turning one project into a long-term client. Mostly assignments, minimal watching — freelancing is learned by doing.</description>
  </item>
  <item>
    <title>TypeScript &amp; Modern Frontend — free course</title>
    <link>https://legendev.org/academy/typescript-frontend/</link>
    <guid isPermaLink="true">https://legendev.org/academy/typescript-frontend/</guid>
    <pubDate>Thu, 16 Jul 2026 11:51:42 GMT</pubDate>
    <description>From 'knows React' to 'matches the job listing'. 6 levels, ~45 hours, 100% free. You finished the web-development course and know React — this course makes you match what job listings actually say: TypeScript, Next.js, typed data layers, and tests. Built on the official TypeScript Handbook, Total TypeScript's free tutorials, react.dev, the free Next.js course at nextjs.org/learn, TanStack Query, Zod, Vitest, and Testing Library.</description>
  </item>
  <item>
    <title>DSA &amp; Interview Prep — free course</title>
    <link>https://legendev.org/academy/dsa-interviews/</link>
    <guid isPermaLink="true">https://legendev.org/academy/dsa-interviews/</guid>
    <pubDate>Thu, 16 Jul 2026 11:51:42 GMT</pubDate>
    <description>Patterns over grinding — turn problem-solving into job offers. 7 levels, ~80 hours, 100% free. Pattern-based interview prep, free end to end: Big-O and a practice system that makes problems stick, every core data structure, dynamic programming, then recorded mock interviews. Curated from NeetCode, Striver's A2Z DSA sheet, the Tech Interview Handbook, and LeetCode's free tier.</description>
  </item>
  <item>
    <title>SQL &amp; Data Analysis — free course</title>
    <link>https://legendev.org/academy/sql-data-analysis/</link>
    <guid isPermaLink="true">https://legendev.org/academy/sql-data-analysis/</guid>
    <pubDate>Thu, 16 Jul 2026 11:51:42 GMT</pubDate>
    <description>Ask sharp questions of messy data — and get paid to answer them. 6 levels, ~60 hours, 100% free. The complete path from your first SELECT to a published analysis: SQL, joins, window functions, pandas, dashboards, and data storytelling. Curated from SQLBolt, Mode's SQL tutorial, DataLemur, Kaggle Learn, and Looker Studio — every resource free.</description>
  </item>
  <item>
    <title>DevOps &amp; Deployment — free course</title>
    <link>https://legendev.org/academy/devops-deployment/</link>
    <guid isPermaLink="true">https://legendev.org/academy/devops-deployment/</guid>
    <pubDate>Thu, 16 Jul 2026 11:51:42 GMT</pubDate>
    <description>Anything you build, running in production — with logs to prove it. 6 levels, ~50 hours, 100% free. Take anything you build from 'works on my machine' to running in production: Linux, networking, Docker, CI/CD, free-tier hosting, and monitoring. Curated from Linux Journey, OverTheWire, the official Docker and GitHub Actions docs, and Google's free SRE book. Everything here runs on free tiers — the skills are real even when the bill is zero.</description>
  </item>
  <item>
    <title>Cybersecurity Fundamentals — free course</title>
    <link>https://legendev.org/academy/cybersecurity/</link>
    <guid isPermaLink="true">https://legendev.org/academy/cybersecurity/</guid>
    <pubDate>Thu, 16 Jul 2026 11:51:42 GMT</pubDate>
    <description>Think like an attacker, work like a defender. 6 levels, ~50 hours, 100% free. A practice-first security foundation built entirely on legal, purpose-built platforms: TryHackMe free rooms, OverTheWire, the PortSwigger Web Security Academy, OWASP Juice Shop, and PicoCTF. You'll learn to think like an attacker so you can build and defend better — and every hands-on rep happens on systems you're explicitly allowed to touch. Ends with responsible disclosure and an honest look at the profession.</description>
  </item>
  <item>
    <title>UI/UX Design with Figma — free course</title>
    <link>https://legendev.org/academy/ui-ux-design/</link>
    <guid isPermaLink="true">https://legendev.org/academy/ui-ux-design/</guid>
    <pubDate>Thu, 16 Jul 2026 11:51:42 GMT</pubDate>
    <description>Design things people can actually use — and prove it with a case study. 6 levels, ~30 hours, 100% free. Design is one of the few skills where the best learning material is genuinely free: Laws of UX, Nielsen Norman Group's research library, Figma's official docs and channel, and Butterick's Practical Typography. Six levels take you from judging screens by vibe to shipping a tested prototype and a case study that gets interviews.</description>
  </item>
  <item>
    <title>Personal Branding &amp; Content for Builders — free course</title>
    <link>https://legendev.org/academy/personal-branding/</link>
    <guid isPermaLink="true">https://legendev.org/academy/personal-branding/</guid>
    <pubDate>Thu, 16 Jul 2026 11:51:42 GMT</pubDate>
    <description>Become findable — turn what you build into inbound opportunities. 5 levels, ~25 hours, 100% free. How builders become findable: positioning, a LinkedIn profile that converts, writing people actually finish, building in public on X, and a compounding engine of site plus newsletter. Built on swyx's Learn in Public, Julian Shapiro's free Writing Well handbook, and the platforms' own docs — everything free.</description>
  </item>
</channel></rss>
