iosinterviewgd's profile picture. The iOS Interview Guide helps you ace technical iOS interviews. http://iosinterviewguide.com/

iOS Interview Guide

@iosinterviewgd

The iOS Interview Guide helps you ace technical iOS interviews. http://iosinterviewguide.com/

iOS Interview Guide أعاد

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


iOS Interview Guide أعاد

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


iOS Interview Guide أعاد

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


iOS Interview Guide أعاد

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


iOS Interview Guide أعاد

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


iOS Interview Guide أعاد

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


iOS Interview Guide أعاد

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?


iOS Interview Guide أعاد

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.


iOS Interview Guide أعاد

New episode's out! "Developers/Designers Therapy Session with Michael DeGothsier and Sandeep Aggarwal” @alex_v_bush and @sandeepCool77 talk to Michael DeGothsier about challenges developers and designers face working with each other. insideiosdev.com/episodes/devel… #ios #swift

InsideiOSDev's tweet card. Inside iOS Dev

insideiosdev.com

Inside iOS Dev


iOS Interview Guide أعاد

New episode's out! "2 Ways to Implement VIPER iOS Architecture with its author Jeff Gilbert” @alex_v_bush and @sandeepCool77 talk to @heyjeffg, the author of VIPER architecture about different ways it can be implemented. youtu.be/EhsrS6vjuds #ios #iosdev #swift #swiftlang

InsideiOSDev's tweet card. 2 Ways to Implement VIPER iOS Architecture with its author Jeff...

youtube.com

YouTube

2 Ways to Implement VIPER iOS Architecture with its author Jeff...


iOS Interview Guide أعاد

Audio can be found here

New podcast audio episode's out! "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. insideiosdev.com/episodes/swift… #ios #swift #swiftlang #optional

InsideiOSDev's tweet card. Inside iOS Dev

insideiosdev.com

Inside iOS Dev



iOS Interview Guide أعاد

New video episode's out! "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. youtu.be/qzuFvUVuH9U #ios #swift #swiftlang #optional


iOS Interview Guide أعاد

New podcast audio episode's out! "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. insideiosdev.com/episodes/swift… #ios #swift #swiftlang #optional

InsideiOSDev's tweet card. Inside iOS Dev

insideiosdev.com

Inside iOS Dev


iOS Interview Guide أعاد

video can be found here

New video episode's out! "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. youtu.be/qzuFvUVuH9U #ios #swift #swiftlang #optional



iOS Interview Guide أعاد

New episode's out! "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 podcast format. insideiosdev.com/episodes/youtu… Head over to youtube.com/channel/UC6zcA… #ios


iOS Interview Guide أعاد

New video's out! "Builder Design Pattern in Swift 5” @alex_v_bush shows how to implement Builder Design Pattern. youtu.be/EhT-sMo9gJs This pattern is useful when you need to create complex objects over time or vary initialization. #ios #swift #swiftlang #designpatterns


iOS Interview Guide أعاد

This is the video where @alex_v_bush walks through the implementation of Builder design pattern discussed in the episode.

New video's out! "Builder Design Pattern in Swift 5” @alex_v_bush shows how to implement Builder Design Pattern. youtu.be/EhT-sMo9gJs This pattern is useful when you need to create complex objects over time or vary initialization. #ios #swift #swiftlang #designpatterns



iOS Interview Guide أعاد

New episode's out! "Builder Design Pattern in Swift with Sandeep Aggarwal” @alex_v_bush talks to @sandeepCool77 about Builder design pattern. They talk about use cases where the pattern is most applicable. insideiosdev.com/episodes/build… #ios #swift #swiftlang #designpatterns #builder

InsideiOSDev's tweet card. Inside iOS Dev

insideiosdev.com

Inside iOS Dev


iOS Interview Guide أعاد

New episode's out! "Saga of The Bug in Collapsing Navigation Bar in Scrolling View” Alex talks about unexpected bugs and how replacing a 3rd party library with a built-in Apple implementation is not always the silver bullet. insideiosdev.com/episodes/saga-… #ios #swift #swiftlang

InsideiOSDev's tweet card. Inside iOS Dev

insideiosdev.com

Inside iOS Dev


iOS Interview Guide أعاد

New episode's out! "How to Determine Visibility of a View Controller” @alex_v_bush talks about how to determine visibility of a view controller to refresh data upon user viewing it insideiosdev.com/episodes/how-t… #ios #swift #swiftlang #mobile #podcast #uiviewcontroller

InsideiOSDev's tweet card. Inside iOS Dev

insideiosdev.com

Inside iOS Dev


Loading...

Something went wrong.


Something went wrong.