<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>MadeWithWhat articles</title>
    <link>https://madewithwhat.net/blog/</link>
    <description>Guides, comparisons, and deep-dives across every stack in the network.</description>
    <language>en-us</language>
    <lastBuildDate>Wed, 21 Jan 2026 09:00:00 GMT</lastBuildDate>
    <atom:link href="https://madewithwhat.net/articles/rss.xml" rel="self" type="application/rss+xml" />
    <generator>MadeWithWhat</generator>
    <item>
      <title>AnythingLLM architecture: modules, extension points, and ops</title>
      <link>https://madewithwhat.net/blog/anythingllm-architecture-analysis/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/anythingllm-architecture-analysis/</guid>
      <description>An evidence-grounded architecture analysis of Mintplex-Labs/anything-llm: modules, extension points, deployment patterns, scaling boundaries, and what the repo metadata does.</description>
      <category>AnythingLLM</category>
      <pubDate>Wed, 21 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Hono Performance Checklist: Practical Guide for Engineers</title>
      <link>https://madewithwhat.net/blog/hono-performance-checklist/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/hono-performance-checklist/</guid>
      <description>Practical Hono performance checklist: measurement design, representative workloads, profiling, caching, concurrency, DB/network boundaries, CI regression checks, and.</description>
      <category>Hono</category>
      <pubDate>Wed, 21 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Laravel (laravel/framework) — Repository Spotlight</title>
      <link>https://madewithwhat.net/blog/laravel-framework-spotlight/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/laravel-framework-spotlight/</guid>
      <description>Profile of laravel/framework: active maintenance, release details, architectural notes (inferred), strengths, limitations, and a practical checklist for evaluating and.</description>
      <category>Laravel</category>
      <pubDate>Wed, 21 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Migrate from Express to Gin: Decision &amp; Execution Guide</title>
      <link>https://madewithwhat.net/blog/migrate-express-to-gin/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/migrate-express-to-gin/</guid>
      <description>A practical decision and execution guide to migrate an HTTP service from Express (Node.js) to Gin (Go), covering suitability, inventory, risks, phased plan, tests, and.</description>
      <category>Express</category>
      <pubDate>Wed, 21 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Vue.js adoption analysis — signals from vuejs/core</title>
      <link>https://madewithwhat.net/blog/vue-adoption-analysis/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/vue-adoption-analysis/</guid>
      <description>Evidence-grounded adoption analysis of Vue.js (vuejs/core): repository activity, releases, issues, license, and recommended evidence to collect before adoption.</description>
      <category>Vue.js</category>
      <pubDate>Wed, 21 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Gin vs NestJS: Choosing the Right Backend (Go vs Node/TS)</title>
      <link>https://madewithwhat.net/blog/gin-vs-nestjs/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/gin-vs-nestjs/</guid>
      <description>Compare Gin (Go) and NestJS (Node/TypeScript) for real projects: decision matrix, trade-offs, migration notes, and recommendations for four project profiles.</description>
      <category>Gin</category>
      <pubDate>Tue, 20 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Magento 2.4.9 (2026-05-12) — upgrade guidance &amp; notes</title>
      <link>https://madewithwhat.net/blog/magento-2-4-9-release-analysis/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/magento-2-4-9-release-analysis/</guid>
      <description>Magento 2.4.9 was published 2026-05-12. This analysis summarizes available evidence, upgrade risks, test and rollback plans, and unanswered questions for maintainers and.</description>
      <category>Magento</category>
      <pubDate>Tue, 20 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Ollama + Fastify — On‑Prem LLM API Stack Guide</title>
      <link>https://madewithwhat.net/blog/ollama-fastify-stack-guide/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/ollama-fastify-stack-guide/</guid>
      <description>Design and deploy an on‑prem LLM API using Ollama for inference and Fastify as the Node.js API layer. Architecture, flow, deployment, security, observability, and an.</description>
      <category>Ollama</category>
      <pubDate>Tue, 20 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>OpenCart guidance for Clauster GHSA auth advisory</title>
      <link>https://madewithwhat.net/blog/opencart-clauster-advisory-guidance/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/opencart-clauster-advisory-guidance/</guid>
      <description>Guidance for OpenCart maintainers about the Clauster GHSA: checks, mitigations, and incident-response steps. OpenCart is not named in the advisory. Data retrieved 2026-07-13.</description>
      <category>OpenCart</category>
      <pubDate>Tue, 20 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Strapi Ecosystem Guide: Core, Integrations, and Evaluation</title>
      <link>https://madewithwhat.net/blog/strapi-ecosystem-guide/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/strapi-ecosystem-guide/</guid>
      <description>A practical ecosystem map for Strapi: core repo, integration patterns, evaluation criteria, maintenance signals, licensing, and a discovery workflow.</description>
      <category>Strapi</category>
      <pubDate>Tue, 20 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Dify repository spotlight — agentic LLM platform</title>
      <link>https://madewithwhat.net/blog/dify-repository-spotlight/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/dify-repository-spotlight/</guid>
      <description>A technical profile of the langgenius/dify repository: purpose, maintenance signals, architecture inferences, strengths, limitations, and an adoption checklist.</description>
      <category>Dify</category>
      <pubDate>Mon, 19 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>EspoCRM architecture analysis: modular PHP CRM with SPA frontend</title>
      <link>https://madewithwhat.net/blog/espocrm-architecture-analysis/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/espocrm-architecture-analysis/</guid>
      <description>An evidence-grounded architecture analysis of EspoCRM (espocrm/espocrm): modules, extension points, scaling boundaries, and what public repo metadata does and doesn&apos;t reveal.</description>
      <category>EspoCRM</category>
      <pubDate>Mon, 19 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Migration Guide: Spring Boot to Nuxt (Decision &amp; Execution)</title>
      <link>https://madewithwhat.net/blog/springboot-to-nuxt-migration/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/springboot-to-nuxt-migration/</guid>
      <description>Decision and execution guide for migrating between Spring Boot and Nuxt. Includes suitability, inventory, risks, phased plan, tests, data concerns, rollback gates.</description>
      <category>Spring Boot</category>
      <pubDate>Mon, 19 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Nuxt adoption analysis: repository and ecosystem signals</title>
      <link>https://madewithwhat.net/blog/nuxt-adoption-analysis/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/nuxt-adoption-analysis/</guid>
      <description>Evidence-grounded adoption analysis of Nuxt&apos;s GitHub repository, release cadence, issue load, license, and ecosystem signals with recommended evidence to collect.</description>
      <category>Nuxt</category>
      <pubDate>Mon, 19 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Angular vs Ionic: Choosing the Right Frontend Stack</title>
      <link>https://madewithwhat.net/blog/angular-vs-ionic/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/angular-vs-ionic/</guid>
      <description>Compare Angular and Ionic for real projects: trade-offs, decision matrix, migration notes, workload fit and recommendations for four project profiles.</description>
      <category>Angular</category>
      <pubDate>Sun, 18 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Bagisto + SuiteCRM: An eCommerce + CRM Stack Guide</title>
      <link>https://madewithwhat.net/blog/bagisto-suitecrm-stack-guide/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/bagisto-suitecrm-stack-guide/</guid>
      <description>How to combine Bagisto (Laravel) and SuiteCRM into a coherent eCommerce+CRM stack: architecture, data flow, security, observability, deployment and a staged rollout plan.</description>
      <category>Bagisto</category>
      <pubDate>Sun, 18 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>NestJS Ecosystem Guide — Core Repo, Patterns &amp; Evaluation</title>
      <link>https://madewithwhat.net/blog/nestjs-ecosystem-guide/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/nestjs-ecosystem-guide/</guid>
      <description>Technical ecosystem map for NestJS: core repo anatomy, integration patterns, evaluation criteria, licensing, and a practical discovery workflow.</description>
      <category>NestJS</category>
      <pubDate>Sun, 18 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>October CMS: Security Briefing — Excon Redirect Header Leak</title>
      <link>https://madewithwhat.net/blog/octobercms-excon-redirect-header-leak/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/octobercms-excon-redirect-header-leak/</guid>
      <description>Security briefing on GHSA-48rx / CVE-2026-54171 (Excon redirect header leakage). Advises maintainers about dependency-chain exposure and mitigations.</description>
      <category>October CMS</category>
      <pubDate>Sun, 18 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>WordPress release evidence — 2026-01-18 status report</title>
      <link>https://madewithwhat.net/blog/wordpress-release-status-2026-01-18/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/wordpress-release-status-2026-01-18/</guid>
      <description>Analysis of WordPress repository evidence as of 2026-07-13. No formal release tag found; guidance, upgrade risk, test &amp; rollback plans for engineers and site owners.</description>
      <category>WordPress</category>
      <pubDate>Sun, 18 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>LangChain: Adoption analysis and engineering signals</title>
      <link>https://madewithwhat.net/blog/langchain-adoption-analysis/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/langchain-adoption-analysis/</guid>
      <description>Evidence-focused adoption analysis of LangChain (langchain-ai/langchain). Repository snapshot, release activity, ecosystem signals, selection risks, and a practical.</description>
      <category>LangChain</category>
      <pubDate>Sat, 17 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Migrating Haystack to vLLM: decision &amp; execution guide</title>
      <link>https://madewithwhat.net/blog/haystack-to-vllm-migration-guide/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/haystack-to-vllm-migration-guide/</guid>
      <description>A practical migration decision and execution guide for adopting vLLM as the model-serving backend for Haystack pipelines. Planning, risks, tests, and rollback gates.</description>
      <category>Haystack</category>
      <pubDate>Sat, 17 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Odoo (odoo/odoo) — Repository Spotlight for ERP/CRM</title>
      <link>https://madewithwhat.net/blog/odoo-repository-spotlight/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/odoo-repository-spotlight/</guid>
      <description>A technical repository profile of odoo/odoo: purpose, maintenance signals, health, strengths, limitations, evaluation checklist, and a responsible adoption path.</description>
      <category>Odoo</category>
      <pubDate>Sat, 17 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>PrestaShop architecture analysis and scale review</title>
      <link>https://madewithwhat.net/blog/prestashop-architecture-analysis/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/prestashop-architecture-analysis/</guid>
      <description>An evidence-based architecture analysis of the PrestaShop GitHub repo: modules, extension points, deploy paths, scaling boundaries, and limits of public metadata.</description>
      <category>PrestaShop</category>
      <pubDate>Sat, 17 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Core Ecosystem Guide: Core Repo &amp; Integration</title>
      <link>https://madewithwhat.net/blog/aspnetcore-ecosystem-guide/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/aspnetcore-ecosystem-guide/</guid>
      <description>A technical ecosystem map for ASP.NET Core (dotnet/aspnetcore): core repo metadata, project categories, integration patterns, evaluation and maintenance signals, licensing.</description>
      <category>ASP.NET Core</category>
      <pubDate>Fri, 16 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Astro vs Laravel — Which framework fits your project?</title>
      <link>https://madewithwhat.net/blog/astro-vs-laravel/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/astro-vs-laravel/</guid>
      <description>Compare Astro and Laravel for real projects: decision matrix, trade-offs, migration notes, workload-fit and recommendations based on repository facts and documentation. (Data.</description>
      <category>Astro</category>
      <pubDate>Fri, 16 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Directus + Astro: Headless CMS to Fast Frontend</title>
      <link>https://madewithwhat.net/blog/directus-astro-stack-guide/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/directus-astro-stack-guide/</guid>
      <description>How to pair Directus (SQL-backed headless CMS) with Astro (content-first web framework): architecture, data flow, integration boundaries, deployment, observability, and a.</description>
      <category>Directus</category>
      <pubDate>Fri, 16 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Fiber (gofiber) security briefing: Apko CVE-2026-54174</title>
      <link>https://madewithwhat.net/blog/fiber-apko-cve-2026-54174/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/fiber-apko-cve-2026-54174/</guid>
      <description>Security briefing: GHSA-fpg8-7664-jc5q (CVE-2026-54174) for apko — what Fiber maintainers need to know, how to verify dependency exposure, and actionable remediation steps.</description>
      <category>Fiber</category>
      <pubDate>Fri, 16 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>jQuery 4.0.0 released — upgrade guide &amp; risk analysis</title>
      <link>https://madewithwhat.net/blog/jquery-4-0-0-release-guide/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/jquery-4-0-0-release-guide/</guid>
      <description>jQuery 4.0.0 is released. This analysis summarizes changes, who should care, upgrade risks, test and rollback plans, and outstanding questions with evidence.</description>
      <category>jQuery</category>
      <pubDate>Fri, 16 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Drupal core architecture — drupal/drupal analysis</title>
      <link>https://madewithwhat.net/blog/drupal-architecture-analysis/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/drupal-architecture-analysis/</guid>
      <description>Architecture analysis of the drupal/drupal GitHub mirror: repository structure, extension points, scaling implications, and limits of public metadata. (Data: 2026-07-13)</description>
      <category>Drupal</category>
      <pubDate>Thu, 15 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Migrating from Dolibarr to Odoo: Decision &amp; Execution Guide</title>
      <link>https://madewithwhat.net/blog/dolibarr-to-odoo-migration-guide/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/dolibarr-to-odoo-migration-guide/</guid>
      <description>A practical migration decision and execution guide from Dolibarr to Odoo covering suitability, inventory, risks, phased plan, tests, data/API concerns, rollback gates, and.</description>
      <category>Dolibarr</category>
      <pubDate>Thu, 15 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Open WebUI Performance Checklist: Engineering Guide</title>
      <link>https://madewithwhat.net/blog/open-webui-performance-checklist/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/open-webui-performance-checklist/</guid>
      <description>Practical performance engineering checklist for Open WebUI: measurement design, representative workloads, profiling, caching, I/O, concurrency, CI checks, and common.</description>
      <category>Open WebUI</category>
      <pubDate>Thu, 15 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Payload CMS (payload): GitHub Repository Spotlight</title>
      <link>https://madewithwhat.net/blog/payload-repository-spotlight/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/payload-repository-spotlight/</guid>
      <description>A rigorous profile of the payloadcms/payload repository: purpose, maintenance signals, health, strengths, limitations, and a responsible adoption checklist.</description>
      <category>Payload CMS</category>
      <pubDate>Thu, 15 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Saleor adoption analysis: signals and selection checklist</title>
      <link>https://madewithwhat.net/blog/saleor-adoption-analysis/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/saleor-adoption-analysis/</guid>
      <description>An evidence-grounded assessment of Saleor&apos;s repository signals — activity, releases, issues, license, ecosystem indicators — and what teams should verify before adopting.</description>
      <category>Saleor</category>
      <pubDate>Thu, 15 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Django repository snapshot — pushed 2026-07-10 (analysis)</title>
      <link>https://madewithwhat.net/blog/django-repo-snapshot-pushed-2026-07-10/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/django-repo-snapshot-pushed-2026-07-10/</guid>
      <description>Repository snapshot and upgrade guidance for Django based on the GitHub state pushed 2026-07-10. What changed, who should care, and an action checklist.</description>
      <category>Django</category>
      <pubDate>Wed, 14 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>FastAPI + Joomla: Headless CMS and API Stack Guide</title>
      <link>https://madewithwhat.net/blog/fastapi-joomla-stack-guide/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/fastapi-joomla-stack-guide/</guid>
      <description>Design and deploy a coherent stack using FastAPI as an API layer with Joomla as the editorial CMS. Architecture, flow, security, observability, and a staged rollout plan.</description>
      <category>FastAPI</category>
      <pubDate>Wed, 14 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>LlamaIndex vs Ollama: choosing for LLM projects</title>
      <link>https://madewithwhat.net/blog/llamaindex-vs-ollama/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/llamaindex-vs-ollama/</guid>
      <description>Compare LlamaIndex and Ollama for real projects: integration, deployment, workloads, migration, and clear recommendations for four project profiles.</description>
      <category>LlamaIndex</category>
      <pubDate>Wed, 14 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Svelte: tsdproxy token-forwarding advisory (GHSA)</title>
      <link>https://madewithwhat.net/blog/svelte-tsdproxy-token-forwarding/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/svelte-tsdproxy-token-forwarding/</guid>
      <description>Svelte projects are not directly affected. This alert explains the GHSA for tsdproxy token-forwarding, dependency relevance, verification steps, and actions for maintainers.</description>
      <category>Svelte</category>
      <pubDate>Wed, 14 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>vLLM ecosystem guide: architecture, integrations, evaluation</title>
      <link>https://madewithwhat.net/blog/vllm-ecosystem-guide/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/vllm-ecosystem-guide/</guid>
      <description>Technical ecosystem guide to vLLM: core repository, integration patterns, evaluation criteria, maintenance signals, licensing, and a practical discovery workflow with.</description>
      <category>vLLM</category>
      <pubDate>Wed, 14 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>ERPNext Performance Checklist &amp; Engineering Guide</title>
      <link>https://madewithwhat.net/blog/erpnext-performance-checklist/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/erpnext-performance-checklist/</guid>
      <description>Practical ERPNext performance checklist: measurement design, representative workloads, profiling, caching, I/O, concurrency, CI regression checks, and benchmarking pitfalls.</description>
      <category>ERPNext</category>
      <pubDate>Tue, 13 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Fastify (fastify/fastify): Repository Spotlight &amp; Health</title>
      <link>https://madewithwhat.net/blog/fastify-repository-spotlight/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/fastify-repository-spotlight/</guid>
      <description>Technical profile of the fastify/fastify GitHub repository: purpose, maintenance signals, health, strengths, limitations, and a responsible adoption checklist.</description>
      <category>Fastify</category>
      <pubDate>Tue, 13 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Ghost adoption analysis — signals, risks, and next steps</title>
      <link>https://madewithwhat.net/blog/ghost-adoption-analysis/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/ghost-adoption-analysis/</guid>
      <description>An evidence-grounded adoption analysis of Ghost (TryGhost/Ghost) covering repo health, release cadence, ecosystem signals, selection risks, and recommended evidence to.</description>
      <category>Ghost</category>
      <pubDate>Tue, 13 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Ionic Framework: Architecture Analysis and Module Map</title>
      <link>https://madewithwhat.net/blog/ionic-framework-architecture/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/ionic-framework-architecture/</guid>
      <description>An evidence-grounded architecture analysis of the ionic-team/ionic-framework repository, mapping packages, extension points, operational trade-offs, and limitations.</description>
      <category>Ionic</category>
      <pubDate>Tue, 13 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Migrate from WooCommerce to Saleor — Decision &amp; Execution Guide</title>
      <link>https://madewithwhat.net/blog/migrate-woocommerce-to-saleor/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/migrate-woocommerce-to-saleor/</guid>
      <description>A practical migration guide from WooCommerce to Saleor: suitability, inventory, phased plan, tests, data/API concerns, rollback gates, and when not to migrate.</description>
      <category>WooCommerce</category>
      <pubDate>Tue, 13 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>LibreChat — repository snapshot analysis (2026-07-12)</title>
      <link>https://madewithwhat.net/blog/librechat-repo-snapshot-2026-07-12/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/librechat-repo-snapshot-2026-07-12/</guid>
      <description>Repo snapshot analysis of LibreChat (pushed_at 2026-07-12). What the repository state means for upgrades, who should care, test and rollback plans, and remaining questions.</description>
      <category>LibreChat</category>
      <pubDate>Mon, 12 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Medusa vs Magento: headless vs classic commerce comparison</title>
      <link>https://madewithwhat.net/blog/comparison-medusa-magento/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/comparison-medusa-magento/</guid>
      <description>Compare Medusa and Magento using repository facts, architecture inferences, trade-offs, migration notes and concrete recommendations for four project profiles.</description>
      <category>Medusa</category>
      <pubDate>Mon, 12 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>React + SuiteCRM Stack Guide: Architecture and Integration</title>
      <link>https://madewithwhat.net/blog/react-suitecrm-stack-guide/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/react-suitecrm-stack-guide/</guid>
      <description>How to pair React frontends with SuiteCRM backends: architecture, data flow, deployment, observability, security, and a staged implementation plan.</description>
      <category>React</category>
      <pubDate>Mon, 12 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>SvelteKit: Security Alert — OpenRun CVE-2026-55252</title>
      <link>https://madewithwhat.net/blog/sveltekit-openrun-cve-2026-55252/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/sveltekit-openrun-cve-2026-55252/</guid>
      <description>Security briefing: GHSA-h5g6-xmh4-hc37 (CVE-2026-55252) affects OpenRun (Go). SvelteKit is not named. Guidance for maintainers on dependency-chains, verification, and.</description>
      <category>SvelteKit</category>
      <pubDate>Mon, 12 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Twenty CRM Ecosystem Guide: map, integrations, and risk</title>
      <link>https://madewithwhat.net/blog/twenty-ecosystem-guide/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/twenty-ecosystem-guide/</guid>
      <description>Comprehensive ecosystem map for Twenty (twentyhq/twenty): core repo, integration patterns, evaluation criteria, license notes, maintenance signals, and discovery workflow.</description>
      <category>Twenty</category>
      <pubDate>Mon, 12 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Getting started with Laravel: a 2025 field guide</title>
      <link>https://madewithwhat.net/blog/laravel-2025-field-guide/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/laravel-2025-field-guide/</guid>
      <description>Set up a modern Laravel project from scratch — tooling, structure and your first deploy.</description>
      <category>Laravel</category>
      <pubDate>Tue, 04 Mar 2025 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>12 patterns for production-grade React apps</title>
      <link>https://madewithwhat.net/blog/react-production-patterns/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/react-production-patterns/</guid>
      <description>Conventions for structuring, testing and scaling real React codebases without the churn.</description>
      <category>React</category>
      <pubDate>Tue, 18 Feb 2025 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How one team cut Next.js build times by 60%</title>
      <link>https://madewithwhat.net/blog/nextjs-build-performance/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/nextjs-build-performance/</guid>
      <description>A concrete walkthrough of the profiling and caching wins behind a much faster pipeline.</description>
      <category>Next.js</category>
      <pubDate>Mon, 27 Jan 2025 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Structuring large Django projects that scale</title>
      <link>https://madewithwhat.net/blog/django-large-projects/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/django-large-projects/</guid>
      <description>Apps, services and settings layouts that keep a growing Django codebase maintainable.</description>
      <category>Django</category>
      <pubDate>Wed, 15 Jan 2025 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Composables that keep Vue apps tidy</title>
      <link>https://madewithwhat.net/blog/vue-composables/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/vue-composables/</guid>
      <description>Extract reusable logic with the Composition API — and know when a composable is overkill.</description>
      <category>Vue.js</category>
      <pubDate>Wed, 08 Jan 2025 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Running local LLMs with Ollama in production</title>
      <link>https://madewithwhat.net/blog/ollama-production/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/ollama-production/</guid>
      <description>Model selection, GPU sizing and a caching layer for a self-hosted inference endpoint.</description>
      <category>Ollama</category>
      <pubDate>Thu, 19 Dec 2024 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>A headless CMS workflow with Strapi + Next.js</title>
      <link>https://madewithwhat.net/blog/strapi-nextjs-headless/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/strapi-nextjs-headless/</guid>
      <description>Model content once, serve it everywhere — with preview, webhooks and typed responses.</description>
      <category>Strapi</category>
      <pubDate>Thu, 05 Dec 2024 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The Symfony service container, demystified</title>
      <link>https://madewithwhat.net/blog/symfony-service-container/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/symfony-service-container/</guid>
      <description>How autowiring really works, and how to lean on it without losing the plot.</description>
      <category>Symfony</category>
      <pubDate>Fri, 22 Nov 2024 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Build a typed REST API with FastAPI</title>
      <link>https://madewithwhat.net/blog/fastapi-typed-rest/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/fastapi-typed-rest/</guid>
      <description>From path operations to dependency injection and automatic OpenAPI docs.</description>
      <category>FastAPI</category>
      <pubDate>Sat, 09 Nov 2024 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>State patterns in Svelte 5 runes</title>
      <link>https://madewithwhat.net/blog/svelte5-runes/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/svelte5-runes/</guid>
      <description>When to reach for $state, $derived and stores — with examples that scale.</description>
      <category>Svelte</category>
      <pubDate>Mon, 28 Oct 2024 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Composing retrieval pipelines with LangChain</title>
      <link>https://madewithwhat.net/blog/langchain-rag-pipelines/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/langchain-rag-pipelines/</guid>
      <description>Chains, retrievers and evaluators for a RAG app you can actually maintain.</description>
      <category>LangChain</category>
      <pubDate>Mon, 14 Oct 2024 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Scaling Shopware for Black Friday traffic</title>
      <link>https://madewithwhat.net/blog/shopware-black-friday/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/shopware-black-friday/</guid>
      <description>Caching layers, queue tuning and the metrics that matter under real load.</description>
      <category>Shopware</category>
      <pubDate>Wed, 02 Oct 2024 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Islands architecture with Astro, explained</title>
      <link>https://madewithwhat.net/blog/astro-islands-architecture/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/astro-islands-architecture/</guid>
      <description>Ship mostly-static pages and hydrate only what needs to be interactive.</description>
      <category>Astro</category>
      <pubDate>Fri, 20 Sep 2024 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>A modern block theme workflow in WordPress</title>
      <link>https://madewithwhat.net/blog/wordpress-block-themes/</link>
      <guid isPermaLink="true">https://madewithwhat.net/blog/wordpress-block-themes/</guid>
      <description>theme.json, patterns and full-site editing without fighting the platform.</description>
      <category>WordPress</category>
      <pubDate>Fri, 06 Sep 2024 09:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>