Swinject Tutorial for iOS: Getting Started
Apr 30 2018 · Article (30 mins)
In this tutorial, you will explore Dependency Injection (DI) through Swinject, a Dependency Injection framewo...
more
Swinject Tutorial for iOS: Getting Started
In this tutorial, you will explore Dependency Injection (DI) through Swinject, a Dependency Injection framework written in Swift. Dependency Injection is an approach to organizing code so that its dependencies are provided by a different object, instead of by itself.
iOS & Swift
Advanced Swift Spring Fling Giveaway Winners — and Last Day for Discount!
Apr 27 2018 · Article (2 mins)
See who won our Spring Fling Giveaway — and don’t forget that today is the last day to grab your 40% discount...
more
Advanced Swift Spring Fling Giveaway Winners — and Last Day for Discount!
See who won our Spring Fling Giveaway — and don’t forget that today is the last day to grab your 40% discount on the Advanced Swift book bundle!
Game Tech
Introduction to the New Unity 2D Tilemap System
Apr 27 2018 · Article (25 mins)
Unity’s 2D Tilemap System creates a great opportunity for aspiring indie developers and game studios around t...
more
Introduction to the New Unity 2D Tilemap System
Unity’s 2D Tilemap System creates a great opportunity for aspiring indie developers and game studios around the world to save time prototyping and building out quality 2D games. In this tutorial, you’ll use a simple 2D tile-based game to learn more about tile maps in Unity.
Take your first steps into Alamofire, the de facto networking library on iOS powering thousands of apps, by u...
more
Alamofire Tutorial: Getting Started
Take your first steps into Alamofire, the de facto networking library on iOS powering thousands of apps, by using the Imagga APIs to upload and analyze user photos.
In this special episode recorded LIVE at RWDevCon 2018, Janie and Dru talk about Season 7, a behind the scene...
more
RWDevCon 2018 Live – Podcast S07.5
In this special episode recorded LIVE at RWDevCon 2018, Janie and Dru talk about Season 7, a behind the scenes look, and what is happening in Season 8.
iOS & Swift
Introducing Realm: Building Modern Swift Apps with Realm Database
Apr 23 2018 · Article (35 mins)
Get started quickly with using Realm in your Swift apps with this free preview chapter from our new book: Rea...
more
Introducing Realm: Building Modern Swift Apps with Realm Database
Get started quickly with using Realm in your Swift apps with this free preview chapter from our new book: Realm: Building Modern Swift Apps with Realm Database!
Custom keyboard extensions give you the ability to provide keyboards to apps outside of your own. In this tut...
more
Custom Keyboard Extensions: Getting Started
Custom keyboard extensions give you the ability to provide keyboards to apps outside of your own. In this tutorial, you’ll walk through creating a custom keyboard extension with advanced features like autocomplete.
iOS & Swift
Data Structures and Algorithms in Swift: Radix Sort
Apr 20 2018 · Article (10 mins)
Learn how to implement a radix sort algorithm in this free chapter from our new book, Data Structures and Alg...
more
Data Structures and Algorithms in Swift: Radix Sort
Learn how to implement a radix sort algorithm in this free chapter from our new book, Data Structures and Algorithms in Swift!
Android & Kotlin
Building an Android Library Tutorial
Apr 18 2018 · Article (30 mins)
See how to create an Android library using Android Studio, publish the library to a Maven repository on Bintr...
more
Building an Android Library Tutorial
See how to create an Android library using Android Studio, publish the library to a Maven repository on Bintray, and host the library in the public JCenter repository.
iOS & Swift
Data Structures and Algorithms in Swift: Heap Sort
Apr 18 2018 · Article (10 mins)
Take a deep dive into the inner workings of heap sort in this free chapter from our new book, Data Structures...
more
Data Structures and Algorithms in Swift: Heap Sort
Take a deep dive into the inner workings of heap sort in this free chapter from our new book, Data Structures and Algorithms in Swift!
iOS & Swift
How to Make a Game Like Candy Crush With SpriteKit and Swift: Part 2
Apr 18 2018 · Article (30 mins)
In the second half of this tutorial about making a Candy Crush-like mobile game using Swift and SpriteKit, yo...
more
How to Make a Game Like Candy Crush With SpriteKit and Swift: Part 2
In the second half of this tutorial about making a Candy Crush-like mobile game using Swift and SpriteKit, you’ll learn how to finish the game including detecting swipes, swapping cookies and finding cookie chains.
iOS & Swift
How to Make a Game Like Candy Crush With SpriteKit and Swift: Part 1
Apr 18 2018 · Article (30 mins)
In the first part of this tutorial on how to make a Candy Crush-like mobile game using Swift and SpriteKit, y...
more
How to Make a Game Like Candy Crush With SpriteKit and Swift: Part 1
In the first part of this tutorial on how to make a Candy Crush-like mobile game using Swift and SpriteKit, you’ll learn how to start building your game including creating your storyboard, adding your cookies, and more.
In this Unreal Engine 4 tutorial, you will learn how to create custom shaders using HLSL
Unreal Engine 4 Custom Shaders Tutorial
In this Unreal Engine 4 tutorial, you will learn how to create custom shaders using HLSL
iOS & Swift
How to Make a Game Like Candy Crush with SpriteKit and Swift: Part 3
Apr 18 2018 · Article (40 mins)
Updated for Xcode 9.3 and Swift 4.1. Learn how to make a Candy Crush-like mobile game, using Swift and Sprite...
more
How to Make a Game Like Candy Crush with SpriteKit and Swift: Part 3
Updated for Xcode 9.3 and Swift 4.1. Learn how to make a Candy Crush-like mobile game, using Swift and SpriteKit to animate and build the logic of your game.
iOS & Swift
Announcing the Advanced Swift Spring Fling!
Apr 16 2018 · Article (15 mins)
We’re excited to announce the launch of three new books — and you can take advantage of our new Advanced Swif...
more
Announcing the Advanced Swift Spring Fling!
We’re excited to announce the launch of three new books — and you can take advantage of our new Advanced Swift Spring book bundle!
iOS & Swift
Server Side Swift with Vapor – First 9 Chapters Now Available!
Apr 12 2018 · Article (5 mins)
The first early access release of our Server Side Swift with Vapor book is now available!
Server Side Swift with Vapor – First 9 Chapters Now Available!
The first early access release of our Server Side Swift with Vapor book is now available!
In this SpriteKit tutorial, you will learn how to create a simple 2D game using SpriteKit, Apple’s 2D game fr...
more
SpriteKit Tutorial for Beginners
In this SpriteKit tutorial, you will learn how to create a simple 2D game using SpriteKit, Apple’s 2D game framework, while writing in Swift 4!
Server-Side Swift
TCP Server With the SwiftNIO Networking Framework
Apr 9 2018 · Article (20 mins)
Mobile developers often work with REST APIs or other networking protocols in their applications to access dat...
more
TCP Server With the SwiftNIO Networking Framework
Mobile developers often work with REST APIs or other networking protocols in their applications to access data or to coordinate activities. In this tutorial you will create a Swift Server with SwiftNIO, a low-level networking framework that makes creating TCP servers easier than before.
Professional Growth
How to Keep Learning After 50 — Ways to Hack Your Brain at Any Age
Apr 6 2018 · Article (15 mins)
Do you think you’re too old to learn new things? Think again! Here’s how to hack your brain to make learning ...
more
How to Keep Learning After 50 — Ways to Hack Your Brain at Any Age
Do you think you’re too old to learn new things? Think again! Here’s how to hack your brain to make learning easier at any age.
Game Tech
Procedural Generation Of Mazes With Unity
Apr 6 2018 · Article (35 mins)
Create a procedurally generated maze from scratch with Unity!
Procedural Generation Of Mazes With Unity
Create a procedurally generated maze from scratch with Unity!