code-disciple 0 1 RxSwift April 30, 2018 RxSwift Observables and Subscriptions The Rx framework has been under development for a long time and is available for…Read More
code-disciple 0 0 Inspiration April 25, 2018 The Battle Between Fear and Faith Some of our decisions have an enormous impact on our lives and our family's lives…Read More
code-disciple 0 0 Uncategorized April 23, 2018 Pattern Matching with Swift Imagine we're creating a Mood App: an app that let's users record how they're feeling.…Read More
code-disciple 0 0 Protocol Oriented Programming April 17, 2018 Protocols and Small Talk In our last post we discussed protocols and how we as human beings conform to…Read More
code-disciple 0 0 Protocol Oriented Programming April 16, 2018 Protocols and Small Talk – Intro to Protocol-Oriented Programming in Swift This is a beginner blog on Protocols using the Swift programming language. Swift is a…Read More
code-disciple 0 0 KeyChain April 3, 2018 Keychain Basics without a Wrapper One of the most interesting things I've been working on lately is security in iOS…Read More
code-disciple 0 0 GCD April 2, 2018 Concurrency vs Asynchronous and Gandalf Recently I've been doing a lot of asynchronous and concurrency-related stuff and I thought: 'What…Read More