Exploring the Unknown: My Programming Journey



Hey Reader,

Last night, I had a breakthrough. The weeks of effort exploring different options finally paid off – it felt fantastic. I was tired, but accomplished.

Below, I will share three stories about the unknown and how to push through even if you're unsure what to do.

Programming can be hard. It can be fun. And it can be hard again. I have been busy traveling and had family visiting. And I have been wrestling with build issues around legacy code.

Sometimes when you learn something new, you struggle. You're on the tip of what you understand, and it can be frustrating when things don't work like you expect.

When this happens, sometimes you need to believe that you can do it or that something is possible.

The struggle makes it difficult when you're unsure how to do it.

Recently, I overcame a challenging bit of code. It reminds me of a few other times in my programming career when I didn't know if my code would work, but I pushed on.

Cross-Platform C++ Code

About 9 years ago, I ported a Windows C/C# threaded server to cross-platform C/C++ code that ran on Windows and macOS. There were weeks of compiler errors I had to fix for macOS. I fixed one error after the next until one day, when everything compiled.

And that was just the tip of the iceberg. To make it reliable, I had to fix concurrency issues using the Xcode Thread Sanitizer to protect shared mutable state. Huge functions with nested if/else conditions did not make it easy to see all the potential code paths. That code was error-prone and could deadlock the entire server.

To mitigate stability concerns, I built a test app in Swift that could stress test the C++ server with 100s of requests per minute to verify it worked (while I slept).

And that is one of the reasons I love Xcode. It has tools for debugging challenging problems, while Visual Studio did not.

Genetic Artwork

In 2009, I started working on a genetic algorithm to create artwork. It started on the Mac and had mildly promising results, but was only monochrome. When the iPad was announced in 2010 by Steve Jobs, I decided to port it to iPhone and iPad, and the results were ok . . .

. . . But after using the app more and more, exciting patterns emerged.

It's that push into the unknown that you sometimes need to do, day in and day out. Making incremental progress until all of a sudden, you have something working.

It can be non-stop problem-solving until you figure it out. That is the challenge of software and cutting-edge technology.

SwiftUI Challenges

Some things are easier, like SwiftUI, to see immediate visual results. It feels fun and exciting. But sometimes you run into edge cases like I did with GoPro's Quik app. In 2022, I wasn't sure if SwiftUI was stable enough – and it wasn't entirely — that came later with iOS 16 and more SwiftUI bug fixes.

You don't know until you try, and you won't have confidence that it will work out exactly how you expect. But if you never try, you'll never enjoy the progress and satisfaction of making something new from an idea, and learning along the way.

SwiftUI Challenges

I love working on UI and I am planning to share new SwiftUI tutorials to help push your UI design skills later this month.

As you practice more SwiftUI design challenges, you will build a SwiftUI toolkit that you can use in different scenarios.

It feels weird to practice something so small, but in the few coding sessions I have done, I keep learning new things. Or I'm confronted with a design problem that I have not solved before.

Here's a sneak peek at an upcoming tutorial. How would you build this widget using SwiftUI? How should it work? Is the text dynamic?

What are you working on?

I'm working on legacy C, C++, Objective-C, Swift, and SwiftUI interoperability and migrating from Cocoapods to SPM. There are many moving parts, but I solved the last big obstacle . . . that I can see right now . . .

Hit reply and let me know what you're making in SwiftUI or iOS.

Talk soon,

Paul Solt
Paul@SuperEasyApps.com

P.S. Need a challenge? Try my last SwiftUI Challenge. How would you implement the design?

AI Code Brief - Paul Solt

Join 5,901+ iOS/macOS developers using Codex and agents to build and ship apps. Expect practical tutorials, repeatable workflows, and hard-earned lessons from 7 shipped apps and time at Apple, Microsoft, and GoPro.

Read more from AI Code Brief - Paul Solt
App Documentation for Agents

Hey Reader, Agents write better code when they can read docs instead of guessing from memory. A 2026 paper found up to a 20% improvement in first-try code accuracy when models were given the right programming context. So what do you do with that? Don’t rely on the agent to know everything from their training set. Instead, provide tools or local docs that they can reference. Your local docs should include sample code so agents can use the code correctly (the first time). If you’ve ever read...

Codex GPT-5.4 - My Workflow for App Development

Hey Reader, My iOS and macOS app development workflow has changed since my last GPT-5.2 Workflow video. GPT-5.4 lets me iterate on bug fixes, features, and ideas much faster than before. Watch: How I Build Apps with Codex and GPT-5.4 If you want to build apps with agents, use my app-creator skill. It can scaffold a new Xcode project and teach your agent how to create a Makefile for an existing Xcode project. 2 Tactics You Can Steal #1 Use a Learnings.md File with Your Agent Self-improvement...

App-Creator Agent Skill - Make Apps with Xcode and Agents

Hey Reader, I’m launching early access for my new app-creator agent skill for iOS/macOS apps today! In this email: 2 Tactics You Can Steal This Weekend 5 Resources and Links Community Spotlight What does app development look like in 2026? Coding has forever changed over the last 3 months. I’m all-in on app development with Codex 5.3. It’s a workhorse. If you’re an idea person still learning the basics, you have a huge opportunity. Gone are the days when you need to know every line of code....