<?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: dev koan</title>
    <description>The latest articles on DEV Community by dev koan (@devkoan).</description>
    <link>https://dev.to/devkoan</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%2F3859750%2F8da91fce-4c99-4d4c-9ae5-133fff6f0873.png</url>
      <title>DEV Community: dev koan</title>
      <link>https://dev.to/devkoan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/devkoan"/>
    <language>en</language>
    <item>
      <title>The Map Nobody Gave Me: A 10-Year iOS Dev's Honest Starting Guide</title>
      <dc:creator>dev koan</dc:creator>
      <pubDate>Sat, 04 Apr 2026 16:35:17 +0000</pubDate>
      <link>https://dev.to/devkoan/the-map-nobody-gave-me-a-10-year-ios-devs-honest-starting-guide-56g2</link>
      <guid>https://dev.to/devkoan/the-map-nobody-gave-me-a-10-year-ios-devs-honest-starting-guide-56g2</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%2Fyqlc0sqolct8gxjn4a3s.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%2Fyqlc0sqolct8gxjn4a3s.png" alt=" " width="800" height="350"&gt;&lt;/a&gt;&lt;br&gt;
The first time I wanted to build an app, I sat down, opened my MacBook, and thought: &lt;em&gt;okay. Let's do this.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Then I opened Google.&lt;/p&gt;

&lt;p&gt;Four hours later I had 47 tabs open. Three different programming languages downloaded. Two YouTube tutorials paused halfway through. And zero lines of code.&lt;/p&gt;

&lt;p&gt;I wasn't lazy. I wasn't stupid. I just didn't have a map.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Real Problem Isn't Information — It's Sequence
&lt;/h2&gt;

&lt;p&gt;Here's the thing about googling "how to make an app" — you get answers meant for people who already know the shape of the thing.&lt;/p&gt;

&lt;p&gt;Swift or Objective-C? Xcode or VS Code? UIKit or SwiftUI? Bootcamp or self-taught? Start with fundamentals or just build something?&lt;/p&gt;

&lt;p&gt;Every single one of those is a real question with a real answer. But when you don't know what any of those words mean yet, the answer to each question just opens three more. You spend four hours clicking and reading and watching and at the end of it you feel &lt;em&gt;less ready&lt;/em&gt; than when you started.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;That's not a knowledge problem. That's a sequencing problem.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The information exists. There's more of it than you'll ever need. The problem is nobody tells you what order to learn it in.&lt;/p&gt;

&lt;h2&gt;
  
  
  What 10 Years and 20+ Apps Taught Me
&lt;/h2&gt;

&lt;p&gt;I've been building iOS apps solo for 10 years. Twenty-something shipped. I've made every mistake you can make in this process and kept notes on most of them.&lt;/p&gt;

&lt;p&gt;The thing I wish someone had told me on day one isn't a tip or a trick. It's this:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The tools matter less than the order you learn them in.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Most beginners try to learn everything at once. Or they pick the "best" tool before they understand what any of the tools do. That's like buying the best hiking boots before you know whether you're going to the mountains or the beach.&lt;/p&gt;

&lt;p&gt;Figure out where you're going first. Then pick the tools.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 4-Step Map
&lt;/h2&gt;

&lt;p&gt;If I were starting over today and wanted to build iOS apps, here's the exact order I'd go:&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 1: Get Somewhere to Write
&lt;/h3&gt;

&lt;p&gt;Download Xcode. It's free. It's made by Apple. It lives on your Mac. This is where you'll spend most of your time for the next few years so you might as well meet it now. Don't try to understand it yet. Just install it and open it. That's the whole step.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 2: Learn One Language
&lt;/h3&gt;

&lt;p&gt;Swift. Not Objective-C, not Python, not JavaScript. &lt;strong&gt;Swift.&lt;/strong&gt; It's what Apple uses, it's what iOS apps are written in, and it's genuinely well-designed for beginners. The debate about which language to learn first is real and completely irrelevant to you right now.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 3: Learn to Save Your Work Properly
&lt;/h3&gt;

&lt;p&gt;This is Git. It creates checkpoints in your code so that when you break something (you will, constantly, that's normal) you can go back. I skipped this when I started. Lost two weeks of work. Then did it again. Then I started using Git and I've never lost work since.&lt;/p&gt;

&lt;p&gt;Set this up before you write anything you care about.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 4: Build Something Small and Ugly
&lt;/h3&gt;

&lt;p&gt;Not impressive. Not portfolio-worthy. Just something that runs on your phone and does one thing. A timer. A list. A button that plays a sound. The goal isn't the app. &lt;strong&gt;The goal is going through the full process once&lt;/strong&gt; so it stops feeling like a mystery.&lt;/p&gt;




&lt;p&gt;That's the map. Four steps. Everything else builds on top of those four things.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;This is the first post in a series. Next up: &lt;strong&gt;Git&lt;/strong&gt; — what it actually is, why it matters more than most beginners think, and how to get started with it in under 20 minutes even if you've never used a command line before.&lt;/p&gt;

&lt;p&gt;If you know someone who's been saying "I want to build an app" for the past year and hasn't started yet — share this with them. This is exactly where they need to begin.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;I'm DevKoan. 10 years of solo iOS development, 20+ shipped apps, and a collection of every mistake a junior developer can make. I write about the things I wish someone had told me earlier.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Follow me here or on &lt;a href="https://devkoan.substack.com" rel="noopener noreferrer"&gt;Substack&lt;/a&gt; for weekly posts.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>ios</category>
      <category>swift</category>
      <category>career</category>
    </item>
  </channel>
</rss>
