JeffBNimble

No Language

Presentations

 1  0
Presentations, slide decks and links to code/projects that I've given
Go

GoLessons

 3  1
Source code for Egghead lessons in Golang
Objective-C

LoLBookOfChampions-ios-sqlite

 33  8
A comprehensive demonstration of several key application components including Typhoon (dependency injection), Bolts (a Facebook library for working with promises/concurrency), consuming rest content using AFNetworking and persisting content in Sqlite using FMDB. The application features content from the League of Legends Developer API.
Swift

LoLBookOfChampions-swift2-sqlite

 6  1
A comprehensive demonstration of several key application components including Typhoon (dependency injection), and other tech including ReactiveCocoa, AlamoFire and Sqlite using FMDB. The application features content from the League of Legends Developer API.

swift-content-provider

 1  2
A Swift implementation of the Android ContentProvider for managing application content

swift-protocols-sqlite

 0  2
A set of Swift protocols that define contracts for interacting with SQLite. Write your code to this API, choose your favorite SQLite library and an adapter that adapts the library to this API and profit.