<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Johnny Young</title>
    <description>The latest articles on DEV Community by Johnny Young (@inspirasion1).</description>
    <link>https://dev.to/inspirasion1</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3984050%2Ff5fe6518-1468-4929-bfde-6b35a7047939.jpg</url>
      <title>DEV Community: Johnny Young</title>
      <link>https://dev.to/inspirasion1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/inspirasion1"/>
    <language>en</language>
    <item>
      <title>Looking for 10 developers to try my database platform free for 30 days — honest feedback only</title>
      <dc:creator>Johnny Young</dc:creator>
      <pubDate>Mon, 15 Jun 2026 22:13:58 +0000</pubDate>
      <link>https://dev.to/inspirasion1/looking-for-10-developers-to-try-my-database-platform-free-for-30-days-honest-feedback-only-38fd</link>
      <guid>https://dev.to/inspirasion1/looking-for-10-developers-to-try-my-database-platform-free-for-30-days-honest-feedback-only-38fd</guid>
      <description>&lt;p&gt;I'm a solo founder building YDA Cloud — a managed Postgres platform with flat-rate pricing and a database partner called RAELA.&lt;/p&gt;

&lt;p&gt;Quick context: I work night shifts in an emergency department and build this during the day. The platform has been live since May, I run my own production applications on it, and it just went through a third-party technical audit. But I need developers outside my own bubble to use it and tell me what's actually good, what's broken, and what's missing.&lt;/p&gt;

&lt;p&gt;What I'm offering:&lt;/p&gt;

&lt;p&gt;30 days, full access, no credit card, no catch. I'll personally set up your project. At the end, I want honest feedback. If you'd be willing to leave a testimonial — great. If not, the feedback alone is worth it.&lt;/p&gt;

&lt;p&gt;What YDA Cloud does:&lt;/p&gt;

&lt;p&gt;Managed Postgres with flat-rate pricing — no egress charges, no connection surcharges, no surprise bills&lt;br&gt;
RAELA: a database partner with 2,000+ executable tools (not just answers — actual schema migrations, security scans, compliance checks, monitoring setup)&lt;br&gt;
SOC 2 Type II observation in progress, HIPAA wired into every tier&lt;br&gt;
Security add-ons: automatic key rotation, auto-inject credentials, honeytoken leak detection&lt;br&gt;
MCP server support (Team tier+)&lt;/p&gt;

&lt;p&gt;What I need from you:&lt;/p&gt;

&lt;p&gt;Use it for a real project. Not a hello-world. Something you'd actually put data into. After 30 days, tell me:&lt;/p&gt;

&lt;p&gt;What worked?&lt;br&gt;
What didn't?&lt;br&gt;
What would make you pay for it?&lt;/p&gt;

&lt;p&gt;That's it. No upsell, no follow-up spam, no "let's schedule a call." Just a builder asking other builders for a real read.&lt;/p&gt;

&lt;p&gt;Interested? Drop a comment with your email or DM me. I'll create your account and send credentials directly.&lt;/p&gt;

&lt;p&gt;&lt;a href="//ydabase.com/try-raela"&gt;ydabase.com/try-raela&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Solo founder. ED clinician by night. Building the database platform I wish existed.&lt;/p&gt;

</description>
      <category>database</category>
      <category>postgres</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
    <item>
      <title>Your Database Bill Is Lying to You — Especially If You're Training AI</title>
      <dc:creator>Johnny Young</dc:creator>
      <pubDate>Mon, 15 Jun 2026 14:32:13 +0000</pubDate>
      <link>https://dev.to/inspirasion1/your-database-bill-is-lying-to-you-especially-if-youre-training-ai-2ddh</link>
      <guid>https://dev.to/inspirasion1/your-database-bill-is-lying-to-you-especially-if-youre-training-ai-2ddh</guid>
      <description>&lt;p&gt;&lt;strong&gt;The $25/mo plan that quietly becomes $400/mo when your AI workload actually runs.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Pitch vs. The Invoice&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every managed database platform leads with the same number: a clean monthly price. $25. $50. Maybe $99 for the "Pro" tier.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What they don't lead with:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Egress charges&lt;/strong&gt; — every byte your application reads from the database costs money leaving the network&lt;br&gt;
&lt;strong&gt;Storage overages&lt;/strong&gt;. your plan includes 8GB, but your training corpus just crossed 50GB&lt;br&gt;
&lt;strong&gt;Connection surcharges&lt;/strong&gt; — your pair generation script, your API, your dashboard, and your cron jobs each hold a connection&lt;br&gt;
&lt;strong&gt;Compute spikes&lt;/strong&gt; — that bulk insert job you run at 2AM triggers autoscaling you didn't ask for&lt;br&gt;
&lt;strong&gt;Bandwidth between regions&lt;/strong&gt; — your GPU is in us-east, your database is in us-central, and every training batch is a cross-region transfer&lt;/p&gt;

&lt;p&gt;You find this out when the invoice arrives. Not before.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why AI Workloads Get Hit the Hardest&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Traditional web apps are read-heavy and cache-friendly. A blog with 10K daily visitors might move a few gigabytes of egress per month. The pricing model was designed for this.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI workloads are different:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Training data is write-heavy and read-heavy simultaneously&lt;/strong&gt;. You're generating pairs, storing them, deduplicating them, then reading them back in bulk for fine-tuning. Every stage moves data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Embeddings multiply your storage&lt;/strong&gt;. A 500-word document is a few kilobytes of text. Its embedding vector is 1-4KB of float arrays. Store a million documents with embeddings and your "small" dataset is suddenly 6GB of vectors alone — before your actual data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Batch jobs are egress machines&lt;/strong&gt;. When you pull 100K training pairs to ship to a GPU cluster for fine-tuning, that's not a web request. That's a bulk data transfer. And if your GPU provider is in a different region or cloud than your database, every byte crosses a billing boundary.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cron jobs compound quietly&lt;/strong&gt;. A pair generation script running every 5 minutes, writing 25 rows per call, doesn't feel expensive. But 25 rows × 12 calls/hour × 24 hours × 30 days = 216,000 writes per month from one cron. Add the reads for deduplication checks and you've got a workload that looks nothing like the "starter plan" assumptions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Math Nobody Shows You&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here's a real scenario. You're building a fine-tuning pipeline:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe6wynelmcgujpgx4xrk1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe6wynelmcgujpgx4xrk1.png" alt="Table showing six hidden database cost drivers for AI workloads: training pair storage hitting caps at month 2, dedup reads spiking IOPS, bulk exports generating egress charges, embedding storage multiplying base storage 2-3x, multi-source writes exceeding connection pool limits, and cross-region GPU training incurring inter-region bandwidth fees" width="799" height="462"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;None of these show up in the "$25/mo" pricing page. All of them show up on the invoice.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I Learned Building This&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'm not writing this theoretically. I run training pair generation pipelines that have produced over a million pairs across multiple corpora. The scripts run 24/7 on local hardware, writing directly to postgres via connection poolers.&lt;/p&gt;

&lt;p&gt;Here's what I ran into:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Storage grew faster than expected&lt;/strong&gt;. Training pairs aren't small when you include metadata, quality scores, deduplication hashes, and generation timestamps alongside the prompt/completion text. Two million pairs with full metadata is not a "starter tier" dataset.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Connection limits are the silent killer&lt;/strong&gt;. When you have a pair generation script, a web dashboard, an API layer, a cron-based analytics job, and a RAELA-style AI assistant all hitting the same database, you're not at 5 connections. You're at 30-60 concurrent, and most "starter" plans cap at 20-30 before surcharging.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Egress adds up on batch operations.&lt;/strong&gt; Pulling training data out of the database to ship to a GPU cluster — even compressed — generates egress that metered platforms charge for. If you're iterating on model training (and you will be), you're pulling that data out repeatedly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The pricing page doesn't model your workload&lt;/strong&gt;. Every calculator assumes web-app patterns: mostly reads, light writes, data stays in the network. AI workloads invert all of those assumptions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What to Look For&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you're running AI workloads against a managed database, here's the checklist nobody gives you:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ask about egress explicitly.&lt;/strong&gt; Not "is there egress?" but "how much does it cost to pull 10GB out of the network?" If the answer is vague, the bill won't be.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Calculate your actual storage trajectory.&lt;/strong&gt; Don't use your current dataset size. Use your projected size at 6 months of continuous generation. If you're generating 10K pairs per day, that's 1.8M pairs in 6 months. Size the plan for that, not for today.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Count your real connections.&lt;/strong&gt; Every service, script, cron job, and dashboard is a connection. Add them up. Then add 50% because connection pooling doesn't eliminate connections — it manages them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Check cross-region pricing&lt;/strong&gt;. If your database and your GPU cluster aren't in the same region (they probably aren't), find out what inter-region transfer costs. This is often the largest hidden cost for training workflows.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Look for flat-rate options.&lt;/strong&gt; Some platforms charge per-GB egress. Some charge flat-rate with generous or unlimited transfer. For AI workloads, the difference between metered and flat can be 10-20x on your monthly bill.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Uncomfortable Truth&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The managed database market prices for web apps. The AI market builds on top of managed databases. The pricing models haven't caught up, and the gap is where your budget disappears.&lt;/p&gt;

&lt;p&gt;This isn't a knock on any specific platform. It's a structural mismatch between how databases are priced and how AI workloads actually use them. Until the pricing models evolve, the burden is on builders to model their real costs before committing to a platform.&lt;/p&gt;

&lt;p&gt;Do the math with your actual workload. Not the demo workload. Not the tutorial workload. Your workload — the one that runs 24/7, generates millions of rows, and ships bulk data to GPUs across regions.&lt;/p&gt;

&lt;p&gt;The $25/mo plan is real. The $25/mo bill is not.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I'm curious what others are seeing:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;What's the biggest surprise you've found on a database invoice? Egress, storage, connections — what got you?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If you're running AI workloads on a managed DB, how are you handling the bulk export costs when shipping data to GPU clusters?&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Drop your war stories below. The more people share what they're actually paying, the harder it gets for pricing pages to hide the real numbers.&lt;/p&gt;

&lt;p&gt;Building AI training pipelines on postgres. Opinions from the invoice, not the pricing page. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;For a look at what I'm building to solve this: &lt;a href="//ydabase.com/try-raela"&gt;ydabase.com/try-raela&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>devops</category>
      <category>discuss</category>
    </item>
    <item>
      <title>I Built a Backend Platform with Flat Pricing While Working Night Shifts in an ER</title>
      <dc:creator>Johnny Young</dc:creator>
      <pubDate>Sun, 14 Jun 2026 15:09:33 +0000</pubDate>
      <link>https://dev.to/inspirasion1/i-built-a-backend-platform-with-flat-pricing-while-working-night-shifts-in-an-er-2ao5</link>
      <guid>https://dev.to/inspirasion1/i-built-a-backend-platform-with-flat-pricing-while-working-night-shifts-in-an-er-2ao5</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Every backend-as-a-service platform bills you on usage. More rows, more storage, more functions, more money. You ship a side project, it gets some traction, and suddenly your $25/month bill is $400.&lt;/p&gt;

&lt;p&gt;I kept seeing this happen to developers. Supabase, Firebase, Vercel — great platforms, but the pricing model punishes growth. You shouldn't have to be afraid of your own users.&lt;/p&gt;

&lt;p&gt;So I built something different.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;YDA Cloud&lt;/strong&gt; (&lt;a href="https://ydabase.com" rel="noopener noreferrer"&gt;https://ydabase.com&lt;/a&gt;) is a managed Postgres backend with flat, predictable pricing. Pick a tier, know what you pay. No overages. No surprises. Capacity warnings instead of surprise bills.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's included in every plan:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Managed Postgres with branches and backups&lt;/li&gt;
&lt;li&gt;Object storage with quotas&lt;/li&gt;
&lt;li&gt;Email, OAuth, and magic link authentication&lt;/li&gt;
&lt;li&gt;Deno edge functions with cron scheduling&lt;/li&gt;
&lt;li&gt;Secrets vault with key rotation&lt;/li&gt;
&lt;li&gt;Observability and monitoring&lt;/li&gt;
&lt;li&gt;3,000+ kits in the marketplace&lt;/li&gt;
&lt;li&gt;A built-in database partner that handles operations through natural language&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Tiers run from $49 to $599/month.&lt;/strong&gt; You pick the resources you need. You never get charged more than that.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Flat Pricing Works
&lt;/h2&gt;

&lt;p&gt;Usage-based billing creates a misaligned incentive. The platform makes more money when your app gets more popular. Your success becomes their revenue event — and your anxiety.&lt;/p&gt;

&lt;p&gt;Flat pricing flips that. We make money when you stay. Retention replaces extraction. We're incentivized to make the platform good enough that you never want to leave, not to meter every query you run.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Database Partner
&lt;/h2&gt;

&lt;p&gt;Most platforms bolt on a chatbot and call it AI. Our database partner is the primary interface for managing your backend.&lt;/p&gt;

&lt;p&gt;Create tables. Configure row-level security. Deploy edge functions. Rotate secrets. Run diagnostics. All through natural language. All audit-logged. All scoped to your plan tier so she never executes an operation your plan doesn't support.&lt;/p&gt;

&lt;p&gt;She's not an assistant. She's a working partner.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Story Behind It
&lt;/h2&gt;

&lt;p&gt;I'm not a traditional tech founder. I'm an ER nurse working full-time night shifts in a Level 1 trauma center. I built this between shifts — no funding, no team, no CS degree.&lt;/p&gt;

&lt;p&gt;I build because the tools I needed didn't exist or cost too much or punished me for using them. YDA Cloud is what I wanted as a developer: a backend that's powerful, predictable, and doesn't nickel-and-dime me.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm Looking For
&lt;/h2&gt;

&lt;p&gt;Honest feedback. What's missing? What would make you switch from your current backend? What's the one feature that would make flat pricing a no-brainer?&lt;/p&gt;

&lt;p&gt;I'm building in public and shipping fast. If flat pricing resonates with you, I'd love to hear why. If it doesn't, I'd love to hear that too.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Check it out:&lt;/strong&gt; &lt;a href="https://ydabase.com" rel="noopener noreferrer"&gt;https://ydabase.com&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;If you're interested in the journey of building a software company while working in healthcare, follow me here. I'll be posting about the other products in the portfolio — cybersecurity, publishing tools, AI infrastructure, and more.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>devops</category>
      <category>saas</category>
    </item>
  </channel>
</rss>
