Cast Topics
Cast Authors
10/29/2015
Level: Beginner
Author:
Dave Schinkel
Tags: OS X HomeBrew Node.js WebStorm
Views: (9834) Watched: (5253)
This 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 experience.
6/29/2015
Level: Beginner
Author:
Dave Schinkel
Tags: Node.js
Views: (11272) Watched: (5330)
This 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 create an SSH tunnel to a mySQL database (which lived on an Ubuntu server) and then I paint some records to a Jade template running over Express.js.
10/29/2015
Level: Beginner
Author:
Dave Schinkel
Tags: OS X
Views: (11011) Watched: (5917)
In this episode, you'll learn how to get around the Mac OS X a bit in terms of navigating the OS. This is geared towards developers who are new to the Mac OS ans has never developed on a Mac before.
11/29/2014
Level: Beginner
Author:
Peter Shearer
Tags: Objective-C
Views: (10038) Watched: (5847)
In 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 "for free". And finally we'll use UITabBarController to easily create a different navigation experience between many View Controllers.
11/7/2014
Level: Intermediate
Author:
Peter Shearer
Tags: Swift
Views: (10657) Watched: (5920)
In 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 receive a JSON Response. And finally we'll use Alamofire to track upload/download progress
10/14/2014
Level: Intermediate
Author:
Peter Shearer
Tags: Swift
Views: (11081) Watched: (6068)
In 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 "Swift-ified" AFNetworking API. And we'll end with parsing an AFNetworking JSON Dictionary using Swift
10/4/2014
Level: Intermediate
Author:
Peter Shearer
Tags: Swift
Views: (10246) Watched: (5898)
In 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. And you'll learn two ways to declare your Swift objects so that they can be constructed in Objective-C classes
9/25/2014
Level: Beginner
Author:
Peter Shearer
Tags: Objective-C
Views: (10571) Watched: (6217)
In 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 for AFHTTPRequestOperation, how to populate an Objective-C object from an NSDictionary, and finally a brief Introduction to Objective-C Block Syntax
9/22/2014
Level: Beginner
Author:
Peter Shearer
Tags: Swift
Views: (10835) Watched: (6856)
In 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 to the Detail ViewController during the Segue and finally how to resolve Auto-Layout Issues in XCode 6
9/19/2014
Level: Beginner
Author:
Peter Shearer
Tags: Swift
Views: (10961) Watched: (8346)
In 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 finally we'll work with more Swift Syntax