Programming in Kotlin: Collections & Lambdas [SUBSCRIBER]
Learn how to create and work with collections of data using differenct collection types in Kotlin and explore lambdas, which is an integral part in many Kotlin codebases.
View ArticleAndroid Debugging by Tutorials [SUBSCRIBER]
Debugging is one of the most important steps in app development. Android Studio contains several tools which can help you out in stabilizing and optimizing your app.In this book, you’ll learn to use...
View ArticleServerless Kotlin on Google Cloud Run [FREE]
Learn how to build a serverless API using Ktor then dockerize and deploy it to Google Cloud Run.
View ArticleIntroduction to Unity UI – Part 2 [FREE]
In this second part of the tutorial, you’re going to add additional functionality like playing and pausing the music, selecting a track from a list inside a ScrollView, and changing the volume with a...
View ArticleIntroduction to Unity UI – Part 1 [FREE]
UI is a crucial part of any video game. Even in the most basic of games you need to navigate a main menu to start the action! In this tutorial, you’ll learn about the most common components developers...
View ArticleSupabase with Flutter [SUBSCRIBER]
Learn how to create a cloud based database and authentication application using Supabase. This is an easy to use Postgres relational database along with authentication. There are easy to use libraries...
View ArticleAdvanced PostgreSQL with Vapor [FREE]
Learn to use advanced PostgreSQL functionalities, joining tables, views, indexes and full-text search in your Vapor server app.
View ArticleSwiftUI Button Tutorial: Customization [FREE]
Learn how to easily customize your app buttons style with the minimum effort by leveraging the latest SwiftUI button modifiers.
View ArticleCreating Local Notifications in Flutter [FREE]
Learn how to create cross-platform local notifications in Flutter using the flutter_local_notifications package.
View ArticleHow to Create a Simple FPS in Unreal Engine 5 [FREE]
In this Unreal Engine 5 tutorial, you’ll create a simple first-person shooter while learning how to create a first-person character equipped with a gun, and you’ll learn how to apply damage to other...
View ArticleBeginning FlutterFire [SUBSCRIBER]
Firebase can help you add back-end features to your Flutter app without writing any back-end code. It provides several tools that you can immediately use, like authentication, a centralized database,...
View ArticleSwiftUI View Modifiers Tutorial for iOS [FREE]
Learn how to refactor your code to create powerful custom SwiftUI view modifiers. Make your views look consistent and your code easier to read and maintain.
View ArticleReal-World Android by Tutorials [SUBSCRIBER]
The best book to teach you to build professional, secure Android apps for the real world using the most important architectures and libraries. You’ll gain all the foundations of Android development you...
View ArticleMVVM on Android [SUBSCRIBER]
In this course, you will learn how to build an Android app using the Model-View-ViewModel presentation architecture pattern including testing.
View ArticleAndroid Networking: Fundamentals [SUBSCRIBER]
Learn about the the HTTP, JSON, REST and all the other cool and important abbreviations in the world of networking!Implement the Retrofit library in Android, add interceptors, parsers, and Kotlin...
View ArticleKotlin and Spring Boot: Hypermedia Driven Web Service [FREE]
Learn about HATEOAS, build a state machine to model an article review workflow, use Spring-HATEOAS and see how hypermedia clients adapt.
View ArticlePush Notifications by Tutorials [SUBSCRIBER]
Get Started with Push Notifications on iOS!Push notifications may seem simple and straightforward at first since almost everyone is familiar with them; however, knowing how and when to use them in...
View ArticleAndroid Networking: Beyond the Basics [SUBSCRIBER]
Implement advanced concepts in the Retrofit library in Android, and add interceptors and parsers. Learn how Kotlin Coroutines can make your networking code easy to write and understand.
View ArticlePerformance-Profiling Swift on Linux: Getting Started [FREE]
Learn how to profile Server-Side Swift with perf on Linux. You’ll discover the basic principles of profiling and how to view events, call-graph-traces and perform basic analysis.
View ArticleBeginning Networking with URLSession [SUBSCRIBER]
Learn how to use URLSession, Apple’s networking API, including how to download data, show download progress, group multiple network requests, handle errors, and more. Learn about concurrency and how it...
View Article