<?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: Eddy Lujan</title>
    <description>The latest articles on DEV Community by Eddy Lujan (@lujandev).</description>
    <link>https://dev.to/lujandev</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%2F3739603%2F27fa2b1d-1092-4852-bd49-f114567938b5.jpg</url>
      <title>DEV Community: Eddy Lujan</title>
      <link>https://dev.to/lujandev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lujandev"/>
    <language>en</language>
    <item>
      <title>Native Swift + Local AI 🧠📱</title>
      <dc:creator>Eddy Lujan</dc:creator>
      <pubDate>Tue, 03 Feb 2026 13:58:26 +0000</pubDate>
      <link>https://dev.to/lujandev/native-swift-local-ai-4349</link>
      <guid>https://dev.to/lujandev/native-swift-local-ai-4349</guid>
      <description>&lt;p&gt;Yesterday I showed my web stack, but today we go down to the metal. After my 9-to-6 job, I spent the night researching—and I managed to run Whisper (OpenAI’s AI) directly on my iPhone’s chip.&lt;/p&gt;

&lt;p&gt;Why? Because I’m tired of the "Cloud Tax."&lt;/p&gt;

&lt;p&gt;Most AI tools force you to:&lt;br&gt;
Pay a monthly subscription.&lt;br&gt;
Send your private audio to their servers.&lt;br&gt;
Have a stable internet connection.&lt;/p&gt;

&lt;p&gt;I broke that cycle.&lt;/p&gt;

&lt;p&gt;✅ Airplane Mode (No WiFi/Data). &lt;br&gt;
✅ Total Privacy (Nothing leaves the device). &lt;br&gt;
✅ Instant Translation (Spanish → English).&lt;/p&gt;

&lt;p&gt;0 APIs. 0 Subscriptions. Pure on-device processing.&lt;/p&gt;

&lt;p&gt;Who else is fed up with paying to have their privacy compromised? Drop a “ME” if you’d use this for your meetings, studies, or private workflows!&lt;/p&gt;

</description>
      <category>buildinpublic</category>
      <category>saas</category>
      <category>programming</category>
    </item>
    <item>
      <title>Building in Public: How I Pivoted from Features to Validation 🚀</title>
      <dc:creator>Eddy Lujan</dc:creator>
      <pubDate>Thu, 29 Jan 2026 16:29:17 +0000</pubDate>
      <link>https://dev.to/lujandev/building-in-public-how-i-pivoted-from-features-to-validation-47cf</link>
      <guid>https://dev.to/lujandev/building-in-public-how-i-pivoted-from-features-to-validation-47cf</guid>
      <description>&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%2F4wmz4cqw4ijhjidh5i2j.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%2F4wmz4cqw4ijhjidh5i2j.png" alt=" " width="800" height="999"&gt;&lt;/a&gt;&lt;br&gt;
I spent months building features almost every day.&lt;br&gt;
Clean code. Real infra. Everything working.&lt;/p&gt;

&lt;p&gt;But I made a classic developer mistake:&lt;br&gt;
&lt;strong&gt;I built first… and asked questions later&lt;/strong&gt;. 🚨&lt;/p&gt;

&lt;p&gt;As a developer, my default mode was:&lt;/p&gt;

&lt;p&gt;“Just add one more feature.”&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Admin panel.&lt;/li&gt;
&lt;li&gt;Payments.&lt;/li&gt;
&lt;li&gt;Webhooks.&lt;/li&gt;
&lt;li&gt;Integrations.&lt;/li&gt;
&lt;li&gt;More modules.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Technically solid. &lt;strong&gt;Business-wise? No real validation&lt;/strong&gt; 😅&lt;/p&gt;

&lt;p&gt;After ~8 months, I realized the problem wasn’t the code.&lt;br&gt;
I was trying to validate:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;an e-commerce platform&lt;/li&gt;
&lt;li&gt;a SaaS product&lt;/li&gt;
&lt;li&gt;my own internal system&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;…all at the same time.&lt;br&gt;
No focus = no signal.&lt;/p&gt;

&lt;p&gt;So instead of throwing everything away, I reframed it.&lt;/p&gt;

&lt;p&gt;I stopped thinking “product”&lt;br&gt;
and started thinking “execution engine.”&lt;/p&gt;

&lt;p&gt;The admin panel + modules became my way to:&lt;br&gt;
build → test → learn → kill fast 🧪&lt;/p&gt;

&lt;p&gt;From now on, I’ll use this setup to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Explore small ideas&lt;/li&gt;
&lt;li&gt;Ship tiny micro-SaaS&lt;/li&gt;
&lt;li&gt;Validate before scaling&lt;/li&gt;
&lt;li&gt;Share what works (and what doesn’t)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Less ego. More feedback.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This isn’t a launch.&lt;br&gt;
It’s a &lt;strong&gt;reset&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;If you’re a dev who loves building but struggles with validation, &lt;strong&gt;you’re not alone&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Building in public from here 🚀&lt;/p&gt;

</description>
      <category>sideprojects</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>Building in Public: How I Pivoted from Features to Validation 🚀</title>
      <dc:creator>Eddy Lujan</dc:creator>
      <pubDate>Thu, 29 Jan 2026 12:04:22 +0000</pubDate>
      <link>https://dev.to/lujandev/building-in-public-how-i-pivoted-from-features-to-validation-2150</link>
      <guid>https://dev.to/lujandev/building-in-public-how-i-pivoted-from-features-to-validation-2150</guid>
      <description>&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%2Ftc520gmvsjgp0xehoc7f.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%2Ftc520gmvsjgp0xehoc7f.png" alt=" " width="800" height="999"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I spent months building features almost every day.&lt;/p&gt;

&lt;p&gt;Clean code. Real infra. Everything working.&lt;/p&gt;

&lt;p&gt;But I made a classic developer mistake:&lt;br&gt;
I built first… and asked questions later. 🚨&lt;/p&gt;

&lt;p&gt;As a developer, my default mode was:&lt;/p&gt;

&lt;p&gt;“Just add one more feature.”&lt;/p&gt;

&lt;p&gt;Admin panel.&lt;/p&gt;

&lt;p&gt;Payments.&lt;/p&gt;

&lt;p&gt;Webhooks.&lt;/p&gt;

&lt;p&gt;Integrations.&lt;/p&gt;

&lt;p&gt;More modules.&lt;/p&gt;

&lt;p&gt;Technically solid. Business-wise? No real validation 😅&lt;/p&gt;

&lt;p&gt;After ~8 months, I realized the problem wasn’t the code.&lt;br&gt;
I was trying to validate:&lt;/p&gt;

&lt;p&gt;an e-commerce platform&lt;/p&gt;

&lt;p&gt;a SaaS product&lt;/p&gt;

&lt;p&gt;and my own internal system&lt;/p&gt;

&lt;p&gt;…all at the same time.&lt;br&gt;
No focus = no signal.&lt;/p&gt;

&lt;p&gt;So instead of throwing everything away, I reframed it.&lt;/p&gt;

&lt;p&gt;I stopped thinking “product”&lt;br&gt;
and started thinking “execution engine.”&lt;/p&gt;

&lt;p&gt;The admin panel + modules became my way to:&lt;br&gt;
build → test → learn → kill fast 🧪&lt;/p&gt;

&lt;p&gt;From now on, I’ll use this setup to:&lt;/p&gt;

&lt;p&gt;explore small ideas&lt;/p&gt;

&lt;p&gt;ship tiny micro-SaaS&lt;/p&gt;

&lt;p&gt;validate before scaling&lt;/p&gt;

&lt;p&gt;share what works (and what doesn’t)&lt;/p&gt;

&lt;p&gt;Less ego. More feedback.&lt;/p&gt;

&lt;p&gt;This isn’t a launch. It’s a reset.&lt;/p&gt;

&lt;p&gt;If you’re a dev who loves building but struggles with validation, you’re not alone.&lt;/p&gt;

&lt;p&gt;Building in public from here 🚀&lt;/p&gt;

</description>
      <category>devjournal</category>
      <category>saas</category>
      <category>sideprojects</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
