Allgemein

Designing Offline-First iOS Apps: Local State, Persistence, and Sync Without Losing User Trust

Designing Offline-First iOS Apps: Local State, Persistence, and Sync Without Losing User Trust

Von am 16.09.2026

Abstract Many mobile apps look simple until they must preserve an unfinished edit, work offline, survive a crash, and reconcile changes from two devices. Then “save and sync” becomes an architecture, and a promise to the user. An offline-first iOS app treats its local store as the immediate source of truth. User actions update it […]

Designing a Calm Planning Experience: From Wireframes to a Coherent Visual Identity

Designing a Calm Planning Experience: From Wireframes to a Coherent Visual Identity

Von am 16.09.2026

Software projects are often described through architecture, data models, and technical milestones. Interface design tends to appear later in that story, as if it were simply the visible layer added once the important work is complete. During the development of this personal planning app, I experienced almost the opposite. The design process helped define how […]

Technical Revolution - On-Device AI

Technical Revolution – On-Device AI

Von am 21.01.2026

Introduction On-device artificial intelligence (AI) is a system that works on mobile devices, such as smartphones and laptops, as well as other wearables. It is more independent because it can be used on the go without an internet connection. This is just one of the advantages of these systems. Another is the privacy benefits of […]

HomeBudget+ – 1st Semester Project

HomeBudget+ – 1st Semester Project

Von am 21.01.2026

As my project for the first semester, I developed HomeBudget+, a personal finance management mobile application designed to help users track and organize their expenses in a simple, secure, and offline-first way.The app is intended for individuals or households who want to monitor their financial activities—such as rent, groceries, utilities, transportation, and personal expenses—in one […]

1732661084250

Web Performance Optimization in Modern Frontend Frameworks

Von am 21.01.2026

Introduction Web performance has become a critical quality attribute of modern web applications. Users expect fast load times, smooth interactions, and responsive interfaces, regardless of device or network conditions. From a business perspective, performance directly affects user retention, conversion rates, and search engine visibility. Modern frontend frameworks such as React, Angular, and Vue have significantly […]