Inside iOS Dev

የቻናል ዝርዝሮች

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 act...

EN United States ቴክኖሎጂ

የቅርብ ጊዜ ክፍሎች

87 ክፍሎች
Clean Code’s Impact with Uncle Bob

Clean Code’s Impact with Uncle Bob

In this episode we have legendary Robert Uncle Bob Martin come over to talk about Clean Code, professionalism, and courage. We cover:
- the impa...

2023-07-27 03:00:00 01:20:32
ማውረድ
iOS Interview Tips from Engineering Manager and Senior Engineers

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 mo...

2023-04-03 17:15:39 01:17:31
ማውረድ
WWDC 2022 Devs Reaction

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...

2022-06-29 05:25:38 01:17:38
ማውረድ
Top 10 iOS Dev Tips

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.

2022-05-15 11:29:36 00:09:43
ማውረድ
Blocked by the backend? Use prod mocks.

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. Th...

2022-03-29 03:48:54 00:13:08
ማውረድ
Generating Mocks with Sourcery

Generating Mocks with Sourcery

Alex and Sandeep introduce Swift Sourcery, a code generation tool to automatically create mock implementations for interfaces in your code.
Sour...

2022-02-26 08:18:16 00:16:06
ማውረድ
Refactoring Large Initializer in Swift. Part 1. Dependency Injection with Default Values and Properties.

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...

2021-10-23 03:00:00 00:25:06
ማውረድ
RIBs. The Best iOS Architecture.

RIBs. The Best iOS Architecture.

RIBs Resources:
- [Original RIB repository](https://github.com/uber/RIBs)
- [Uber RIB wiki](https://github.com/uber/RIBs/wiki)
- Gen...

2021-09-26 13:20:00 01:04:20
ማውረድ
Developers/Designers Therapy Session with Michael DeGothsier and Sandeep Aggarwal

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 perspective...

2021-08-28 08:07:24 00:41:46
ማውረድ
2 Ways to Implement VIPER iOS Architecture with its author Jeff Gilbert

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 differe...

2021-08-14 14:42:16 01:06:08
ማውረድ
Swift Optional String Or Empty Extension

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...

2021-07-19 18:42:07 00:07:07
ማውረድ
Youtube Channel Announcement

Youtube Channel Announcement

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 podca...

2021-06-29 18:50:51 00:03:03
ማውረድ
Builder Design Pattern in Swift with Sandeep Aggarwal

Builder Design Pattern in Swift with Sandeep Aggarwal

Alex talks to Sandeep Aggarwal about Builder design pattern. They talk about use cases where the pattern is most applicable and how the implementation...

2021-05-31 12:03:25 00:24:14
ማውረድ
Saga of The Bug in Collapsing Navigation Bar in Scrolling View

Saga of The Bug in Collapsing Navigation Bar in Scrolling View

Alex talks about unexpected bugs he encountered with the new iOS release and how replacing a 3rd party library with a built-in Apple implementation is...

2021-04-29 18:36:17 00:36:25
ማውረድ
How to Determine Visibility of a View Controller

How to Determine Visibility of a View Controller

Alex talks about unexpected intricacies and complexities he encountered trying to determine if a given view controller is visible trying to refresh da...

2021-03-28 15:13:52 00:34:06
ማውረድ
Unit-testing 101

Unit-testing 101

Alex gives an introduction to unit-testing on iOS. He talks about what unit-testing is, how unit-tests are structured, and best practices on organizin...

2020-11-29 13:04:38 00:15:54
ማውረድ
Protected Visibility Modifier in Swift with Daniel Hall

Protected Visibility Modifier in Swift with Daniel Hall

Daniel Hall and Alex talk about protected visibility modifier in objective oriented languages and how they wish it was added to Swift language. They t...

2020-11-07 19:48:50 00:16:28
ማውረድ
Why I wasn't recording all this time? The Truth Exposed.

Why I wasn't recording all this time? The Truth Exposed.

Alex talks about why he’s been missing in action and haven’t published any podcast episodes in a while.
Sign up for Alex's upcoming video course...

2020-10-25 10:53:46 00:08:10
ማውረድ
Law of Demeter, Async Programming, Naming Things with Tom Mornini

Law of Demeter, Async Programming, Naming Things with Tom Mornini

Sign up for Alex's upcoming video course about iOS System Design Interview: https://iosinterviewguide.com/system-design-interview
Sign up for Al...

2020-07-08 05:27:28 00:46:07
ማውረድ
Data Observation in SwiftUI with Dainel Hall

Data Observation in SwiftUI with Dainel Hall

Alex talks to Daniel Hall about SwiftUI data observation, Environment, EnvironmentObject, ObservableObject, and State. Daniel is an iOS architect at W...

2020-06-08 05:55:00 00:51:04
ማውረድ
iOS Interview Questions For Senior Developers in 2020 Part 2

iOS Interview Questions For Senior Developers in 2020 Part 2

Alex continues to cover his article iOS Interview Questions For Senior Developers in 2020. In this episode he covers questions:
Links:
Sig...

2020-04-27 06:00:03 00:15:01
ማውረድ
iOS Interview Questions For Senior Developers in 2020 Part 1

iOS Interview Questions For Senior Developers in 2020 Part 1

Alex talks about an article he recently published - "iOS Interview Questions For Senior Developers in 2020"
He covers first 3 questions from the...

2020-04-13 06:00:11 00:15:21
ማውረድ
iOS System Design Interview

iOS System Design Interview

Alex talks about iOS system design interview, what to expect, what's important to focus on and what complexity a potential e-commerce application migh...

2020-03-30 05:52:31 00:19:37
ማውረድ
VIPER with Jeff Gilbert

VIPER with Jeff Gilbert

Alex talks to Jeff Gilbert about VIPER architecture, how it came to be and how this architecture helps scale iOS codebases. Jeff is the author of VIPE...

2020-02-25 04:00:11 00:57:28
ማውረድ
Asynchronous Work on iOS (Combine Edition) with Leo Dion

Asynchronous Work on iOS (Combine Edition) with Leo Dion

Alex interviews Leo Dion about his recent article Asynchronous Multi-Threaded Parallel World of Swift. They talk about async work on iOS, options deve...

2020-01-27 05:50:24 00:31:41
ማውረድ
Protocol Extension Overuse

Protocol Extension Overuse

Alex explains how overusing extensions and protocol extensions in Swift leads to unpredictable runtime bugs.
Sign up for Alex's upcoming video c...

2019-11-26 18:42:35 00:24:10
ማውረድ
Optionals Are Evil..?

Optionals Are Evil..?

https://twitter.com/_ivancr/status/1180199237398626304?s=20
Need to prepare for an iOS Engineer Interview? https://iosinterviewguide.com
C...

2019-10-28 06:06:43 00:13:33
ማውረድ
Flutter with Rody Davis

Flutter with Rody Davis

Alex interviews Rody Davis about Flutter, a cross platform framework for iOS and Android development. They also address cross platform development iss...

2019-10-07 05:58:52 00:35:58
ማውረድ
Cross-platform code sharing via C++ at Dropbox with Eyal Guthmann

Cross-platform code sharing via C++ at Dropbox with Eyal Guthmann

Recently, Dropbox published a blog illustrating the costs & overhead of using C++ to code share between iOS and Android. The author, Eyal Guthmann fro...

2019-09-19 05:00:12 00:43:49
ማውረድ
VIPER First Impressions

VIPER First Impressions

Alex talks about his first impressions working with VIPER architecture. He walks through each part of the architecture, compares it to RIBs, and talks...

2019-09-09 06:00:13 00:32:40
ማውረድ
Dropbox drops mobile cross platform C++

Dropbox drops mobile cross platform C++

Alex and Andrew discuss the latest Dropbox engineering article that announced that Dropbox is dropping their support of cross platform mobile C++ code...

2019-08-26 05:54:07 00:22:13
ማውረድ
Vapor with Leo Dion

Vapor with Leo Dion

Alex talks with Leo Dion about Server Side Swift and Vapor.
Need to prepare for an iOS Engineer Interview? https://iosinterviewguide.com
<...

2019-07-23 08:18:48 00:31:48
ማውረድ
GCD vs RxSwift with Shai Mishali

GCD vs RxSwift with Shai Mishali

Alex and Andrew interview Shai Mishali about advantages of using RxSwift for async operations on iOS instead of Grand Central Dispatch (GCD).
Sh...

2019-07-01 05:50:19 00:31:51
ማውረድ
WWDC 2019 Woes  - The pressures & frustrations of ever-changing tech

WWDC 2019 Woes - The pressures & frustrations of ever-changing tech

Andrew talks about the pressures & frustrations that often accompany the highs of big tech announcements like WWDC.

2019-06-24 08:01:27 00:25:47
ማውረድ
First thoughts on SwiftUI

First thoughts on SwiftUI

Need to prepare for an iOS Engineer Interview? https://iosinterviewguide.com

Connect with us: https://twitter.com/insideiosdev

2019-06-17 07:35:52 00:35:44
ማውረድ
WWDC 2019 First Impressions

WWDC 2019 First Impressions

Our first impressions after the first day of WWDC 2019.

We go over Marzipan/Catalyst, Swift's new Combine framework, SwiftUI, and other b...

2019-06-04 07:40:28 00:27:50
ማውረድ
What we learned giving our first tech conference talks

What we learned giving our first tech conference talks

Alex and Andrew explain a bit why they've been out. Then they both talk about the first conference talks they ever gave and what they learned.
A...

2019-05-20 04:35:29 00:31:30
ማውረድ
Asynchronous Frameworks on iOS

Asynchronous Frameworks on iOS

Alex talks about what options you have implementing async work on iOS. He starts with the lowest level of abstraction GCD and goes all the way up to P...

2019-03-25 06:00:00 00:12:23
ማውረድ
Overview of Mocks, Stubs, and Fakes

Overview of Mocks, Stubs, and Fakes

Alex gives an overview of unit-testing mocks, stubs, and fakes and explains what is the difference between them.
Need to prepare for an iOS Engi...

2019-03-14 07:00:00 00:10:40
ማውረድ
Alex on Uber's RIB Architecture

Alex on Uber's RIB Architecture

Alex talks about working at Uber and what he's learned from their RIB architecture.
Need to prepare for an iOS Engineer Interview? https://iosi...

2019-02-25 05:30:00 00:36:02
ማውረድ
0:00
0:00
Episode
home.no_title_available
home.no_channel_info