<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>32N1 Learning Hub</title>
    <link>https://learn.32n1.com/</link>
    <description>New and updated courses from the 32N1 Learning Hub (learn.32n1.com)</description>
    <language>en</language>
    <atom:link href="https://learn.32n1.com/feed.xml" rel="self" type="application/rss+xml"/>
    <lastBuildDate>Thu, 17 Sep 2026 00:00:00 +0000</lastBuildDate>
  <item>
    <title>Fine-Tuning LLMs: From Zero to a Shipped Adapter</title>
    <link>https://learn.32n1.com/courses/fine-tuning-llms/</link>
    <guid isPermaLink="true">https://learn.32n1.com/courses/fine-tuning-llms/</guid>
    <pubDate>Thu, 17 Sep 2026 00:00:00 +0000</pubDate>
    <category>llm</category>
    <category>ai</category>
    <category>devops</category>
    <description>Everything you need to actually fine-tune a model and know whether it worked. Covers the decision framework (when fine-tuning beats prompting or RAG), the complete terminology map, LoRA and QLoRA mechanics, dataset construction, a full walkthrough of the self-hosted Unsloth track and the managed Azure AI Foundry track, real published cost figures and a ranked cost-mitigation playbook, evaluation and failure diagnosis, and how to merge, quantise and serve what you trained. — 12 lessons — 150 min</description>
  </item>
  <item>
    <title>SharePoint Customization with SPFx &amp; GitHub</title>
    <link>https://learn.32n1.com/courses/sharepoint-spfx-github/</link>
    <guid isPermaLink="true">https://learn.32n1.com/courses/sharepoint-spfx-github/</guid>
    <pubDate>Wed, 02 Sep 2026 00:00:00 +0000</pubDate>
    <category>devops</category>
    <category>javascript</category>
    <category>programming</category>
    <description>How to customize SharePoint the modern way: source-controlled SPFx web parts and extensions in a GitHub repo, packaged into .sppkg solutions, deployed through GitHub Actions to the app catalog, and installed on real sites. Includes real copy-pasteable code (manifest, web part, SPHttpClient data fetch, app customizer), the full package lifecycle (add → deploy → install → upgrade), verified deployment actions for CI/CD, plus how to extend the same repo-driven pipeline to site structure (PnP provisioning templates, site scripts), scripted page creation, and publishing documents and static content into SharePoint libraries — and a curated map of the best example galleries and resources to study. — 12 lessons — 120 min</description>
  </item>
  <item>
    <title>Eval-Driven AI: Evaluation, Model Selection, Testing &amp; Guardrails</title>
    <link>https://learn.32n1.com/courses/eval-driven-ai/</link>
    <guid isPermaLink="true">https://learn.32n1.com/courses/eval-driven-ai/</guid>
    <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
    <category>llm</category>
    <category>ai</category>
    <category>agents</category>
    <description>Build a proper framework around LLM evaluation: why evals are the regression tests for AI systems, how to select models on evidence instead of hype, how to build golden test data, the evaluator toolbox (exact match, rubrics, LLM-as-judge, RAG metrics), the guardrails layer, and concrete implementation walks through LangSmith, LangGraph, and Microsoft Copilot Studio — ending with hard production gates and measuring change over time. — 11 lessons — 120 min</description>
  </item>
  <item>
    <title>Pick Your Quant: A Field Guide to Local LLM Files</title>
    <link>https://learn.32n1.com/courses/quantization-local-llms/</link>
    <guid isPermaLink="true">https://learn.32n1.com/courses/quantization-local-llms/</guid>
    <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
    <category>llm</category>
    <category>ai</category>
    <category>devops</category>
    <description>Everything behind the suffixes on Hugging Face: what quantization actually does, the full GGUF alphabet (Q4_K_M, Q6_K, IQ quants, UD, imatrix), the other formats (AWQ, GPTQ, EXL3, MLX, FP8, NVFP4, QAT), the fine-tune zoo (instruct, thinking, uncensored, flash, MTP), how to decode any repo, and a step-by-step framework for choosing the right model for your hardware — using Qwen3.8-27B as the running example. — 9 lessons — 75 min</description>
  </item>
  <item>
    <title>The Pi Coding Harness: pi.dev, Extensions &amp; Token Economics</title>
    <link>https://learn.32n1.com/courses/pi-coding-harness/</link>
    <guid isPermaLink="true">https://learn.32n1.com/courses/pi-coding-harness/</guid>
    <pubDate>Mon, 17 Aug 2026 00:00:00 +0000</pubDate>
    <category>pi</category>
    <category>coding-agents</category>
    <category>llm</category>
    <description>Everything about pi, the terminal coding agent you can extend: sessions and the TUI, models and providers, the TypeScript extension API, skills, prompt templates, pi packages, compaction and token economics, and headless SDK/RPC modes — then the oh-my-pi (omp) fork, and how to decide between vanilla pi and omp. — 11 lessons — 90 min</description>
  </item>
  <item>
    <title>The Lang Universe: LangChain, LangGraph, LangSmith &amp; Langfuse</title>
    <link>https://learn.32n1.com/courses/lang-universe/</link>
    <guid isPermaLink="true">https://learn.32n1.com/courses/lang-universe/</guid>
    <pubDate>Fri, 14 Aug 2026 00:00:00 +0000</pubDate>
    <category>llm</category>
    <category>langchain</category>
    <category>agents</category>
    <description>The complete map of the Lang ecosystem: LangChain and LCEL for composable LLM pipelines, LangGraph for stateful agents, LangSmith and Langfuse for observability and evaluation, LangServe and the LangGraph Platform for deployment — plus when to use each, how they work together, and when to swap them for alternatives. — 11 lessons — 90 min</description>
  </item>
  <item>
    <title>Red Teaming AI: Finding the Fault Lines Before Attackers Do</title>
    <link>https://learn.32n1.com/courses/red-teaming-ai/</link>
    <guid isPermaLink="true">https://learn.32n1.com/courses/red-teaming-ai/</guid>
    <pubDate>Thu, 13 Aug 2026 00:00:00 +0000</pubDate>
    <category>ai</category>
    <category>llm</category>
    <category>security</category>
    <description>A complete course on adversarial testing of AI systems: why models fail, the full attack taxonomy (prompt injection, jailbreaks, poisoning, extraction), the red team process used by Microsoft and the frontier labs, the open-source tooling (PyRIT, garak, ART), real-world incidents from Tay to Grand Theft Claude, and the NIST/EU/ISO governance landscape. — 11 lessons — 90 min</description>
  </item>
  <item>
    <title>The Five Dysfunctions of a Team: A Complete Breakdown</title>
    <link>https://learn.32n1.com/courses/five-dysfunctions-of-a-team/</link>
    <guid isPermaLink="true">https://learn.32n1.com/courses/five-dysfunctions-of-a-team/</guid>
    <pubDate>Wed, 12 Aug 2026 00:00:00 +0000</pubDate>
    <category>teamwork</category>
    <category>leadership</category>
    <category>management</category>
    <description>Patrick Lencioni&apos;s classic leadership fable decoded: the story of DecisionTech, the five-dysfunction pyramid, how the dysfunctions cascade into each other, and the concrete tools to combat each one — from trust to results. — 9 lessons — 75 min</description>
  </item>
  <item>
    <title>Make &amp; Makefiles: Build Automation from First Principles</title>
    <link>https://learn.32n1.com/courses/make-makefiles/</link>
    <guid isPermaLink="true">https://learn.32n1.com/courses/make-makefiles/</guid>
    <pubDate>Sat, 08 Aug 2026 00:00:00 +0000</pubDate>
    <category>make</category>
    <category>build automation</category>
    <category>devops</category>
    <description>Master GNU Make: dependency graphs, rule syntax, variables, pattern rules, and advanced automation techniques — plus a practical framework for knowing exactly when Make is the right tool and when it isn&apos;t. — 9 lessons — 90 min</description>
  </item>
  <item>
    <title>Functional Programming vs Object-Oriented Programming</title>
    <link>https://learn.32n1.com/courses/fp-vs-oop/</link>
    <guid isPermaLink="true">https://learn.32n1.com/courses/fp-vs-oop/</guid>
    <pubDate>Fri, 07 Aug 2026 00:00:00 +0000</pubDate>
    <category>functional programming</category>
    <category>object-oriented programming</category>
    <category>javascript</category>
    <description>Master the two dominant programming paradigms: pure functions, composition, and immutability versus objects, encapsulation, and inheritance — with a practical framework for when to use each. — 9 lessons — 75 min</description>
  </item>
  <item>
    <title>Colorado Instruction Permit Prep</title>
    <link>https://learn.32n1.com/courses/colorado-permit-prep/</link>
    <guid isPermaLink="true">https://learn.32n1.com/courses/colorado-permit-prep/</guid>
    <pubDate>Sun, 26 Jul 2026 00:00:00 +0000</pubDate>
    <category>colorado</category>
    <category>driver permit</category>
    <category>road safety</category>
    <description>A practical, exam-focused course covering Colorado permit eligibility, rules of the road, signs, defensive driving, and a final practice test. — 6 lessons — 90 min</description>
  </item>
  <item>
    <title>Hydroponic Container Farming: The Two-Container Synergy</title>
    <link>https://learn.32n1.com/courses/hydroponic-container-farming/</link>
    <guid isPermaLink="true">https://learn.32n1.com/courses/hydroponic-container-farming/</guid>
    <pubDate>Fri, 24 Jul 2026 00:00:00 +0000</pubDate>
    <category>hydroponics</category>
    <category>container-farming</category>
    <category>sustainability</category>
    <description>Master hydroponic farming in shipping containers — from nutrient science and LED lighting to building a closed-loop system where mushrooms and vegetables boost each other&apos;s growth. Covers solar power, environmental controls, sensors, automation, and the complete design of a self-sustaining two-container farm. — 10 lessons — 120 min</description>
  </item>
  <item>
    <title>Options Trading: A WSB Survival Guide</title>
    <link>https://learn.32n1.com/courses/options-trading/</link>
    <guid isPermaLink="true">https://learn.32n1.com/courses/options-trading/</guid>
    <pubDate>Fri, 24 Jul 2026 00:00:00 +0000</pubDate>
    <category>options</category>
    <category>trading</category>
    <category>finance</category>
    <description>Learn options trading the fun way — calls, puts, Greeks, margin, and the strategies that made (and broke) WallStreetBets legends. No suits, no jargon worship, just what actually matters. — 8 lessons — 90 min</description>
  </item>
  <item>
    <title>Introduction to Python</title>
    <link>https://learn.32n1.com/courses/intro-python/</link>
    <guid isPermaLink="true">https://learn.32n1.com/courses/intro-python/</guid>
    <pubDate>Tue, 20 Feb 2024 00:00:00 +0000</pubDate>
    <category>python</category>
    <category>programming</category>
    <category>beginner</category>
    <description>Master Python basics from variables to functions with hands-on examples — 2 lessons — 30 min</description>
  </item>
  <item>
    <title>Introduction to JavaScript</title>
    <link>https://learn.32n1.com/courses/intro-javascript/</link>
    <guid isPermaLink="true">https://learn.32n1.com/courses/intro-javascript/</guid>
    <pubDate>Mon, 15 Jan 2024 00:00:00 +0000</pubDate>
    <category>javascript</category>
    <category>programming</category>
    <category>beginner</category>
    <description>Learn the fundamentals of JavaScript programming language — 3 lessons — 25 min</description>
  </item>
  </channel>
</rss>
