# insideiosdev.com > AI-optimized mirror of insideiosdev.com containing 19 pages totalling 4,208 words of clean markdown content, structured data, and semantic HTML. Original source: https://insideiosdev.com/. Last updated: 2026-06-13T23:49:10.383Z. Each page is available as HTML (with JSON-LD structured data) and Markdown (text-only, ideal for LLMs and RAG). ## Homepage - [Inside iOS Dev](/content/site-root.html): Inside iOS dev is a weekly show about real world iOS development. Your hosts, Alex Bush and Sandeep Aggarwal, draw from their experiences ranging from 4+ year old legacy codebases, to small startup green field projects, to working on apps at places like Uber, Wayfair, and Upkeep with millions of active users. They discuss everything from implementing specific features, to creating flexible designs, to utilizing refactoring techniques, and more. This is THE show for professional iOS developers. (337 words) ## Articles & Blog Posts - [Alex on Uber's RIB Architecture](/content/episodes/alex-on-ubers-rib-architecture-2d362fd3/index.html): Alex talks about working at Uber and what he's learned from their RIB architecture. (131 words) - [episodes/saga-of-the-bug-in-collapsing-navigation-bar-in-scrolling-view.html](/content/episodes/saga-of-the-bug-in-collapsing-navigation-bar-in-scrolling-view.html) (1 words) - [episodes/generating-mocks-with-sourcery/index.html](/content/episodes/generating-mocks-with-sourcery/index.html) (1 words) - [episodes/top-10-ios-dev-tips/index.html](/content/episodes/top-10-ios-dev-tips/index.html) (1 words) - [RIBs. The Best iOS Architecture.](/content/episodes/ribs-the-best-ios-architecture/index.html): Alex Bush and Franz Busch give an overview of RIBs architecture on iOS. (288 words) - [Swift Optional String Or Empty Extension](/content/episodes/swift-optional-string-or-empty-extension/index.html): In this episode I walk you through how to create an extension on Optional String type to default nil strings to an empty string. This little shortcut can greatly reduce the amount of ifelsing and if let unwrapping on optional strings in your Swift codebase. This episode's video screencast: https://youtu.be/qzuFvUVuH9U This episode's audio podcast: https://insideiosdev.com/episodes/swift-optional-string-or-empty-extension Inside iOS Dev YouTube Channel: https://www.youtube.com/channel/UC6zcA3dAMUWN8E2_dlg_WyQ (207 words) - [Builder Design Pattern in Swift with Sandeep Aggarwal](/content/episodes/builder-design-pattern-in-swift-with-sandeep-aggarwal.html): Alex talks to Sandeep Aggarwal about Builder design pattern. They talk about use cases where the pattern is most applicable and how the implementation they made turned out. (216 words) - [Youtube Channel Announcement](/content/episodes/youtube-channel-announcement/index.html): I'm transitioning to Youtube! Don't worry, the podcast is not over :) I'll be making more and more screencast style videos instead of just audio podcast format. I'll still be having guest over and have conversations with them about the code and I'll be cross posting screencast episodes on the podcast as well. This new direction will allow me to explain the concepts and showcase the code examples better as the audio format can only do so much. Please hop on over to Youtube. You can find the channel here https://www.youtube.com/channel/UC6zcA3dAMUWN8E2_dlg_WyQ Please share, like, and subscribe to it as it will greatly help me get this channel up and running. Hope to see and hear your feedback and have better content quality there. Let me know what you think and I'm looking forward to hearing from you! (356 words) - [Refactoring Large Initializer in Swift. Part 1. Dependency Injection with Default Values and Properties.](/content/episodes/refactoring-large-initializer-in-swift-part-1-dependency-injection-with-default-values-and-properties.html): In this episode Sandeep and Alex refactor a class with a large initializer into something easier to use. This is part one of this series. Sample code was taken from Fred’s tweet: https://twitter.com/frederickohen/status/1413595709471875072 (196 words) - [2 Ways to Implement VIPER iOS Architecture with its author Jeff Gilbert](/content/episodes/2-ways-to-implement-viper-ios-architecture-with-its-author-jeff-gilbert.html): Alex and Sandeep talk to Jeff Gilbert, the author of VIPER architecture, about evolving understanding of VIPER, complex VIPER apps and compare different way to understand and implement VIPER on projects of all sizes. (199 words) - [Developers/Designers Therapy Session with Michael DeGothsier and Sandeep Aggarwal](/content/episodes/developers-designers-therapy-session-with-michael-degothsier-and-sandeep-aggarwal.html): Alex and Sandeep talk to Michael DeGothsier about challenges developers and designers face working with each other and what approaches and perspectives they might take to improve collaboration. (181 words) - [Blocked by the backend? Use prod mocks.](/content/episodes/blocked-by-the-backend-use-prod-mocks/index.html): In this episode Sandeep and Alex showcase how mocks can be used in production code to substitute upcoming unfinished or unreleased backend changes. They use dependency injection and Liskov Substitution Principle to inject a service object implementation that uses local hardcoded data instead of fetching it from the network. (213 words) - [iOS Interview Tips from Engineering Manager and Senior Engineers](/content/episodes/ios-interview-tips-from-engineering-manager-and-senior-engineers.html): Sandeep and Alex talk to Aaina Jain and Muralidharan Kathiresan about interviewing in current layoffs prone market, interview stages and tips to be more successful in each. (181 words) - [Clean Code’s Impact with Uncle Bob](/content/episodes/clean-codes-impact-with-uncle-bob/index.html): In this episode we have legendary Robert Uncle Bob Martin come over to talk about Clean Code, professionalism, and courage. We cover: - the impact of Clean Code on businesses' ability to change software and make money - management pushback on applying Clean Code practices and how to handle it - how managers get to the truth and how developers get to the truth - professionalism, courage to take risk and saying NO despite potentially being fired - writing tests to reduce risks working with legacy (and not legacy) code - code ownership and pair programming - following the code rules you establish - a rapid questions round - ask listeners' questions - and much more (381 words) - [WWDC 2022 Devs Reaction](/content/episodes/wwdc-2022-devs-reaction/index.html): In this episode Alex and Sandeep react to WWDC 2022 Platform State of The Union. This is our very raw, unresearched reaction/opinion on what we heard on latest WWDC changes for iOS development. Some things are just emotions and unfiltered opinions, some are things we already looked into. We'll be doing deep dives in other videos into some of the stuff we covered that we're not sure or don't know much about or stuff that deserves more attention. You can find the video we covered here: https://developer.apple.com/videos/play/wwdc2022/102/ (294 words) - [episodes/how-to-determine-visibility-of-a-view-controller-ni84lfeq.html](/content/episodes/how-to-determine-visibility-of-a-view-controller-ni84lfeq.html) (1 words) - [Episodes](/content/episodes/index.html): Inside iOS dev is a weekly show about real world iOS development. Your hosts, Alex Bush and Sandeep Aggarwal, draw from their experiences ranging from 4+ year old legacy codebases, to small startup green field projects, to working on apps at places like Uber, Wayfair, and Upkeep with millions of active users. They discuss everything from implementing specific features, to creating flexible designs, to utilizing refactoring techniques, and more. This is THE show for professional iOS developers. (757 words) - [sitemap-xml.html](/content/sitemap-xml.html) (267 words) ## Resources - [Full Page Index](/index.html): Browse all cached pages with rich metadata - [About This Cache](/content/about.html): Methodology, technical details, and usage guidelines - [XML Sitemap](/sitemap.xml): Machine-readable sitemap for crawler discovery - [Robots.txt](/robots.txt): Crawler directives