<?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: aløne</title>
    <description>The latest articles on DEV Community by aløne (@alonefps).</description>
    <link>https://dev.to/alonefps</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1676658%2Fc6b47dc5-c588-483e-b9bc-fe1568d2ab7e.jpeg</url>
      <title>DEV Community: aløne</title>
      <link>https://dev.to/alonefps</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alonefps"/>
    <language>en</language>
    <item>
      <title>I stopped “studying” code. That’s when everything changed.</title>
      <dc:creator>aløne</dc:creator>
      <pubDate>Thu, 24 Apr 2025 18:34:10 +0000</pubDate>
      <link>https://dev.to/alonefps/i-stopped-studying-code-thats-when-everything-changed-4l8n</link>
      <guid>https://dev.to/alonefps/i-stopped-studying-code-thats-when-everything-changed-4l8n</guid>
      <description>&lt;p&gt;“You don’t need more courses. You need more courage.”&lt;/p&gt;

&lt;p&gt;For years, I did what everyone does:&lt;br&gt;
📚 Watched tutorials&lt;br&gt;
📘 Bought courses&lt;br&gt;
🧠 Studied frameworks&lt;/p&gt;

&lt;p&gt;But I always felt like I wasn’t ready.&lt;br&gt;
Fear of messing up kept me stuck.&lt;br&gt;
So I decided to flip the script.&lt;/p&gt;

&lt;p&gt;—&lt;/p&gt;

&lt;p&gt;The turning point&lt;/p&gt;

&lt;p&gt;Instead of studying, I started building.&lt;/p&gt;

&lt;p&gt;Not for work.&lt;br&gt;
Not for a client.&lt;br&gt;
Just to see an idea come to life.&lt;/p&gt;

&lt;p&gt;My first project looked terrible.&lt;br&gt;
It was full of console.log() and copy-pasted code.&lt;br&gt;
But it worked.&lt;/p&gt;

&lt;p&gt;And that changed everything.&lt;/p&gt;

&lt;p&gt;—&lt;/p&gt;

&lt;p&gt;What I learned (without realizing it):&lt;br&gt;
• I learned about security because my deploy kept failing&lt;br&gt;
• I learned testing after breaking a route&lt;br&gt;
• I learned UI/UX because no one could use what I made&lt;/p&gt;

&lt;p&gt;Was I studying?&lt;br&gt;
Yes. But with purpose.&lt;/p&gt;

&lt;p&gt;—&lt;/p&gt;

&lt;p&gt;What you can take from this:&lt;/p&gt;

&lt;p&gt;📌 You don’t need 10 frameworks to get started&lt;br&gt;
📌 You don’t need to be “senior” to launch something&lt;br&gt;
📌 You just need a simple idea — and the guts to try&lt;/p&gt;

&lt;p&gt;—&lt;/p&gt;

&lt;p&gt;Today, that small test turned into a real product:&lt;/p&gt;

&lt;p&gt;⚡ thumbgen.app&lt;br&gt;
AI thumbnails for creators.&lt;br&gt;
No code. No Photoshop. Just results.&lt;/p&gt;

&lt;p&gt;I started alone.&lt;br&gt;
Didn’t wait for permission.&lt;br&gt;
And the opportunities started showing up.&lt;/p&gt;

&lt;p&gt;—&lt;/p&gt;

&lt;p&gt;If there’s one thing I’d tell you:&lt;/p&gt;

&lt;p&gt;Start building before you feel ready.&lt;br&gt;
Spoiler: you’ll never feel ready.&lt;/p&gt;

&lt;p&gt;—&lt;/p&gt;

&lt;p&gt;🧠 Got something you’re afraid to launch? Drop it in the replies.&lt;br&gt;
I’ll send real feedback and ideas.&lt;/p&gt;

&lt;p&gt;🚀 Let’s make the internet see what you’re building. #buildinpublic&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>I accidentally built an AI that makes better thumbnails than I ever could</title>
      <dc:creator>aløne</dc:creator>
      <pubDate>Tue, 22 Apr 2025 01:10:53 +0000</pubDate>
      <link>https://dev.to/alonefps/i-accidentally-built-an-ai-that-makes-better-thumbnails-than-i-ever-could-4hd7</link>
      <guid>https://dev.to/alonefps/i-accidentally-built-an-ai-that-makes-better-thumbnails-than-i-ever-could-4hd7</guid>
      <description>&lt;p&gt;It started as a weekend experiment. I was tired of wasting 30+ minutes designing thumbnails that still looked average. I wanted something faster — smarter — something that didn’t make me open Photoshop at 1AM. So I built a basic prompt-to-image generator using Replicate. No UI. No auth. Just raw output. It was ugly, but the results? Kinda amazing.&lt;/p&gt;

&lt;p&gt;Then I showed it to two creator friends. One of them replaced 8 thumbnails with it. The other messaged me saying, “I would pay for this.” That’s when it clicked.&lt;/p&gt;

&lt;p&gt;So I turned it into a product.&lt;/p&gt;

&lt;p&gt;Today, &lt;a href="https://thumbgen.app" rel="noopener noreferrer"&gt;Thumbgen&lt;/a&gt; is live. It generates thumbnails in seconds, uses OpenAI + Replicate, and runs on Next.js + Tailwind + Vercel. You type a few words, it creates an optimized, click-worthy thumbnail for your video. No templates. No design skills. Just pure AI output, editable and ready to publish.&lt;/p&gt;

&lt;p&gt;In our first few days, we hit 2,000+ users and $2k MRR. Still early. Still messy. But it’s real.&lt;/p&gt;

&lt;p&gt;I’m not sharing this to go viral. I’m sharing because building this almost broke me — debugging model failures at 3AM, handling latency spikes, rewriting Stripe logic 4 times, and doubting if anyone would care. But they did.&lt;/p&gt;

&lt;p&gt;If you’re curious about the stack, the problems, or the weird edge cases we hit while building an AI design tool, let’s talk. I’m all ears.&lt;/p&gt;

&lt;p&gt;You can try it now. I’d love your feedback. &lt;a href="https://thumbgen.app" rel="noopener noreferrer"&gt;https://thumbgen.app&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
