In diesem Tutorial gehen wir durch den Prozess der Erstellung von Einladungslinks, die es Benutzern ermöglichen, sich in Ihrer App zu authentifizieren und bestimmten Benutzergruppen beizutreten. V...

Erstellen von Einladungslinks zur Benutzerauthentifizierung in einer mobilen App

Improving Location Tracking in an iOS Application: Case Study of the Parkplatzmanager App
In today’s blog post, we’ll be exploring how we can leverage Apple’s SwiftUI and Combine frameworks to improve location tracking within our iOS apps. Our use case involves a parking management app,...

Optimizing an iOS Application: Case Study of the Parkplatzmanager App
In the last couple of days, we’ve embarked on an exciting journey of improving and optimizing an iOS application, the parkplatzmanager app. In this blog post, we will walk you through some of the c...

Grundlagen zur Nutzung von Github Teil 2
Titel: “Grundlagen von GitHub: Von Repositories bis zu Commits und Branches” Ein weiterer wichtiger Aspekt von GitHub sind die “Branches” und “Merges”. Diese Konzepte sind essenziell für das Verst...

Grundlagen zur Nutzung von Github Teil 1
Die Nutzung von GitHub: Ein umfassender Leitfaden GitHub ist eine webbasierte Hosting-Plattform für die Versionsverwaltung Git. Es bietet eine Reihe von Funktionen, die das Arbeiten in Gruppen erl...

Einrichtung und Fehlerbehebung eines Lychee-Bilderservers
Lychee ist eine großartige Open-Source-Lösung zur Verwaltung und Organisation Ihrer Fotos. In diesem Beitrag zeige ich Ihnen, wie Sie einen Lychee-Bilderserver einrichten und potenzielle Probleme b...

Fehlersuche beim Einrichten einer Datenbank-Verbindung in Quart
Fehlersuche beim Einrichten einer Datenbank-Verbindung in Quart Die Fehlermeldung KeyError: 'USER_DB_MANAGER' in einer Quart-Anwendung kann auftreten, wenn versucht wird, auf ein Konfigurationsele...

Handling Asynchronous Tasks in iOS with Combine
Working with Combine Framework In modern iOS development, handling asynchronous tasks efficiently is crucial. While there are several ways to handle asynchronous tasks in Swift, including closures...

Building API Routes with Quart
Building API Routes with Quart In this blog post, we’ll go over how to use the Quart library in Python to create API endpoints. Quart is a Python ASGI web microframework whose API is a superset of...

Debugging Network Requests in iOS with Swift
Debugging Network Requests in iOS with Swift In this article, we are going to discuss an essential part of every mobile application that interacts with a backend server - network requests. Specifi...