<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>KnowCode Blog</title>
<link>https://www.knowcode.tech/blog/</link>
<description>Notes on migrating off no-code, shipping with AI coding agents, and building software that survives contact with production.</description>
<language>en</language>
<lastBuildDate>Thu, 30 Jul 2026 00:00:00 GMT</lastBuildDate>
<atom:link href="https://www.knowcode.tech/feed.xml" rel="self" type="application/rss+xml" />
  <item>
    <title>Bubble.io Security: What You&apos;re Responsible For (and What Bubble Is)</title>
    <link>https://www.knowcode.tech/blog/bubble-io-security-guide/</link>
    <description>Bubble handles the infrastructure. The data model, privacy rules, API credentials, and compliance obligations are yours. A plain guide to Bubble.io security for production apps — covering the shared responsibility model, privacy rules, GDPR, HIPAA, and when the platform becomes the compliance constraint.</description>
    <pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate>
    <guid>https://www.knowcode.tech/blog/bubble-io-security-guide/</guid>
  </item>
<item>
<title>Bubble Integrations: Plugins, API Connector &amp; Custom Code</title>
<link>https://www.knowcode.tech/blog/bubble-integrations-guide/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/bubble-integrations-guide/</guid>
<description>Plugins, API Connector, or custom code — the three Bubble integration routes, when to use each, and real timings from 20+ years of production builds.</description>
<pubDate>Sun, 12 Jul 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Git, in Plain English: A Non-Developer’s Guide to Working With Claude Code</title>
<link>https://www.knowcode.tech/blog/git-in-plain-english/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/git-in-plain-english/</guid>
<pubDate>Tue, 30 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>I Don’t Have an Ops Team. I Have Claude Code at the Terminal. | KnowCode</title>
<link>https://www.knowcode.tech/blog/i-dont-have-an-ops-team/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/i-dont-have-an-ops-team/</guid>
<pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Your LLM’s JSON Schema Is Already a TypeScript Type</title>
<link>https://www.knowcode.tech/blog/llm-json-schema-is-already-a-typescript-type/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/llm-json-schema-is-already-a-typescript-type/</guid>
<pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Stop Finding Bugs From Screenshots: a Next.js Frontend Error-Trapping Setup With No New Vendors | Prompts That Ship (Part 10)</title>
<link>https://www.knowcode.tech/blog/nextjs-frontend-error-monitoring/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/nextjs-frontend-error-monitoring/</guid>
<pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Prisma Is the Right Default Until Your Authz Lives in Postgres | Prompts That Ship (Part 11)</title>
<link>https://www.knowcode.tech/blog/prisma-vs-sql-first-decision/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/prisma-vs-sql-first-decision/</guid>
<pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Your App Doesn’t Remember What Anyone Actually Did. Here’s the One-Prompt Fix. | Prompts That Ship (Part 9)</title>
<link>https://www.knowcode.tech/blog/account-activity-feed/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/account-activity-feed/</guid>
<pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Your 3rd-Party Integrations Don’t Leave Receipts. One Log Line Per Call Fixes That. | Prompts That Ship (Part 8)</title>
<link>https://www.knowcode.tech/blog/boundary-audit-logging/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/boundary-audit-logging/</guid>
<pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Your GA4 Doesn’t Know Where You’re Losing Customers: Here’s the One-Prompt Fix | Prompts That Ship (Part 1)</title>
<link>https://www.knowcode.tech/blog/ga4-funnel-tracking/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/ga4-funnel-tracking/</guid>
<pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Your Security Scanner Can’t See Your CORS Config. Here’s the One-Prompt OWASP Review That Can. | Prompts That Ship (Part 4)</title>
<link>https://www.knowcode.tech/blog/owasp-code-review/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/owasp-code-review/</guid>
<pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Rate Limiting Without Redis or Cloudflare Pro: The Postgres Pattern That Actually Holds Under Load | Prompts That Ship (Part 5)</title>
<link>https://www.knowcode.tech/blog/rate-limiting-postgres/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/rate-limiting-postgres/</guid>
<pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Your Stripe Key Lives in Six Places. Most Teams Can’t List Three of Them. | Prompts That Ship (Part 2)</title>
<link>https://www.knowcode.tech/blog/secrets-management-audit/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/secrets-management-audit/</guid>
<pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>The Security Scanning Stack: The Prompt, Six Layers, and the GitHub Bill Most Teams Don’t See Coming | Prompts That Ship (Part 3)</title>
<link>https://www.knowcode.tech/blog/security-scanning-stack/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/security-scanning-stack/</guid>
<pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Your Supabase Project Is Flying Blind on Performance: Here’s the One-Prompt Fix | Prompts That Ship (Part 6)</title>
<link>https://www.knowcode.tech/blog/supabase-performance-observability/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/supabase-performance-observability/</guid>
<pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Your Playwright Suite Might Be Quietly Burning Your Sender Reputation | Prompts That Ship (Part 7)</title>
<link>https://www.knowcode.tech/blog/test-email-deliverability/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/test-email-deliverability/</guid>
<pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>My Tech Bill Is Smaller Than My Coffee Bill | Coffee-Budget Software (Part 1/6)</title>
<link>https://www.knowcode.tech/blog/coffee-budget-1-tech-bill/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/coffee-budget-1-tech-bill/</guid>
<pubDate>Sun, 07 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Bubble Became a Ceiling, Not a Foundation | Coffee-Budget Software (Part 2/6)</title>
<link>https://www.knowcode.tech/blog/coffee-budget-2-bubble-ceiling/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/coffee-budget-2-bubble-ceiling/</guid>
<pubDate>Sun, 07 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>The $49 Stack: A Line-by-Line Walkthrough | Coffee-Budget Software (Part 3/6)</title>
<link>https://www.knowcode.tech/blog/coffee-budget-3-the-49-stack/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/coffee-budget-3-the-49-stack/</guid>
<pubDate>Sun, 07 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>I Want My Hosting Provider to Be Boring | Coffee-Budget Software (Part 4/6)</title>
<link>https://www.knowcode.tech/blog/coffee-budget-4-boring-hosting/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/coffee-budget-4-boring-hosting/</guid>
<pubDate>Sun, 07 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Postgres Is the Stack | Coffee-Budget Software (Part 5/6)</title>
<link>https://www.knowcode.tech/blog/coffee-budget-5-postgres-is-the-stack/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/coffee-budget-5-postgres-is-the-stack/</guid>
<pubDate>Sun, 07 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Serverless for the Bursty, Containers for the Steady | Coffee-Budget Software (Part 6/6)</title>
<link>https://www.knowcode.tech/blog/coffee-budget-6-serverless-vs-containers/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/coffee-budget-6-serverless-vs-containers/</guid>
<pubDate>Sun, 07 Jun 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>7 Hard-Won Lessons and 3 Delightful Surprises from Migrating Off Bubble</title>
<link>https://www.knowcode.tech/blog/7-lessons-3-surprises-migrating-off-bubble/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/7-lessons-3-surprises-migrating-off-bubble/</guid>
<pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Migrating Off Bubble: Fears, Surprises, and Hard-Won Lessons</title>
<link>https://www.knowcode.tech/blog/migrating-off-bubble-fears-surprises-lessons/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/migrating-off-bubble-fears-surprises-lessons/</guid>
<pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>From $284 to $88: What Happened When We Asked Claude Code to Cut Our AWS Bill</title>
<link>https://www.knowcode.tech/blog/from-284-to-88-claude-code-aws-bill/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/from-284-to-88-claude-code-aws-bill/</guid>
<pubDate>Sat, 11 Apr 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>From Bubble to Production: The 8-Day Migration Recipe</title>
<link>https://www.knowcode.tech/blog/from-bubble-to-production/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/from-bubble-to-production/</guid>
<pubDate>Tue, 31 Mar 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>The Product Owner Who Can Ship Without You</title>
<link>https://www.knowcode.tech/blog/the-product-owner-who-can-ship-without-you/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/the-product-owner-who-can-ship-without-you/</guid>
<pubDate>Tue, 31 Mar 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Twelve AI Features, Zero Vendor Lock-In</title>
<link>https://www.knowcode.tech/blog/twelve-ai-features-zero-vendor-lock-in/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/twelve-ai-features-zero-vendor-lock-in/</guid>
<pubDate>Tue, 31 Mar 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Why Your App Needs a Blueprint, Not a Prototype</title>
<link>https://www.knowcode.tech/blog/why-your-app-needs-a-blueprint/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/why-your-app-needs-a-blueprint/</guid>
<pubDate>Tue, 31 Mar 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>You Don’t Have a Code Problem. You Have a Requirements Problem.</title>
<link>https://www.knowcode.tech/blog/you-dont-have-a-code-problem/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/you-dont-have-a-code-problem/</guid>
<pubDate>Tue, 31 Mar 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>You Left Bubble. Now What? The Responsibilities Nobody Mentions</title>
<link>https://www.knowcode.tech/blog/you-left-bubble-now-what/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/you-left-bubble-now-what/</guid>
<pubDate>Tue, 31 Mar 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Building Agentic Workflows: What Nobody Tells You</title>
<link>https://www.knowcode.tech/blog/building-agentic-workflows-what-nobody-tells-you/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/building-agentic-workflows-what-nobody-tells-you/</guid>
<pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>The Hard Part Isn’t the AI: Building an Agentic Workflow for Financial Reporting</title>
<link>https://www.knowcode.tech/blog/the-hard-part-isnt-the-ai/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/the-hard-part-isnt-the-ai/</guid>
<pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Six Layers of Security Scanning in 24 Hours: Why Insecure AI Code Is Now Inexcusable</title>
<link>https://www.knowcode.tech/blog/five-layers-security-scanning-24-hours/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/five-layers-security-scanning-24-hours/</guid>
<pubDate>Tue, 10 Feb 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Replacing Incumbent Systems With AI: The Gap Between Demo and Done</title>
<link>https://www.knowcode.tech/blog/replacing-incumbent-systems-with-ai/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/replacing-incumbent-systems-with-ai/</guid>
<pubDate>Tue, 10 Feb 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>AI doesn&#x27;t replace expertise. It exposes whether you ever had any in the first place.</title>
<link>https://www.knowcode.tech/blog/consulting-is-about-to-learn-what-coding-already-knows/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/consulting-is-about-to-learn-what-coding-already-knows/</guid>
<pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>The Math Has Changed: Why Cheaper Execution Demands Better Planning</title>
<link>https://www.knowcode.tech/blog/the-math-has-changed-why-cheaper-execution-demands-better-planning/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/the-math-has-changed-why-cheaper-execution-demands-better-planning/</guid>
<pubDate>Mon, 19 Jan 2026 00:00:00 +0000</pubDate>
</item>
<item>
<title>Complete Guide to Bubble.io Backups &amp; Data Protection in 2025</title>
<link>https://www.knowcode.tech/blog/complete-guide-bubble-io-backups-data-protection/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/complete-guide-bubble-io-backups-data-protection/</guid>
<pubDate>Wed, 08 Oct 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Bubble.io Backup &amp; Supabase Migration FAQ - Complete Expert Answers</title>
<link>https://www.knowcode.tech/blog/bubble-backup-supabase-faq/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/bubble-backup-supabase-faq/</guid>
<pubDate>Fri, 12 Sep 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>AI Writes the Code. You Write the Vision.</title>
<link>https://www.knowcode.tech/blog/ai-writes-the-code-you-write-the-vision/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/ai-writes-the-code-you-write-the-vision/</guid>
<pubDate>Fri, 18 Jul 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>AI code transpiling - the end of platform locking</title>
<link>https://www.knowcode.tech/blog/ai-code-transpiling-the-end-of-platform-locking/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/ai-code-transpiling-the-end-of-platform-locking/</guid>
<pubDate>Sat, 12 Jul 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Technical Implementation Guide: Server-Side Tracking Architecture for Travel Agency Platforms Using GTM, Stape, and Bubble.io</title>
<link>https://www.knowcode.tech/blog/technical-implementation-guide-server-side-tracking-architecture-for-travel-agency-platforms-using-gtm-stape-and-bubble-io/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/technical-implementation-guide-server-side-tracking-architecture-for-travel-agency-platforms-using-gtm-stape-and-bubble-io/</guid>
<pubDate>Sat, 12 Jul 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>The Truth About GTM, Pixel, and Stape for Travel Agencies (2025 Guide)</title>
<link>https://www.knowcode.tech/blog/the-truth-about-gtm-pixel-and-stape-for-travel-agencies-2025-guide/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/the-truth-about-gtm-pixel-and-stape-for-travel-agencies-2025-guide/</guid>
<pubDate>Sat, 12 Jul 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>How to migrate everything out of your Bubble.io app</title>
<link>https://www.knowcode.tech/blog/how-to-migrate-your-bubble-io-app/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/how-to-migrate-your-bubble-io-app/</guid>
<pubDate>Tue, 03 Jun 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>side by side comparision of Nocodefusion and BubbleAI to generate app from scratch</title>
<link>https://www.knowcode.tech/blog/side-by-side-comparision-of-nocodefusion-and-bubbleai-to-generate-app-from-scratch/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/side-by-side-comparision-of-nocodefusion-and-bubbleai-to-generate-app-from-scratch/</guid>
<pubDate>Tue, 25 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Case Study - Making Spreadsheets Great Again (By Getting Rid of Them)</title>
<link>https://www.knowcode.tech/blog/case-study---making-spreadsheets-great-again-by-getting-rid-of-them/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/case-study---making-spreadsheets-great-again-by-getting-rid-of-them/</guid>
<pubDate>Sun, 09 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Maturing Your Business Data: A Modern, Low-Cost Approach with Bubble, Supabase and Omniscope</title>
<link>https://www.knowcode.tech/blog/maturing-your-business-data-a-modern-low-cost-approach-with-bubble-supabase-and-omniscope/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/maturing-your-business-data-a-modern-low-cost-approach-with-bubble-supabase-and-omniscope/</guid>
<pubDate>Sun, 09 Feb 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>The Fallacy of the Almost-Done Software Project(Or, How Optimism Leads Us Astray)</title>
<link>https://www.knowcode.tech/blog/the-fallacy-of-the-almost-done-software-project-or-how-optimism-leads-us-astray/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/the-fallacy-of-the-almost-done-software-project-or-how-optimism-leads-us-astray/</guid>
<pubDate>Wed, 29 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>How to Set Up Supabase Branches to achieve database Versioning with Bubble.io</title>
<link>https://www.knowcode.tech/blog/how-to-set-up-supabase-branches-to-achieve-database-versioning-with-bubble-io/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/how-to-set-up-supabase-branches-to-achieve-database-versioning-with-bubble-io/</guid>
<pubDate>Sat, 18 Jan 2025 00:00:00 +0000</pubDate>
</item>
<item>
<title>Scaling Bubble.io Sub Apps: The Case for External Databases</title>
<link>https://www.knowcode.tech/blog/scaling-bubble-io-sub-apps-the-case-for-external-databases/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/scaling-bubble-io-sub-apps-the-case-for-external-databases/</guid>
<pubDate>Tue, 17 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>The 99.9% Problem: Why Generic Workflow Systems Always Fail (And How AI Changes Everything)</title>
<link>https://www.knowcode.tech/blog/the-99-percent-problem-why-generic-workflow-systems-always-fail/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/the-99-percent-problem-why-generic-workflow-systems-always-fail/</guid>
<pubDate>Thu, 12 Dec 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Bubble.io Database Strategy: Why and When to &#x27;Graduate&#x27; to Supabase</title>
<link>https://www.knowcode.tech/blog/bubble-io-database-strategy-why-and-when-to-graduate-to-supabase/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/bubble-io-database-strategy-why-and-when-to-graduate-to-supabase/</guid>
<pubDate>Wed, 27 Nov 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>6 Tips for Migrating Bubble.io to PostgreSQL Database (2024 Guide)</title>
<link>https://www.knowcode.tech/blog/5-tips-for-migrating-bubble-io-to-postgresql-database-2024-guide/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/5-tips-for-migrating-bubble-io-to-postgresql-database-2024-guide/</guid>
<pubDate>Fri, 22 Nov 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Case study - practical advice on how to migrate from a Bubble.io database to Supabase.</title>
<link>https://www.knowcode.tech/blog/case-study-practical-advice-on-how-to-migrate-from-a-bubble-io-database-to-supabase/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/case-study-practical-advice-on-how-to-migrate-from-a-bubble-io-database-to-supabase/</guid>
<pubDate>Tue, 05 Nov 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>A Guide to Migrating Bubble Apps to Supabase</title>
<link>https://www.knowcode.tech/blog/a-guide-to-migrating-bubble-apps-to-supabase/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/a-guide-to-migrating-bubble-apps-to-supabase/</guid>
<pubDate>Wed, 30 Oct 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>How to Make Your Bubble.io App GDPR Compliant: Practical (Not Legal) Advice</title>
<link>https://www.knowcode.tech/blog/how-to-make-your-bubble-io-app-gdpr-compliant-practical-not-legal-advice/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/how-to-make-your-bubble-io-app-gdpr-compliant-practical-not-legal-advice/</guid>
<pubDate>Sun, 27 Oct 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Team considerations moving from a fully managed platform to an external database and platform</title>
<link>https://www.knowcode.tech/blog/team-considerations-moving-from-a-fully-managed-platform-to-an-external-database-and-platform/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/team-considerations-moving-from-a-fully-managed-platform-to-an-external-database-and-platform/</guid>
<pubDate>Thu, 24 Oct 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>7 Considerations for Converting Your Bubble.io App into a Multi-Tenant SaaS Platform</title>
<link>https://www.knowcode.tech/blog/7-considerations-for-converting-your-bubble-io-app-into-a-multi-tenant-saas-platform/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/7-considerations-for-converting-your-bubble-io-app-into-a-multi-tenant-saas-platform/</guid>
<pubDate>Wed, 23 Oct 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>A Real Conversation on Product Development</title>
<link>https://www.knowcode.tech/blog/a-real-conversation-on-product-development/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/a-real-conversation-on-product-development/</guid>
<pubDate>Wed, 23 Oct 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Bubble after the Pricing changes.</title>
<link>https://www.knowcode.tech/blog/bubble-after-the-pricing-changes/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/bubble-after-the-pricing-changes/</guid>
<pubDate>Wed, 23 Oct 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Managing Scheduled Jobs in Bubble.io</title>
<link>https://www.knowcode.tech/blog/managing-scheduled-jobs-in-bubble-io/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/managing-scheduled-jobs-in-bubble-io/</guid>
<pubDate>Wed, 23 Oct 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>How to Export Your Data from Bubble.io to Supabase with PlanB</title>
<link>https://www.knowcode.tech/blog/how-to-export-your-data-from-bubble-io-to-supabase-with-planb/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/how-to-export-your-data-from-bubble-io-to-supabase-with-planb/</guid>
<pubDate>Fri, 18 Oct 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>Bubble SEO checklist &amp; how to create SEO friendly Blog articles in Bubble</title>
<link>https://www.knowcode.tech/blog/how-to-create-seo-friendly-blog-articles-in-bubble/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/how-to-create-seo-friendly-blog-articles-in-bubble/</guid>
<pubDate>Fri, 23 Aug 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>The mentoring reviews give me a warm feeling - thank you! 😊</title>
<link>https://www.knowcode.tech/blog/the-mentoring-reviews-give-me-a-warm-feeling---thank-you/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/the-mentoring-reviews-give-me-a-warm-feeling---thank-you/</guid>
<pubDate>Thu, 18 Apr 2024 00:00:00 +0000</pubDate>
</item>
<item>
<title>How to get your Bubble App Verified for Google Social Logins (in under 2 weeks)</title>
<link>https://www.knowcode.tech/blog/how-to-get-your-bubble-app-verified-for-google-social-logins-in-under-2-weeks/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/how-to-get-your-bubble-app-verified-for-google-social-logins-in-under-2-weeks/</guid>
<pubDate>Wed, 15 Mar 2023 00:00:00 +0000</pubDate>
</item>
<item>
<title>How do you know when you’re ready to launch?</title>
<link>https://www.knowcode.tech/blog/how-do-you-know-when-youre-ready-to-launch/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/how-do-you-know-when-youre-ready-to-launch/</guid>
<pubDate>Thu, 09 Feb 2023 00:00:00 +0000</pubDate>
</item>
<item>
<title>How long does it take to Integrate Bubble with a 3rd Party Product or API?</title>
<link>https://www.knowcode.tech/blog/how-long-does-it-take-to-integrate-bubble-with-a-3rd-party-product-or-api/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/how-long-does-it-take-to-integrate-bubble-with-a-3rd-party-product-or-api/</guid>
<pubDate>Wed, 27 Jul 2022 00:00:00 +0000</pubDate>
</item>
<item>
<title>How to retro-fit Privacy Rules to an Existing Bubble App</title>
<link>https://www.knowcode.tech/blog/how-to-retro-fit-privacy-rules-to-an-existing-bubble-app/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/how-to-retro-fit-privacy-rules-to-an-existing-bubble-app/</guid>
<pubDate>Wed, 27 Jul 2022 00:00:00 +0000</pubDate>
</item>
<item>
<title>Plugin - Square Embedded Payment (Square Web Payments SDK)</title>
<link>https://www.knowcode.tech/blog/plugin-square-embedded-payment-square-web-payments-sdk/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/plugin-square-embedded-payment-square-web-payments-sdk/</guid>
<pubDate>Wed, 27 Jul 2022 00:00:00 +0000</pubDate>
</item>
<item>
<title>Creating a Navigation System in Bubble</title>
<link>https://www.knowcode.tech/blog/creating-a-navigation-system-in-bubble/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/creating-a-navigation-system-in-bubble/</guid>
<pubDate>Sun, 17 Apr 2022 00:00:00 +0000</pubDate>
</item>
<item>
<title>Understanding what Things are in a Bubble Database</title>
<link>https://www.knowcode.tech/blog/understanding-what-things-are-in-a-bubble-database/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/understanding-what-things-are-in-a-bubble-database/</guid>
<pubDate>Wed, 06 Apr 2022 00:00:00 +0000</pubDate>
</item>
<item>
<title>How I work with Clients to Design the Database</title>
<link>https://www.knowcode.tech/blog/how-i-work-with-clients-to-design-the-database/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/how-i-work-with-clients-to-design-the-database/</guid>
<pubDate>Wed, 13 Oct 2021 00:00:00 +0000</pubDate>
</item>
<item>
<title>“Compliments are the fool’s gold of customer learning: shiny, distracting, and entirely worthless”</title>
<link>https://www.knowcode.tech/blog/compliments-are-the-fools-gold-of-customer-learning-shiny-distracting-and-entirely-worthless/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/compliments-are-the-fools-gold-of-customer-learning-shiny-distracting-and-entirely-worthless/</guid>
<pubDate>Sat, 21 Aug 2021 00:00:00 +0000</pubDate>
</item>
<item>
<title>Coffee-Budget Software: A 6-Part Series on Running SaaS for the Price of a Coffee Habit</title>
<link>https://www.knowcode.tech/blog/coffee-budget-software/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/coffee-budget-software/</guid>
<description>A 6-part series on running two SaaS products on under $125 a month: the business questions behind the tech stack, not the tech itself. Bubble, AWS, Postgres, serverless vs containers, all picked through the lens of what a small business can afford to run.</description>
</item>
<item>
<title>Lessons from a Bubble Migration: A 6-Part Series on Engineering an 8-Day Rebuild</title>
<link>https://www.knowcode.tech/blog/lessons-from-a-bubble-migration/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/lessons-from-a-bubble-migration/</guid>
<description>A 6-part series exploring the engineering decisions behind rebuilding an AI hiring decisioning platform from Bubble.io to production on Next.js + AWS, in 8 working days. The disciplines that didn’t change, the economics that did.</description>
</item>
<item>
<title>Prompts That Ship: A Series on Production Setups You Can Reproduce With One Prompt</title>
<link>https://www.knowcode.tech/blog/prompts-that-ship/</link>
<guid isPermaLink="true">https://www.knowcode.tech/blog/prompts-that-ship/</guid>
<description>Production-grade engineering setups: GA4 funnel tracking, secrets inventory, security scanning, OWASP code review and more. Each reproducible from a single copy-pasteable prompt to Claude Code or Codex. One afternoon per part, permanent systems at the end.</description>
</item>
</channel>
</rss>