Passkeys

Welcome to this comprehensive step-by-step tutorial designed to guide you through the process of setting up a backend environment for a passkeys using Docker Desktop. It will also guide you through the process of obtaining an Apple Developer Team-ID, a unique identifier required to manage your team on Apple’s Developer platform. By the end of this tutorial, you’ll have a fully functional backend setup for your passkey workshop, and you’ll be capable of managing and running your applications more effectively....

12.05.2023 Β· 2 min

Semantic Versioning: an Introduction with Examples

Semantic versioning, also known as semver, is a popular versioning scheme used in software development to manage the releases of a project and communicate changes between different versions to stakeholders. Semantic versioning provides a standard way of versioning software, which makes it easier for developers to understand the compatibility of different versions and avoid potential breaking changes. In this article, we will explain the key concepts of semantic versioning and provide some examples to help you get started....

12.02.2023 Β· 3 min

Font Awesome 6 in xCode & SwiftUI

Introduction Welcome to my blog post on Font Awesome 6 in Xcode & SwiftUI. In this post, I’ll be sharing with you the steps on how to install Font Awesome icons in your Xcode project using SwiftUI. We’ll start by downloading the font files, adding the .otf files to the project, adding the fonts to the Info.plist file and creating a new struct for CustomFonts. Then, I’ll show you how to use Font Awesome icons in your Xcode project....

02.02.2023 Β· 3 min

Universal Links in SwiftUI

Introduction Welcome to my blog post on Universal Links in SwiftUI! Universal links are a powerful feature that allows you to link directly to your app from an external source, such as a website. This means that you can take your users directly to specific content within your app, without having to go through the app store or the website. In this post, I will walk you through the process of setting up Universal Links in a SwiftUI app....

02.02.2023 Β· 3 min