Stijn Willems
banner
doozmen.bsky.social
Stijn Willems
@doozmen.bsky.social
Father, Swift dev. I like pushing all buttons, breaking things to see how it works and rebuilding. I wish news would focus more on science, and positive entrepreneurial spirits. So I will try to post about that!
beauty in the making? Let's find out in the coming months :)
November 9, 2025 at 12:03 AM
Reposted by Stijn Willems
🚨 Discount Code "joannis" and get €100,- off your Do iOS tickets if you join my workshop on Embedded Swift!

appforce1.paydro.com/do-ios-2025/...
Register for Do iOS 2025
I'm going to attend Do iOS 2025 on November11. Who is joining me? Register at https://appforce1.paydro.com/do-ios-2025
appforce1.paydro.com
October 20, 2025 at 1:17 PM
Reposted by Stijn Willems
My talk from ServerSide is up!
October 13, 2025 at 1:23 PM
I was experimenting with claude sub agents and created this tool. Might help somebody. Agents make managing conversation a lot easier. I'm still searching for the best way to use them but this is a start. I'm curious how you use it? All in #swiftlang

doozmen-stijn-willems.ghost.io/claude-agent...
Claude Agents CLI - Managing AI Agents for Swift Development
A Swift command-line tool for installing and managing specialized Claude Code agents. Install 29 built-in agents globally or per-project with a single command.
doozmen-stijn-willems.ghost.io
October 13, 2025 at 2:52 PM
Just discovered Universal Control by accident. My MacBook's trackpad suddenly controlled my Mac Studio - no cables. Turns out Apple built this years ago. One keyboard, two Macs, cursor flows between screens. Works perfectly once you get it.
October 9, 2025 at 11:42 AM
The AI bubble: everyone building "better search" because that's the frame people understand.

The actual shift: AI as context engineering—understanding YOUR data, YOUR work, creating value from what you already have.

That's not search. That's different.
October 7, 2025 at 9:28 PM
Reposted by Stijn Willems
Reposted by Stijn Willems
New tooling for profiling performance-critical services with Swift -- introducing the Swift Profile Recorder. More here: www.swift.org/blog/swift-p...
October 6, 2025 at 5:45 PM
Reposted by Stijn Willems
Just double checked temporal, looks interesting. „Pure“ workflows and activities like effect operations, they even have a SideEffect term in their docs. 🙃
Replaying workflows and blocking them indefinitely also looks nice, and it’s language agnostic. 🤔
October 4, 2025 at 7:13 PM
Reposted by Stijn Willems
Fall is a great season for another founder update. @meetlisa.bsky.social shares a few thoughts on #GermanUnityDay, has gathered some figures (transparency!!!), and reflects on participating (and skipping) business events.
telemetrydeck.com/blog/fall-update-2025/?source=bluesky
TelemetryDeck Fall Update 2025 | TelemetryDeck
Learn what's new with your favorite app analytics solution.
telemetrydeck.com
October 3, 2025 at 8:15 AM
Reposted by Stijn Willems
Fantastic! @mikaelacaron.com just announced learnswift.space, a new blog about leaning swift 😍
October 3, 2025 at 3:16 PM
Device Check on server-side Swift: You need the private key from App Store Connect, not embedded in your app. The app uses DeviceCheck framework client-side, your Vapor/Hummingbird server validates tokens server-side with the .p8 key. #swiftlang #serversideSwift2025
Validating apps that connect to your server | Apple Developer Documentation
Verify that connections to your server come from legitimate instances of your app.
developer.apple.com
October 3, 2025 at 5:55 PM
If a team that lived in C and Go can build production container infrastructure in Swift, the language is ready for serious server-side systems work. - Eric Ernst, Apple #swiftlang #serversideSwift2025

github.com/apple/contai...
GitHub - apple/container: A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon.
A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon. - GitHub - apple/container: A tool for creati...
github.com
October 3, 2025 at 4:03 PM
During her AWS internship, Mona Dierickx built the Swift Bedrock Library - a type-safe wrapper that turns 20 lines of boilerplate AWS SDK code into 5 clean lines. No more string model IDs or manual config. #swiftlang #serversideSwift2025
October 3, 2025 at 1:33 PM
Swift gets durable workflows! The Swift Temporal SDK brings true fault-tolerant execution to server-side Swift. Write workflows that survive crashes, restarts, and failures—your code persists state automatically and resumes from interruption.

#swiftlang #serversideSwift2025
October 3, 2025 at 1:15 PM
@tachyonics.bsky.social Question on smockable's preprocessorFlag option I feel like it should be the default to wrap generated code from the macro with DEBUG NO? #swiftlang #serversideSwift2025
October 3, 2025 at 12:01 PM
The Swift compiler is your first line of defense for server deployments. Pull runtime failures into compile-time by avoiding Any types, untyped dictionaries, and implicit unwraps. Type safety isn’t academic—it’s what keeps your servers running. #swiftlang #serversideSwift2025
October 3, 2025 at 11:49 AM
🔍 Context propagation in distributed tracing

From @slashmo's FOSDEM 2025 talk on server-side Swift observability:

When a request hits your edge proxy, it creates a root span. How does that trace context flow through your microservices?

#swiftlang #serversideSwift2025
October 3, 2025 at 11:42 AM
Small team using Swift on AWS Lambda for production backend. They share SPM packages between iOS app and server, use Soto for AWS integration, Step Functions for orchestration.

Talk: "Swift Lambdas at Scale" - SongShift's architecture
#seversideSwift2025
October 3, 2025 at 11:08 AM
Today was day 1/2 #serversideSwift2025 I loved it. I took audio using whisper note and fed transcriptions into claude. Then I installed historian mcp to analyse my conversations. This I feed to claude code to build me a swift agent. If it works I will open source if there is interest? #swiftlang
October 2, 2025 at 6:37 PM
Reposted by Stijn Willems
How much data do you need? Georg Tuparev is talking about building Exabyte scale storage for Swift
October 2, 2025 at 3:35 PM
Georg Tuparev #serversideSwift2025 13.4PB containers (6 racks, 42 pods) storing 42 months of observatory data. 10Gb/s backbone, 11kW peak power. Using SeaweedFS bridge during migration from Java to Swift. Transaction flow: Client login → Request UUID → Stream data → Checksum → Replicate.

#swiftlang
October 2, 2025 at 3:39 PM
Georg Tuparev presenting a Swift-based distributed storage system handling up to 100 exabytes. Features automatic replication, data healing, and geographically-aware compliance.

Built with server-side Swift

What's the biggest data challenge you're solving with Swift on the server?

#swiftlang
October 2, 2025 at 3:04 PM