Stop Rebuilding the Same SwiftUI Components: A Guide to DesignFoundation
"I'll just write a quick button style... and a text field with validation... and a card component..." Two weeks later you have a bespoke design system…
Tech news from the best sources
"I'll just write a quick button style... and a text field with validation... and a card component..." Two weeks later you have a bespoke design system…
Part 2 of 2. This tutorial builds on Part 1 — DesignFoundation core . If you haven't added the base package and theme yet, start there. The core packa…
Every time you create a struct instance — like AnimeCharacter(name: "Naruto", powerLevel: 9000) — you're calling an initializer . Swift generates one …
So far we've been working with Swift's built-in types — String , Int , Bool , Array . But what if you need a type that doesn't exist yet? What if you …
You built a Mac app, you want to sell it outside the App Store, and now you need licensing: a key the customer enters, an activation that sticks, and …
A countdown timer is the perfect use case for Live Activities — and also a great way to discover everything the ActivityKit docs gloss over. When I ad…
So far we've been passing closures into functions that Swift provides — like sorted() , filter() , and map() . But what if you wanted to write your ow…
TimeLog started from a very simple email at work: “Reminder to register working hours.” That was enough to make me think about the way I track my time…
Off By One started from a single premise: what if the whole game was just "find the one that's off"? A grid of geometric shapes, all nearly identical.…
I recently open-sourced SysMonitor, a native macOS menu bar app for tracking system resources like CPU, RAM, Disk I/O, and Network speeds. I built it …
Dumpert is a Dutch video site I've watched for years, but there's never been an Apple TV app, so I built one. DumpertTV is an unofficial, open-source …
Imagine an AI chatbot that forgets everything the moment you close the app. Every interaction starts from scratch, every preference is lost, and the "…