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 মার্কিন যুক্তরাষ্ট্র প্রযুক্তি

সাম্প্রতিক এপিসোড

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 09: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 23: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 11: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 17: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 09: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 14: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 09: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 19: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 14: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 20: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-20 00: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-30 00: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 18: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-30 00: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 21: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 19: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-08 01: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 16: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 11: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 11: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 12: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 12: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 11: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 10: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 11: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-27 00: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 12: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 11: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 11: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 12: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 11: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 14: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 11: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 14: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 13: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 13: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 10: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 12: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 13: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 11:30:00 00:36:02
ডাউনলোড
0:00
0:00
Episode
home.no_title_available
home.no_channel_info