Inside iOS Dev
Inside iOS Dev
Alex Bush, Sandeep Aggarwal
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.
iOS Interview Tips from Engineering Manager and Senior Engineers
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.
Apr 3, 2023
1 hr 17 min
WWDC 2022 Devs Reaction
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/
Jun 29, 2022
1 hr 17 min
Top 10 iOS Dev Tips
Alex and Sandeep share 10 iOS development tips that you can add to your knowledge base in less than 10 minutes for a better development experience.
May 15, 2022
9 min
Blocked by the backend? Use prod mocks.
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.
Mar 29, 2022
13 min
Generating Mocks with Sourcery
Alex and Sandeep introduce Swift Sourcery, a code generation tool to automatically create mock implementations for interfaces in your code.
Feb 26, 2022
16 min
Refactoring Large Initializer in Swift. Part 1. Dependency Injection with Default Values and Properties.
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
Oct 23, 2021
25 min
RIBs. The Best iOS Architecture.
Alex Bush and Franz Busch give an overview of RIBs architecture on iOS.
Sep 26, 2021
1 hr 4 min
Developers/Designers Therapy Session with Michael DeGothsier and Sandeep Aggarwal
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.
Aug 28, 2021
41 min
2 Ways to Implement VIPER iOS Architecture with its author Jeff Gilbert
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.
Aug 14, 2021
1 hr 6 min
Swift Optional String Or Empty Extension
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
Jul 19, 2021
7 min
Load more