Advanced Techniques In Meridian
Explores advanced techniques for the Meridian Swift web framework, focusing on responder parameterization and architectural design decisions.
Explores advanced techniques for the Meridian Swift web framework, focusing on responder parameterization and architectural design decisions.
Discusses the Zed code editor's Swift support and collaboration features, Xcode 16's predictive assist, and compares iPad models for developers.
Apple's new Swift Testing framework simplifies unit testing in Swift, replacing XCTest with a cleaner syntax and powerful features like parameterized tests.
An update on Meridian, a Swift on the Server web framework inspired by SwiftUI, covering async/await support and WebSocket integration.
A developer shares their curated list of must-watch technical sessions from Apple's WWDC24, focusing on Swift, Xcode, StoreKit, and UI frameworks.
A developer's reflections on WWDC 2024, exploring new Apple technologies like SwiftData, AI features, Sequoia, and Reality Kit for future projects.
A roundtable podcast discussion analyzing the WWDC24 keynote and State of the Union, focusing on new OS versions and the limited Vision Pro updates.
A Swift developer shares hopes for WWDC24, focusing on VisionOS 2, iPadOS updates, and Apple's need to win back developer trust.
A podcast discussion on the drawbacks of cross-platform mobile development and arguments for prioritizing native app development for better performance.
Discussion of the upcoming Apple event for new iPads and the lack of Swift programming live streamers in the community.
Podcast interview discussing Server-side Swift, Structured Concurrency, the Swift Server Workgroup, and maintaining clean code with developer Joannis Orlandos.
Explains how to create custom environment values in SwiftUI, covering the standard method and noting updates from WWDC24.
A SwiftUI tutorial on creating a custom LabelStyle to tint only the icon, leaving the text color unchanged.
A guide to using SwiftyMocky, a mocking framework for Swift, to simplify unit testing by creating mocks for dependencies.
A podcast episode discussing WWDC 24, developer challenges in the EU, and bugs in Xcode 15, with hopes for a more stable release.
A guide to customizing the default file header comment for new Swift files created within a Swift Package, using an IDETemplateMacros.plist file.
An interview with the creators of Skip.tools, discussing their Swift-to-Kotlin transpiler for building native Android and iOS apps from a single SwiftUI codebase.
Explains how to use Xcode 15's DocC to document and create links to native Swift type extensions for better API discoverability.
Explores using Swift's internal @_silgen_name attribute for forward declarations to improve build times, with strong warnings about its risks.
SwiftUI best practices for using @StateObject property wrappers to avoid performance pitfalls and bugs during initialization.