Serg Dort
sergdort.bsky.social
Serg Dort
@sergdort.bsky.social
Full stack vibe coder
Шанувальник сала 🇺🇦

https://sergdort.github.io
Tuist isn't just for big teams anymore.

If you're doing agentic iOS development with worktrees, Tuist is essential:
• Binary caching = no cold builds
• Swift manifests = agent-readable
• Generated .xcodeproj = zero merge conflicts

Wrote about my experience here:

sergdort.github.io/tuist-worktr...
February 9, 2026 at 6:01 PM
I rebuilt the Grok loading animation in SwiftUI using two approaches:

1. GCD with recursive asyncAfter calls
2. TimelineView with pure math

The difference? One fights the framework, the other embraces it.

Here's what I learned 🧵

sergdort.github.io/grok-loading...
January 31, 2026 at 6:39 PM
SwiftUI navigation done right: features declare *what* they need, the app layer handles *how*.

No parent-child coordinators, no coupling nightmares. Just protocols, routes, and trivial cross-feature navigation.

Wrote about the approach I use: sergdort.github.io/swiftui-navi...
January 12, 2026 at 7:45 PM