Latest Ios programming Podcast Episodes

Inside iOS Dev artwork

The Null Object Pattern & Law of Demeter

Inside iOS Dev - March 05, 2018 13:30 - 14 minutes ★★★★★ - 54 ratings
Alex explains how to use the Null Object Pattern to simplify your code (an alternative to optionals). Read a related article about Null Object design pattern here: https://m.smartcloud.io/swift-optionals-and-the-null-object-design-pattern-7578b7448edf Wanna chat with other smart iOS developers...

Inside iOS Dev artwork

Understanding Auto Layout + Tips & Tricks

Inside iOS Dev - February 18, 2018 21:58 - 17 minutes ★★★★★ - 54 ratings
Learn about the underlying mechanics of Auto Layout and the layout system of iOS in general. Wanna chat with other smart iOS developers? Sign up for our free forum: https://forum.insideiosdev.com Prepping for an interview? https://iosinterviewguide.com/?promo=inside-ios-dev-ref

Inside iOS Dev artwork

Writing Clean Code - Part 3 - An Overview of Robert Martin's Clean Code

Inside iOS Dev - February 12, 2018 13:30 - 23 minutes ★★★★★ - 54 ratings
An overview of the indispensable Uncle Bob's Clean Code. Chapters 10 through 13. Learn how to write code that's simple, expressive, easy to read, easy to maintain, and elegant. Find Clean Code here: http://amzn.to/2Cd49HO Wanna chat with other smart iOS developers? Sign up for our free forum: ...

Inside iOS Dev artwork

Why Singletons Are Evil

Inside iOS Dev - January 16, 2018 13:20 - 21 minutes ★★★★★ - 54 ratings
Alex explains why he thinks Singletons are evil. He gives concrete reasons why and then offers a better alternative. Wanna chat with other smart iOS developers? Sign up for our free forum: https://forum.insideiosdev.com Studying for an iOS Engineer job interview? https://iosinterviewguide.com/...

Inside iOS Dev artwork

An Introduction to Dependency Injection

Inside iOS Dev - December 18, 2017 13:30 - 16 minutes ★★★★★ - 54 ratings
What is Dependency Injection? Why is it useful? How can we use it? Wanna chat with other smart iOS developers? Sign up for our free forum: https://forum.insideiosdev.com Studying for an iOS Interview? https://iosinterviewguide.com/?promo=inside-ios-dev-ref

Inside iOS Dev artwork

Understanding Design Patterns & Architecture

Inside iOS Dev - December 04, 2017 13:11 - 14 minutes ★★★★★ - 54 ratings
Why is there so much confusion around design patterns and architectures? How can we gain better understanding of them? Wanna chat with other smart iOS developers? Sign up for our free forum: https://forum.insideiosdev.com Preparing for your next iOS Engineer job interview? https://iosinterview...

Inside iOS Dev artwork

Programming language battle: Javascript

Inside iOS Dev - November 14, 2017 13:20 - 18 minutes ★★★★★ - 54 ratings
We have a lively debate over the potential merits and downfalls of Javascript as a programming language and community. Wanna chat with other smart iOS developers? Sign up for our free forum: https://forum.insideiosdev.com Preparing for your next iOS engineer job interview? https://iosinterview...

Inside iOS Dev artwork

Writing Clean Code - Part 2 - An Overview of Robert Martin's Clean Code

Inside iOS Dev - October 30, 2017 12:25 - 19 minutes ★★★★★ - 54 ratings
An overview of the indispensable Uncle Bob's Clean Code. Chapters 6 through 9. Learn how to write code that's simple, expressive, easy to read, easy to maintain, and elegant. Wanna chat with other smart iOS developers? Sign up for our free forum: https://forum.insideiosdev.com

Inside iOS Dev artwork

Our Dark Secret - A conversation about Swift versus Objective-C

Inside iOS Dev - October 17, 2017 12:02 - 15 minutes ★★★★★ - 54 ratings
We make a confession and discuss developing in Swift versus Objective-C Wanna chat with other smart iOS developers? Sign up for our free forum: https://forum.insideiosdev.com

Inside iOS Dev artwork

Developing for iPhone X - Embrace the notch

Inside iOS Dev - October 02, 2017 12:00 - 10 minutes ★★★★★ - 54 ratings
What you need to know about developing for the new iPhone X. https://developer.apple.com/ios/human-interface-guidelines/overview/iphone-x/ Wanna chat with other smart iOS developers? Sign up for our free forum: https://forum.insideiosdev.com

Inside iOS Dev artwork

Being a generalist - What iOS developers can learn from the backend

Inside iOS Dev - September 26, 2017 12:06 - 21 minutes ★★★★★ - 54 ratings
Guest Julian Fahrer joins us to discuss what iOS developers can learn from backend development & devops. Julian's screencasts website: http://codetales.io/ Wanna chat with other smart iOS developers? Sign up for our free forum: https://forum.insideiosdev.com

Inside iOS Dev artwork

try! Swift NYC 2017 Conference

Inside iOS Dev - September 14, 2017 02:41 - 19 minutes ★★★★★ - 54 ratings
We share our experience and what we learned at the try! Swift New York City 2017 conference. Including Matt Gallaghers redux-like modeling of view state, Tanner Nelson's server-side Swift using Vapor, Neem Serra's Map & FlatMap magic, and Paul Fenwick's talk on machine ethics & emerging technolo...

Inside iOS Dev artwork

Introducing the New iOS 11 System Review Prompt - SKStoreReviewController

Inside iOS Dev - September 06, 2017 17:56 - 11 minutes ★★★★★ - 54 ratings
Starting in iOS 11, Apple is requiring all apps to use the new SKStoreReviewController to prompt users to review & rate your app. We discuss the details of how this new review prompt works as well as other changes to reviews and the App Store. Wanna chat with other smart iOS developers? Sign up...

Inside iOS Dev artwork

Writing Clean Code - Part 1 - An Overview of Robert Martin's Clean Code

Inside iOS Dev - August 23, 2017 12:00 - 22 minutes ★★★★★ - 54 ratings
An overview of the indispensable Uncle Bob's Clean Code. Learn how to write code that's simple, expressive, easy to read, easy to maintain, and elegant. Wanna chat with other smart iOS developers? Sign up for our free forum: https://forum.insideiosdev.com

Inside iOS Dev artwork

14 - Software Engineer Interview Hole In One - How Alex nailed his interview process

Inside iOS Dev - August 08, 2017 12:00 - 24 minutes ★★★★★ - 54 ratings
Alex talks about how he nailed his iOS Software Engineer interview process and got his dream job at ThoughtWorks. The book about interviews Alex wrote: https://iosinterviewguide.com/?promo=inside-ios-dev-ref Wanna chat with other smart iOS developers? Sign up for our free forum: https://forum....

Inside iOS Dev artwork

13 - View Models To The Rescue

Inside iOS Dev - July 25, 2017 12:00 - 24 minutes ★★★★★ - 54 ratings
An iOS design / architecture talk. Andrew & Alex introduce and discuss view models. What are they? Should you use them? How do they help solve the malignant Massive View Controller problem in iOS? Wanna chat with other smart iOS developers? Sign up for our free forum: https://forum.insideiosdev...

Inside iOS Dev artwork

12 - Pair Programming

Inside iOS Dev - July 13, 2017 12:00 - 18 minutes ★★★★★ - 54 ratings
Andrew & Alex talk about pair programming. The advantages and disadvantages of it and whether you should utilize it or not. They also give some advice about pair programming. Wanna chat with other smart iOS developers? Sign up for our free forum: https://forum.insideiosdev.com

Inside iOS Dev artwork

11 - The Problems with 3rd Party Services

Inside iOS Dev - June 28, 2017 12:00 - 25 minutes ★★★★★ - 54 ratings
Alex and Andrews describe the problems that arise when working with third party services in your application and how to work around those problems. First, they describe third party services. Then, they talk about specific problems they've had. Finally, they close with key takeaways and main less...

Inside iOS Dev artwork

10 - Top Must Watch WWDC 2017 Videos

Inside iOS Dev - June 22, 2017 12:00 - 19 minutes ★★★★★ - 54 ratings
Andrew and Alex talk about the top must watch WWDC 2017 videos. Wanna chat with other smart iOS developers? Sign up for our free forum: https://forum.insideiosdev.com

Inside iOS Dev artwork

9 - How To Do An iOS Engineer Job Search (After Being Laid Off)

Inside iOS Dev - June 14, 2017 13:00 - 39 minutes ★★★★★ - 54 ratings
From being laid off to landing his dream job at Reddit, Andrew shares lessons learned from his recent iOS Engineer job search. Listen to this episode if you want to be prepared for your next job interview. First, he talks about what it means to be laid off. Then, he gives advice about what to d...

Inside iOS Dev artwork

8 - WWDC Platforms State Of The Union Recap

Inside iOS Dev - June 08, 2017 13:09 - 28 minutes ★★★★★ - 54 ratings
Andrew and Alex recap Apple's WWDC Platforms State Of The Union 2017 -- Christmas for iOS Devs. Learn what new goodies we can look forward to. XCode, debugging, Swift, VR, AR, and more! Wanna chat with other smart iOS developers? Sign up for our free forum: https://forum.insideiosdev.com

Inside iOS Dev artwork

7 - Twelve Libraries To Skyrocket Your iOS Development

Inside iOS Dev - May 24, 2017 13:00 - 22 minutes ★★★★★ - 54 ratings
In this episode, Alex and Andrew discuss 12 useful open source libraries you can use in your iOS app. They give a brief overview of how each works and how they can help you be more productive. They discuss: IGListKit, Realm, SwiftyJSON, AsyncDisplayKit/Texture, DZNEmptyDataSet, Hero, Charts, MG...

Inside iOS Dev artwork

6 - An Introduction To Continuous Deployment

Inside iOS Dev - May 16, 2017 13:00 - 15 minutes ★★★★★ - 54 ratings
In this episode, we talk about what continuous deployment is and how it can help automate and improve your development process. First, we define continuous deployment. Then, we talk about the evolution of our continuous deployment process. Finally, we end with key takeaways and a recommendation ...

Inside iOS Dev artwork

5 - Setting Up Universal Links (Deep Linking)

Inside iOS Dev - May 11, 2017 15:00 - 20 minutes ★★★★★ - 54 ratings
Setup checklist: https://gist.github.com/andrewrohn/774185e4e15ddcc14f0a1e3c66c943e3 Andrew and Alex discuss setting up Universal Links in your application so you can deep link users directly into a specific page in your app. First, they discuss the overview and benefits of Universal Links. The...

Inside iOS Dev artwork

4 - The iOS Developer Community

Inside iOS Dev - April 30, 2017 01:13 - 18 minutes ★★★★★ - 54 ratings
An introduction to some people in the iOS developer community. And a short exploration into why community matters in the software development world. Wanna chat with other smart iOS developers? Sign up for our free forum: https://forum.insideiosdev.com

Inside iOS Dev artwork

3 - AB Testing and Dependency Management

Inside iOS Dev - April 30, 2017 01:11 - 22 minutes ★★★★★ - 54 ratings
Alex and Andrew discuss A/B testing. What it is, how it works, and how to stay on top of it. Next, they discuss dependency management. What is it and why should you use it? How can you setup dependency management? Show Notes: iOS Project Setup with Cocoapods video: https://www.youtube.com/watc...

Inside iOS Dev artwork

2 - Implementing Analytics/Tracking in your app

Inside iOS Dev - April 30, 2017 01:10 - 19 minutes ★★★★★ - 54 ratings
In this episode, Alex and Andrew talk about tracking users in your application. They discuss the original in-app tracking and why they needed to update it. Then they talk about how they implemented the new in-app tracking. They discuss the evolution of their implementation, the tools they used, ...

Inside iOS Dev artwork

1 - Testing in Object-Oriented Applications

Inside iOS Dev - April 30, 2017 01:05 - 25 minutes ★★★★★ - 54 ratings
Alex and Andrew introduce the book Practical Object-Oriented Design in Ruby and discuss the chapter on testing. They explain how the principles in the book can be applied to any object-oriented application regardless of programming language. Finally, they discuss the main takeaways from the book...

Related Ios programming Topics