Creating Custom Modifiers is Super Easy with SwiftUI https://t.co/w66O60mmct
Medium
Creating Custom Modifiers is Super Easy with SwiftUI
Not a Medium Member? “Read For Free”
Beyond GeometryReader: Building Better SwiftUI Modifiers with onGeometryChange https://t.co/HWyGGYp4as
Medium
Beyond GeometryReader: Building Better SwiftUI Modifiers with onGeometryChange
When building SwiftUI views that need to adapt to container sizes, many developers reach for GeometryReader. It’s the go-to solution, but…
Learning About Swift Concurrency (from Matt Massicotte’s Blog) with a Zettelkasten https://t.co/JlcEd8bK5c
Christian Tietze
Learning About Swift Concurrency (from Matt Massicotte’s Blog) with a Zettelkasten
Live video performance: Reading a post by Matthew Massicotte, and then integrating what I learned into my Zettelkasten. Suprises presented themselves, so as usual, it took a while!
What’s a Zettelkasten Good for in the Age of Affordable LLM’s? https://t.co/1CUiHgZOq9
Christian Tietze
What’s a Zettelkasten Good for in the Age of Affordable LLM’s?
Last Saturday was Global Day of Code Retreat (GDCR) and one challenge session was to only use AI with prompts to implement the Game of Life rules. Folks who don't use LLM's a lot tried to describe the ...
Rsync File Copying from Dired with Transient Menu https://t.co/OxIqnqvXkh
Christian Tietze
Rsync File Copying from Dired with Transient Menu
Instead of async dired file copies, try rsync file copies with a bit of transient menu convenience.
How to get offset for a specific timezone in JavaScript https://t.co/30Cdtm5hUw
Onmyway133
How to get offset for a specific timezone in JavaScript | Swift Discovery
Issue #999
We want to take a timezone like "Europe/Oslo" and figure out what its offset is compared to UTC. During winter, Oslo is +01:00 (one hour ahead), and during summer it’s +02:00 (daylight saving time).
Using formatToParts()
Here’s the clever part.…
We want to take a timezone like "Europe/Oslo" and figure out what its offset is compared to UTC. During winter, Oslo is +01:00 (one hour ahead), and during summer it’s +02:00 (daylight saving time).
Using formatToParts()
Here’s the clever part.…
iOS Developer Roadmap: Learn to become an iOS developer https://t.co/0qXopWDVQy
roadmap.sh
iOS Developer Roadmap: Learn to become an iOS developer
Step by step guide to becoming an iOS developer in 2025
Interactive Map Carousel | MapKit | Map Animations | SwiftUI https://t.co/uGkowG1N6g
YouTube
Interactive Map Carousel | MapKit | Map Animations | SwiftUI
Hello Guys 🖐🖐🖐
In this video, I’ll demonstrate how to create an interactive map carousel using SwiftUI. As you swipe through the carousel, the map position automatically changes.
SwiftUI Map Camera Animation | SwiftUI Carousel Synced With Map Camera | SwiftUI…
In this video, I’ll demonstrate how to create an interactive map carousel using SwiftUI. As you swipe through the carousel, the map position automatically changes.
SwiftUI Map Camera Animation | SwiftUI Carousel Synced With Map Camera | SwiftUI…
Advanced Git [SUBSCRIBER] https://t.co/ekATrClRKq
kodeco.com
Advanced Git
Master Git!
Chances are if you’re involved with software development you’ve heard of and have used Git at some point in your life. Version control systems are critical for any successful collaborative software project. Git is both simple to start using and…
Chances are if you’re involved with software development you’ve heard of and have used Git at some point in your life. Version control systems are critical for any successful collaborative software project. Git is both simple to start using and…
GitHub Trends Weekly : google/GoogleDataTransport https://t.co/emeQwxBe4m
GitHub
GitHub - google/GoogleDataTransport
Contribute to google/GoogleDataTransport development by creating an account on GitHub.
Animated Paywall using Native StoreKit APIs | SwiftUI | #apple https://t.co/Ddau4JC5QC
YouTube
Animated Paywall using Native StoreKit APIs | SwiftUI | #apple
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Advent of Code 2025 https://t.co/YbezThl3Ru
Swift Forums
Advent of Code 2025
Hi Swift Community! It's the most Wonderful Time Of The Year. Time to spend with Family and Friends spend on Swift coding challenge fun! Every December, Eric Wastl publishes Advent of Code, a fun set of coding exercises. One challenge is posted each day…
Method Dispatch in Swift: The Complete Guide https://t.co/2GMFH4rcPr
Jacobstechtavern
Method Dispatch in Swift: The Complete Guide
How does Swift *really* execute function calls?