Episode #211: Intro to Swift Programming - Part 2a
Author: Peter ShearerIn this episode, you'll start from the Master-Detail Project Template. You'll learn how to use a TableView to display data. You'll how to make custom Swift Classes and Structs. and...
View ArticleEpisode #212: Intro to Swift Programming - Part 2b
Author: Peter ShearerIn this episode, you'll learn how to Create a Detail View. You'll learn how to use Segues to navigate between the Master and Detail ViewController. You'll learn about passing data...
View ArticleEpisode #213: Introduction to AFNetworking v2.0
Author: Peter ShearerIn this episode, you'll learn how to get AFNetworking set up in your project. You'll learn how to use AFHTTPRequestOperation. You'll learn how to declare success and failure blocks...
View ArticleEpisode #214: Swift and Objective-C: Better Together
Author: Peter ShearerIn this episode, you'll learn how to call Objective-C from Swift through a Bridging Header. You'll learn How to call Swift from Objective-C from the Automatically Generated Header....
View ArticleEpisode #215: Using AFNetworking v2 with Swift
Author: Peter ShearerIn this episode, you'll learn how to bring the AFNetworking CocoaPod into a Swift Project. You'll learn how to manually create an Objective-C Bridging Header. How to call...
View ArticleEpisode #216: Native Swift Networking with Alamofire
Author: Peter ShearerIn this episode, you'll pull Alamofire as a Git submodule. You'll add Alamofire to an existing Swift project. We'll also take a look at creating a simple Alamofire request and...
View ArticleEpisode #217: Simple Navigation in iOS
Author: Peter ShearerIn this episode, you'll navigate between View Controllers via Segues and unwinding Segues. You'll use a Navigation Controller to navigate between views and get navigation controls...
View ArticleEpisode #218: Setting up A Web Development Environment On OSX - Part 1
Author: Dave SchinkelIn this episode, you'll get your feet wet as you are new to developing on the Mac OS X and learn how to get around in OSX Yosemite. You'll learn how to skin the terminal with a...
View ArticleEpisode #219: Brown Bag: Node.js - SSH to a mySQL Database
Author: Dave SchinkelThis is a very informal brown bag I did at work. I go over showing some output from a mySQL database. I use Webstorm to show some example spiked code using some node middleware to...
View ArticleEpisode #220: Setting up A Web Development Environment On OSX - Part 2
Author: Dave SchinkelThis episode revolves around getting some initial basic tools such as HomeBrew, Git, Node.js, and Webstorm installed as well as theming the terminal for a better developer...
View Article