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.
Game Tech
How to Reverse Engineer a Unity Game
Oct 13 2022 · Article (15 mins)
In this tutorial, you’ll use ILSpy and AssetStudio to extract code and assets from a compiled Unity game.
How to Reverse Engineer a Unity Game
In this tutorial, you’ll use ILSpy and AssetStudio to extract code and assets from a compiled Unity game.
iOS & Swift
Alamofire 5 Tutorial for iOS: Getting Started
Feb 10 2020 · Article (30 mins)
In this Alamofire tutorial, you’ll build an iOS companion app to perform networking tasks, send request param...
more
Alamofire 5 Tutorial for iOS: Getting Started
In this Alamofire tutorial, you’ll build an iOS companion app to perform networking tasks, send request parameters, decode/encode responses and more.
iOS & Swift
Creating a Framework for iOS
Jan 20 2021 · Article (25 mins)
Learn how to build an iOS framework, which lets you share code between apps, modularize your code or distribu...
more
Creating a Framework for iOS
Learn how to build an iOS framework, which lets you share code between apps, modularize your code or distribute it as a third-party library.
Multiple Domains
Docker on macOS: Getting Started
Nov 12 2018 · Article (50 mins)
In this Docker tutorial, you’ll learn Docker vocabulary and the commands for creating, inspecting and removin...
more
Docker on macOS: Getting Started
In this Docker tutorial, you’ll learn Docker vocabulary and the commands for creating, inspecting and removing containers, networks and data volumes. You’ll learn how to run Docker containers in the background or foreground, and switch between the two; how to publish ports; how to connect a database app and a web app running in separate containers; and how to share directories between containers and your Mac and among containers.
iOS & Swift
How To Use Git Source Control with Xcode 9
Apr 10 2017 · Article (30 mins)
In this tutorial, you’ll learn how to use git source control with Xcode 9; whether committing or reverting, b...
more
How To Use Git Source Control with Xcode 9
In this tutorial, you’ll learn how to use git source control with Xcode 9; whether committing or reverting, branching or merging, this tutorial has you covered.
iOS & Swift
React Native Tutorial: Building iOS Apps with JavaScript
Aug 2 2017 · Article (40 mins)
In this React Native tutorial you’ll learn how to build native iOS and Android apps based on the hugely popul...
more
React Native Tutorial: Building iOS Apps with JavaScript
In this React Native tutorial you’ll learn how to build native iOS and Android apps based on the hugely popular React JavaScript library.
Android & Kotlin
Reactive Programming with RxAndroid in Kotlin: An Introduction
May 27 2019 · Article (30 mins)
Learn about how Reactive programming is a whole new paradigm using RxJava and RxAndroid in Android with Kotlin.
Reactive Programming with RxAndroid in Kotlin: An Introduction
Learn about how Reactive programming is a whole new paradigm using RxJava and RxAndroid in Android with Kotlin.
Learn to build a chat app with Firebase and MessageKit!
Firebase Tutorial: Real-Time Chat
Learn to build a chat app with Firebase and MessageKit!
Android & Kotlin
Firebase Cloud Messaging for Android: Sending Push Notifications
May 6 2020 · Article (30 mins)
In this Firebase Cloud Messaging tutorial, you will learn how to add push notifications to Drink-It, an app t...
more
Firebase Cloud Messaging for Android: Sending Push Notifications
In this Firebase Cloud Messaging tutorial, you will learn how to add push notifications to Drink-It, an app that reminds you to drink water through the day.
In this tutorial, you’ll learn how to implement regular expressions in an iOS app using Swift 4.2.
Regular Expressions Tutorial: Getting Started
In this tutorial, you’ll learn how to implement regular expressions in an iOS app using Swift 4.2.
Server-Side Swift
Elasticsearch in Vapor: Getting Started
Jun 15 2020 · Article (30 mins)
In this tutorial, you’ll set up a Vapor server to interact with an Elasticsearch server running locally with ...
more
Elasticsearch in Vapor: Getting Started
In this tutorial, you’ll set up a Vapor server to interact with an Elasticsearch server running locally with Docker to store and retrieve recipe documents.
iOS & Swift
CocoaPods Tutorial for Swift: Getting Started
Jan 27 2020 · Article (20 mins)
Use this CocoaPods Tutorial for Swift to learn how to install and manage third-party library dependencies in ...
more
CocoaPods Tutorial for Swift: Getting Started
Use this CocoaPods Tutorial for Swift to learn how to install and manage third-party library dependencies in your Swift projects.
iOS & Swift
Google Maps iOS SDK Tutorial: Getting Started
Jan 31 2018 · Article (30 mins)
Learn how to use the Google Maps iOS SDK to retrieve the user’s current location and search for nearby points...
more
Google Maps iOS SDK Tutorial: Getting Started
Learn how to use the Google Maps iOS SDK to retrieve the user’s current location and search for nearby points of interest, such as bars and restaurants.
Android & Kotlin
Building an Action for Google Assistant: Getting Started
Jan 6 2020 · Article (30 mins)
In this tutorial, you’ll learn how to create a conversational experience with Google Assistant.
Building an Action for Google Assistant: Getting Started
In this tutorial, you’ll learn how to create a conversational experience with Google Assistant.
Android & Kotlin
View Binding Tutorial for Android: Getting Started
Dec 30 2019 · Article (15 mins)
In this View Binding tutorial for Android, you’ll learn how to use View Binding to find and configure your vi...
more
View Binding Tutorial for Android: Getting Started
In this View Binding tutorial for Android, you’ll learn how to use View Binding to find and configure your views and how to migrate from other alternatives.
iOS & Swift
Instruments Tutorial with Swift: Getting Started
Jan 6 2021 · Article (40 mins)
In this Xcode tutorial, you’ll learn how to use Instruments to profile and debug performance, memory and refe...
more
Instruments Tutorial with Swift: Getting Started
In this Xcode tutorial, you’ll learn how to use Instruments to profile and debug performance, memory and reference issues in your iOS apps.
Multiple Domains
Google Maps for Flutter Tutorial: Getting Started
Aug 28 2019 · Article (15 mins)
In this tutorial, you’ll learn how to integrate the Google Maps API into your Flutter app by creating an app ...
more
Google Maps for Flutter Tutorial: Getting Started
In this tutorial, you’ll learn how to integrate the Google Maps API into your Flutter app by creating an app to show places to eat nearby.