Cihat Gündüz·May 2My Top 5 AI Wishes for WWDC26Apple says WWDC26 will spotlight ‘AI advancements and exciting new software and developer tools.’ Here are five things I most want them to…
Cihat Gündüz·Apr 21Pair Programming for Claude and Codex, Without the Copy-PasteI’d been running Claude and Codex in parallel manually for months — copy-pasting between sessions, passing findings back and forth…
Cihat Gündüz·Sep 3, 2025Why I’m Not Using Xcode 26’s AI Chat Integration (And What Could Change My Mind)7 missing features keeping me from using Xcode’s AI, plus my 5-release roadmap for Apple to catch up with Claude Code and Cursor.A response icon1A response icon1
Cihat Gündüz·May 12, 2025Making Swift Error Messages Human-Friendly — TogetherSwift error messages can be cryptic, but as a community, we can make them clearer. Help others (and your future self) by contributing…
Cihat Gündüz·May 5, 2025Better Error Reporting in Swift Apps: Automatic Logs + AnalyticsTired of vague bug reports like “it doesn’t work”? In this post, you’ll learn how to collect automatic logs and track real-world errors in…A response icon1A response icon1
Cihat Gündüz·Apr 28, 2025Unlocking the Real Power of Swift 6’s Typed Throws with Error ChainsDiscover how to turn Typed Throws from a headache into a superpower — with clean error handling and powerful debugging insights.
Cihat Gündüz·Apr 21, 2025Swift Error Handling Done Right: Overcoming the Objective-C Error LegacyTired of cryptic Swift error messages like ‘(YourError error 0)’? Here’s how to fix them for good — with clarity and elegance.
Cihat Gündüz·Mar 20, 2025Solving Swift Macro Trust Issues in Xcode Cloud BuildsSwift macros are powerful but can break your CI pipeline with trust errors. Learn how to implement a simple post-clone script that solves…
Cihat Gündüz·Feb 19, 2025When Getting Sherlocked Leads to Something Better: The TranslateKit JourneyA candid story about resilience in indie app development — and how the worst day of your developer life can sometimes lead to building…
Cihat Gündüz·Feb 12, 2025Swift Localization in 2025: Best Practices You Couldn’t Use BeforeString Catalogs improved localization but introduced new challenges. This article explores how to regain structure and efficiency with…