Blog
Expression Patterns in Swift
SWIFT
December 23, 2025
If you’ve ever written Swift code, you’ve encountered expression patterns hundreds of times, even if you didn’t notice it.
Building DSLs in Swift with Result Builders
SWIFT
May 5, 2025
You’ve all seen the magic of SwiftUI’s syntax, but do you know what makes it possible?
Auto-Generate blog post images with SwiftUI
SWIFT
SWIFTUI
January 18, 2025
SwiftUI and HTML make a great team, turning information into beautiful, shareable images – automatically.
Which branch did mine come from?
GIT
October 9, 2024
The most asked and trickiest question may finally have an answer thanks to the latest version of git.
Decorator Pattern, a personal favorite
DESIGN PATTERNS
SOLID
SWIFT
August 21, 2024
Adding features without touching existing code; is it even possible?
How git aliases can save you hours of time
GIT
May 17, 2023
Imagine a coding world where you can navigate your Git repository, commit changes, and handle merges and branches at lightning speed.