InsideiOSDev's profile picture. Find Inside iOS Dev wherever fine podcasts are hosted. By @alex_v_bush and @sandeepCool77

Find video screencast episodes on Youtube http://youtube.com/channel/UC6zcA…

Inside iOS Dev

@InsideiOSDev

Find Inside iOS Dev wherever fine podcasts are hosted. By @alex_v_bush and @sandeepCool77 Find video screencast episodes on Youtube http://youtube.com/channel/UC6zcA…

Inside iOS Dev 已轉發

Looking for some great iOS podcasts to level up your development skills? Check out these top picks: 🎙️ @wfrpodcast 🎙️ @pointfreeco 🎙️ @CodeCompletion 🎙️ @swiftovercoffee 🎙️ @stacktracepod 🎙️ @insideiosdev 🎙️ @RadarRelayFM Happy listening! 🎧✨ #iOS #Podcasts


Inside iOS Dev 已轉發

Great interview! Tell me more about your thoughts on Viper being too view centric.


New episode's out! "Clean Code’s Impact with Uncle Bob" @alex_v_bush and @sandeepCool77 interview Uncle Bob (@unclebobmartin) !!! youtube.com/watch?v=SNdzaf… We talk about Clean Code, professionalism, and courage. #ios #swift #iosdevelopment #swiftlang #cleancode

InsideiOSDev's tweet card. Clean Code’s Impact with Uncle Bob

youtube.com

YouTube

Clean Code’s Impact with Uncle Bob


New episode's out! "Offline iOS App Architecture" youtu.be/KkS68e5fD7k @alex_v_bush, @sandeepCool77, and Saurabh talk, diagram, and pair program on an offline app architecture Tune in on how experienced developers reason about reachability and offline caching #swiftlang #ios

InsideiOSDev's tweet card. Offline iOS App Architecture

youtube.com

YouTube

Offline iOS App Architecture


Sniff, sniff! 👃 Is it Duplicate code? No! Long method? No! Ah! It is dead code 🤯 In this episode we will show a tool to analyze and find dead code in your project. youtu.be/2OQiCj-BG2o #swift #ios #iosdevelopment #iosdev #deadcode #swiftcode #deadcode #analysiscodesmell

InsideiOSDev's tweet card. Swift Dead Code Analysis

youtube.com

YouTube

Swift Dead Code Analysis


New episode's out! "App Delegate Mediator Design Pattern" youtu.be/MM8LtGrBPaE @alex_v_bush and @sandeepCool77 refactor a typical App Delegate into a more manageable and testable object using Mediator Design Pattern #ios #swift #swiftlang #designpattern #refactoring #iosdev


New episode's out! "iOS System Design Interview for Fintech" youtube.com/watch?v=riBsvr… In this episode @alex_v_bush talks to Sourabh Singh about iOS system design interview for a fintech company. They design a payment app with multiple payment options. #ios #swift #swiftlang

InsideiOSDev's tweet card. iOS System Design Interview for Fintech Companies

youtube.com

YouTube

iOS System Design Interview for Fintech Companies


New episode's out! "WWDC 2022 Devs Reaction" youtube.com/watch?v=eLB_z6… In this episode @alex_v_bush and @sandeepCool77 react to WWDC 2022 Platform State of The Union. This is very raw, unresearched reaction/opinion on latest WWDC changes for iOS dev #swift #ios #iosdev #wwdc2022

InsideiOSDev's tweet card. WWDC 2022 Devs Reaction

youtube.com

YouTube

WWDC 2022 Devs Reaction


New episode's out! "Top 10 iOS Dev Tips" youtube.com/watch?v=b71F1m… @alex_v_bush and @sandeepCool77 share 10 iOS development tips that you can add to your knowledge base in less than 10 minutes for a better development experience. #ios #swift #swiftlang #iosdev #codingtips

InsideiOSDev's tweet card. Learn top 10 iOS tips in less than 10 minutes

youtube.com

YouTube

Learn top 10 iOS tips in less than 10 minutes


New episode's out! "Deep Links from Terminal" youtube.com/watch?v=3G0PPh… In this episode @alex_v_bush goes over how to open deep links in simulator via command line and how to do a basic setup to handle deep links in your codebase. #ios #swift #swiftlang

InsideiOSDev's tweet card. Deep Links from Terminal

youtube.com

YouTube

Deep Links from Terminal


Inside iOS Dev 已轉發

The sprint is going to close today and you want to make sure no spillovers happen. But, then you realize one of the back-end APIs is not following the agreed contract and now you are blocked until the back-end makes another release with the fix Solution: Prod mocks to the rescue

New episode's out! "Blocked by the backend? Use prod mocks." youtu.be/HlCameVMHRY In this episode @sandeepCool77 and @alex_v_bush showcase how mocks can be used in production code to substitute upcoming unfinished or unreleased backend changes. #ios #swift #swiftlang



New episode's out! "Blocked by the backend? Use prod mocks." youtu.be/HlCameVMHRY In this episode @sandeepCool77 and @alex_v_bush showcase how mocks can be used in production code to substitute upcoming unfinished or unreleased backend changes. #ios #swift #swiftlang


New episode's out! "Generating Mocks with Sourcery" youtu.be/-ZbBNuttlt4 @alex_v_bush and @sandeepCool77 introduce Swift Sourcery, a code generation tool to automatically create mock implementations for interfaces in your code. #ios #swift #swiftlang #unittesting #mocks

InsideiOSDev's tweet card. Generating Mocks with Sourcery

youtube.com

YouTube

Generating Mocks with Sourcery


New episode's out! "iOS Unit Testing 102 - Intro to Mocks" youtu.be/fMqkf1bb23k In this episode @sandeepCool77 and @alex_v_bush give an introduction to mocking in unit tests. #ios #swift #swiftlang #iosdev #unittesting #mocks

InsideiOSDev's tweet card. iOS Unit Testing 102 - Intro to Mocks

youtube.com

YouTube

iOS Unit Testing 102 - Intro to Mocks


New episode's out! "iOS Unit Testing 101" @alex_v_bush and @sandeepCool77 give an introduction to unit testing on iOS. They explain how to setup unit tests and show a typical structure of a unit test. youtube.com/watch?v=M_tHyr… #ios #swift #swiftlang #iosdev #unittesting

InsideiOSDev's tweet card. iOS Unit Testing 101

youtube.com

YouTube

iOS Unit Testing 101


Inside iOS Dev 已轉發

I recommend @InsideiOSDev really interesting episodes they go deeply into the topics they cover. Of course the podcasts with @johnsundell are a must and Under the radar is also great 👍🏻


New episode's out! "Factory. Refactoring Large Initializer in Swift Part 2." @alex_v_bush and @sandeepCool77 take a sample code of a large initializer in Swift from @frederickohen's tweet and refactor it. youtube.com/watch?v=PT7Zsb… #ios #swift #swiftlang #factory #refactoring


New episode's out! "Refactoring Large Initializer in Swift. Part 1. DI & Default Values/Properties." @alex_v_bush and @sandeepCool77 take a sample code from @frederickohen's tweet and refactor it youtube.com/watch?v=OgUtcC… #ios #swift #swiftlang #design

InsideiOSDev's tweet card. Refactoring Large Initializer in Swift Part 1. Dependency Injection &...

youtube.com

YouTube

Refactoring Large Initializer in Swift Part 1. Dependency Injection &...

Swift people, how do y’all go about refactoring objects with large initializers?

frederickohen's tweet image. Swift people, how do y’all go about refactoring objects with large initializers?


Inside iOS Dev 已轉發

Very excited to be part of the latest Inside iOS Dev episode. We talked about the RIBs architecture in depth. 🥳🥳🥳 You can also listen to it on Spotify! Go check it out and let me know what you think! open.spotify.com/episode/7AphB8…

New episode's out! "RIBs. The Best iOS Architecture." @alex_v_bush and @FranzJBusch dive into and give an overview of the best client side architecture for mobile - RIBs. youtube.com/watch?v=khnbx-… #ios #swift #swiftlang #ribs #architecture #designpatterns

InsideiOSDev's tweet card. RIBs. The Best iOS Architecture.

youtube.com

YouTube

RIBs. The Best iOS Architecture.



Loading...

Something went wrong.


Something went wrong.