Exporting Your Godot Project to Windows and Linux
Oct 6 2024 · Article (30 mins)
Exporting your Godot project for Windows and Linux is a crucial step in sharing your game with the world. Thi...
more
Exporting Your Godot Project to Windows and Linux
Exporting your Godot project for Windows and Linux is a crucial step in sharing your game with the world. This tutorial walks you through the process, covering essential topics like export templates, preset configuration, and platform-specific settings. Learn how to navigate the export window, understand various options, and create distribution-ready builds for both Windows and Linux platforms. Whether you’re targeting Steam, itch.io, or direct distribution, this guide provides valuable insights to help you reach your audience effectively.
Game Tech
Publishing Your Godot Project to itch.io
Jun 21 2024 · Article (15 mins)
In this tutorial, you’ll learn all about creating web exports with Godot and how to make your project availab...
more
Publishing Your Godot Project to itch.io
In this tutorial, you’ll learn all about creating web exports with Godot and how to make your project available to the public via itch.io. Along the way, you’ll discover best practices and useful tips to make your project stand out.
iOS & Swift
iOS App Distribution
Sep 5 2023 · Video Course (57 mins)
This course will walk you step by step through the process of registering
for a new developer account and ...
more
iOS App Distribution
This course will walk you step by step through the process of registering
for a new developer account and registering your app with App Store Connect.
In addition, you’ll learn about internal distribution of your app, testing with
TestFlight, and submitting your app to the App Store.
Multiple Domains
DocC Tutorial for Swift: Automating Publishing With GitHub Actions
Jul 27 2023 · Article (25 mins)
Learn how to automate export a Docc archive file using GitHub Actions, and publish it on the internet using G...
more
DocC Tutorial for Swift: Automating Publishing With GitHub Actions
Learn how to automate export a Docc archive file using GitHub Actions, and publish it on the internet using GitHub Pages as a static website host.
Game Tech
How to Transfer Game Builds to a Steam Deck
Jun 2 2023 · Article (35 mins)
This tutorial will teach you how you can push your game builds to your Steam Deck fast and automatically usin...
more
How to Transfer Game Builds to a Steam Deck
This tutorial will teach you how you can push your game builds to your Steam Deck fast and automatically using Syncthing, a multiplatform file synchronization program.
Android & Kotlin
Deploying Android Apps Using GitHub Actions
May 4 2023 · Video Course (36 mins)
Learn how to automate the process of generating signed builds, and releasing them to Firebase App Distribu...
more
Deploying Android Apps Using GitHub Actions
Learn how to automate the process of generating signed builds, and releasing them to Firebase App Distribution and the Google Play Store.
iOS & Swift
Getting Started with Xcode Cloud
Dec 6 2022 · Article (25 mins)
Learn how to use Xcode Cloud to test and deploy your app on TestFlight.
Getting Started with Xcode Cloud
Learn how to use Xcode Cloud to test and deploy your app on TestFlight.
Learn how to create your first Dart package using test-driven development, generate documentation and publish...
more
Dart Package Tutorial – Getting Started
Learn how to create your first Dart package using test-driven development, generate documentation and publish it to pub.dev.
Server-Side Swift
Introduction to Metrics in Server-Side Swift
May 25 2022 · Article (30 mins)
In this Server-Side Swift tutorial you will learn how to use Vapor built-in metrics and how to create custom ...
more
Introduction to Metrics in Server-Side Swift
In this Server-Side Swift tutorial you will learn how to use Vapor built-in metrics and how to create custom ones. The data is pulled and stored by Prometheus and visualized in beautiful graphs using Grafana.
Flutter & Dart
Building Dart APIs with Google Cloud Run
Apr 28 2022 · Article (30 mins)
Learn how to build backend applications using Dart and Google Cloud Run.
Building Dart APIs with Google Cloud Run
Learn how to build backend applications using Dart and Google Cloud Run.
Android & Kotlin
Android App Distribution Tutorial: From Zero to Google Play Store
Dec 7 2021 · Article (15 mins)
Learn how to generate a release build of your app, create a Google Play Store listing and finally release you...
more
Android App Distribution Tutorial: From Zero to Google Play Store
Learn how to generate a release build of your app, create a Google Play Store listing and finally release your app on the Play Store.
Android & Kotlin
Continuous Delivery for Android Using GitHub Actions
Feb 15 2021 · Article (30 mins)
Learn how to create a continuous delivery pipeline in Android to deploy your apps to the Google Play Store.
Continuous Delivery for Android Using GitHub Actions
Learn how to create a continuous delivery pipeline in Android to deploy your apps to the Google Play Store.
Server-Side Swift
AWS Lambda Tutorial for Swift: Getting Started
Dec 14 2020 · Article (20 mins)
Swift is now available in the world of serverless functions via AWS Lambda! Get started deploying your first ...
more
AWS Lambda Tutorial for Swift: Getting Started
Swift is now available in the world of serverless functions via AWS Lambda! Get started deploying your first on-demand serverless function with our AWS Lambda for Swift tutorial.
iOS & Swift
fastlane Tutorial: Actions and Plugins
Oct 26 2020 · Article (25 mins)
In this fastlane tutorial, you’ll use actions and plugins to overlay your app icon, upload to Firebase and me...
more
fastlane Tutorial: Actions and Plugins
In this fastlane tutorial, you’ll use actions and plugins to overlay your app icon, upload to Firebase and message your team once the beta build is ready.
iOS & Swift
TestFlight Essentials: Quickstart Guide for iOS Beta Testing
Aug 19 2020 · Article (25 mins)
TestFlight Beta Testing is an Apple product that makes it easy to invite users to test your iOS, iPadOS, watc...
more
TestFlight Essentials: Quickstart Guide for iOS Beta Testing
TestFlight Beta Testing is an Apple product that makes it easy to invite users to test your iOS, iPadOS, watchOS, and tvOS apps before you release them to the App Store.
Android & Kotlin
Navigation and Dynamic Features
Feb 24 2020 · Article (25 mins)
In this tutorial, you’ll learn how to use an experimental version of Navigation Controller to navigate betwee...
more
Navigation and Dynamic Features
In this tutorial, you’ll learn how to use an experimental version of Navigation Controller to navigate between dynamic feature modules.
Server-Side Swift
Deploying Kitura with Docker & Kubernetes: Getting Started
Mar 1 2019 · Article (15 mins)
Kitura servers built in Swift are pretty cool, but it’s even cooler to deploy them in the cloud! See how to ...
more
Deploying Kitura with Docker & Kubernetes: Getting Started
Kitura servers built in Swift are pretty cool, but it’s even cooler to deploy them in the cloud! See how to build a Docker image, then deploy to Kubernetes.