Machine Learning in iOS [SUBSCRIBER]
With Core ML, it's now possible to use machine learning in real-time on iOS devices. In this course, you'll learn to train models on a Mac and use them for data analysis.
View ArticleConcurrency by Tutorials: Complete Book Available! [FREE]
Two new chapters complete this book that teaches you what you need to know about writing performant and concurrent code for your iOS apps!
View ArticleHack an Android App: Finding Forensic Artifacts [FREE]
In this Android tutorial, you’ll learn the basics of forensic analysis by hacking into devices and extracting data from private files and databases.
View ArticleConcurrency by Tutorials [SUBSCRIBER]
The book that teaches you everything there is to know about how to write performant and concurrent code for your apps.
View ArticlePresentation Controllers [SUBSCRIBER]
Learn how to implement presentation controllers to create a UI that is adaptive for both iPhone and iPad devices.
View ArticleScriptableObject Tutorial: Getting Started [FREE]
In this tutorial you’ll learn how to create and use ScriptableObject in Unity. ScriptableObjects in Unity can increase your workflow, reduce memory usage, and even decouple your code architecture.
View ArticlePhoto Stacking in iOS with Vision and Metal [FREE]
In this tutorial, you’ll use Metal and the Vision framework to remove moving objects from pictures in iOS. You’ll learn how to stack, align and process multiple images so that any moving object...
View ArticleDomain-Specific Languages In Kotlin: Getting Started [FREE]
In this Kotlin tutorial, learn how to create a DSL using Kotlin lambdas with receivers, builder pattern and extension functions!
View ArticleUIPresentationController Tutorial: Getting Started [FREE]
Learn how to build custom view controller transitions and presentations with this UIPresentationController tutorial.
View ArticleHadi Hariri – Podcast S09 E08 [FREE]
Developer Advocate for IntelliJ Hadi Hariri talks to Jenn and Dru about Kotlin. Then Jenn shows us some of her favorite Android Studio shortcuts.
View ArticleBeginning Custom Presentations [SUBSCRIBER]
Learn how to build your first custom presentation and understand the relationship between the different objects involved in custom presentations.
View ArticleWhat’s New in Swift 5.1? [FREE]
Swift 5.1 is finally out! This article will take you through the advancements and changes the language has to offer in its latest version.
View ArticleAndroid Tutorial for GeckoView: Getting Started [FREE]
In thus tutorial you’ll learn about GeckoView, an open source library that allows you to render web content on Android using the Gecko web engine.
View ArticleFastlane for iOS [SUBSCRIBER]
Learn how to use fastlane to automate core iOS workflows and avoid common Developer Portal and App Store Connect problems. Dramatically speed up and error-proof building, testing, and delivering apps,...
View ArticleWhat’s New in Kotlin 1.3 [FREE]
This article will take you through the advancements and changes the language has to offer in its latest version.
View ArticleAdvanced Custom Presentations [SUBSCRIBER]
Learn how to build an advanced custom presentation by combining scaling, fading and collection view animations.
View ArticleLocal API Call Tutorial with WireMock and UI Tests in Xcode [FREE]
Learn how to use WireMock, a tool you can use in conjunction with User Interface tests to provide a local copy of remote API call results.
View ArticleCombine: Intro to Combine [SUBSCRIBER]
Combine introduces a native way to manage asynchronous events in Swift, which means you don't have to rely on third party reactive frameworks.
View ArticleClean Architecture Tutorial for Android: Getting Started [FREE]
In this tutorial, you’ll learn how to use Clean Architecture on Android to build robust, flexible and maintainable applications.
View ArticleKubernetes Tutorial for Swift on the Server [FREE]
In this tutorial, you’ll learn how to use Kubernetes to deploy a Kitura server that’s resilient, with crash recovery and replicas. You’ll start by using the kubectl CLI, then use Helm to combine it all...
View Article