How I Reduced 50% of My Boilerplate Code in Swift — Everything You Need to Know https://t.co/5oEOndsPlW
Medium
How I Reduced 50% of My Boilerplate Code in Swift — Everything You Need to Know
Swift Macros just changed the way I write iOS code. Here’s how I cut half my boilerplate without losing readability.
Practical Terminal Commands Every Developer Should Know https://t.co/rCjVzsbIAR
Medium
Practical Terminal Commands Every Developer Should Know
Most developers know the basics cd, ls, pwd, maybe even grep. But the terminal has a lot more under the hood. There are commands and…
❤1
callAsFunction vs dynamicCallable https://t.co/4Kw4uPT9Tq
Livsy Code → Learn Swift the smart way
callAsFunction vs @dynamicCallable → Livsy Code
Greetings, traveler! There are many hidden handy features in the Swift language. Today, we will talk about two of them: callAsFunction and @dynamicCallable. They offer pretty much the same functionality but have fundamental differences. Both of them allow…
GitHub Trends Weekly : apple/swift-async-algorithms https://t.co/WmboVSNjHC
GitHub
GitHub - apple/swift-async-algorithms: Async Algorithms for Swift
Async Algorithms for Swift. Contribute to apple/swift-async-algorithms development by creating an account on GitHub.
Playback controls for video in a SwiftUI app https://t.co/UtwnVTFZOd
Create with Swift
Playback controls for video in a SwiftUI app
Understand how to control video playback in a SwiftUI app with the AVKit framework.
SwiftUI WebView reloaded: adding a "View Original" feature https://t.co/Ghx5UDlKMb
YouTube
SwiftUI WebView reloaded: adding a "View Original" feature
This week, I'll continue where I left off last week. I'll be adding SFSafariViewController so users can view the original webpage. Along the way, I will probably clean up the toolbar to make way for the new "View Original" button.
Join me, ask questions…
Join me, ask questions…
Upcoming Currency Change in Bulgaria https://t.co/1q5vUbruKx
Apple
Upcoming Currency Change in Bulgaria - Latest News - Apple Developer
Beginning January 1, 2026, Bulgaria will adopt the euro (EUR) as its official currency, replacing the Bulgarian lev (BGN). As a result, the currency for App Store purchases and subscriptions in Bulgaria will change from BGN to EUR on this date. Your proceeds…
Swift Enum Pattern Matching: Case Let, Wildcards & Advanced Techniques (2025) https://t.co/PCWDXvKfXh
Medium
Why Your Swift Enums Look Amateur (And How to Fix Them in 15 Minutes)
Master wildcards and case let to write code that makes other developers jealous
.p8 vs .p12: Stop Giving the Wrong Answer in iOS Interviews https://t.co/zMN1SlWXrd
Medium
.p8 vs .p12: Stop Giving the Wrong Answer in iOS Interviews
If you’ve ever fumbled during a push notification interview, this one’s for you.
When should you use an actor? https://t.co/snLsd2H0nY
massicotte.org
When should you use an actor?
I enjoy technical conversations that happen across different blogs. One in particular that I revisited recently was a very thought-provoking exchange on enum vs struct. The whole thing is worth your time!
Floating On https://t.co/mUTR2YnBpy
Ash Furrow
Floating On
It's with mixed emotions that I'm announcing today is my last day working at Float . I've accomplished a lot here and I'm grateful for the opportunity to help shape such a young company and product team. I'm sad to say goodbye to my coworkers and I wish…
Implementing drag and drop with the SwiftUI modifiers https://t.co/AWoWa1Xm9R
Create with Swift
Implementing drag and drop with the SwiftUI modifiers
Learn how to implement drag and drop features within your SwiftUI apps.