#swiftlang نتائج البحث
My brand new course "Concurrency Fundamentals in Swift" is now available. azamsharp.teachable.com/p/the-complete… #iosdev #swiftlang
Concurrency magic in Swift ⚡️ Running tasks in parallel with async let means both network calls start together 🚀 — cutting your wait time in half ⏱️ #SwiftLang #iOSDev
The #swiftlang toolchain is now available on Amazon Linux 2023. Two years after my first commit allowing Swift to compile on Amazon Linux 2023, it took a while team effort to make this happen. Get started and deploy your Swift apps in the cloud today!
Adopting async-await in Swift avanderlee.com/swift/async-aw… 🚀 Async await explained 🏭 Refactoring tips and tricks ✨ Different ways of adopting #swiftlang #iosdev
Workshop: Server Side Swift Using Vapor When: August 22 2025 Where: Online Register: azamsharp.school/workshops.html * Workshops are free for annual subscribers. $2000+ value for just $369 (annual membership). #iosdev #swiftlang
As an iOS developer, you should invest time in learning backend development. Register for my free 1 hour livestream: azamsharp.kit.com/920e8e53aa #iosdev #swiftlang
Swift Developers Meetup @ Motive, Bengaluru! Happening May 24, 2025, 2–5 PM, join us for an afternoon of Swift talks, live demos, and community networking. Let’s build, learn, and connect! #SwiftBengaluru #iOSMeetup #SwiftLang
Vapor workshop is tomorrow!! Take your Swift skills to the cloud and learn backend development. Don't be just an iOS developer, be a Full Stack iOS Developer. Reserve your spot: azamsharp.teachable.com/p/introduction… Discount coupon: IAMAPRO #iosdev #swiftlang
I has never been easier to write AI Agent and GenAI-based application in Swift ! The Swift Bedrock Library documentation is now hosted. No more parsing the README or the individual sources files. Check it out today 👉 build-on-aws.github.io/swift-bedrock-… #swiftlang #genai #bedrock
Very sweet config library that’ll change how we configure libraries across the ecosystem. No more hardcoded values; easy reloading and overriding etc. @czechboy0 #swiftlang
Moritz and Si presenting about their latest work on swift-otel support. Excited to see it hit 1.0 just recently :-) Also, built-in support to almost all fundamental networking libraries already! #swiftlang
Love this little Xcode Previews easter egg when calling `AppStore.requestReview` #SwiftLang #iOSDev #SwiftUI #Xcode
Great status update from Mads about his work on the JNI mode for jextract, for folks who cannot use JDK 22/25; What a way to finish up summer of code! 🎉 ☀️ #swiftlang #java
🎟️ Early Bird Tickets are LIVE! Join us at Swift Bharat 🇮🇳 on 26-27 Sept, 2025! Meet Apple engineers, connect with Swift devs, and level up your skills over two days of talks, code & community. 👉 Get your ticket now! swiftbharat.org #SwiftBharat #iOSDev #SwiftLang
Swift 6: What’s New and How to Migrate avanderlee.com/concurrency/sw… #swiftlee #ios #swiftlang via @twannl
Introducing SwiftLee's Black Friday Discounts avanderlee.com/general/black-… 💸 Once-a-year discounts 🚀 RocketSim & SwiftLee Courses ⏳ Only available this week #swiftlang #iosdev
Learn how to present sheets in SwiftUI avanderlee.com/swiftui/presen… 🎁 Present sheets 🚀 Code examples incl. macOS & iOS support 🤩 Coordinator solution using generics #swiftlang #iosdev
All my products are discounted this week! If you: - Want to become a concurrency expert - Want to develop apps faster - Want to go independent While supporting me as an indie developer, this is for you: avanderlee.com/general/black-… #swiftlang #iosdev
Natalia is one of those top tier Swift devs whose work I always learn from. If you are writing Swift daily, you really do not want to miss what she publishes #iOSDev #SwiftLang #SwiftUI #IndieDev #buildinpublic
I've just released a small update to my book "Swift Gems" with techniques covering features introduced in Swift 6.2, including inline arrays, default values in string interpolation, and some Swift concurrency tips. And it’s currently on sale: 30% off! books.nilcoalescing.com/swift-gems
Master the Open/Closed Principle (OCP) in Swift using the Decorator Pattern Stop breaking OCP with endless if/else for analytics. Learn the clean, scalable way. 🎥 Watch: youtu.be/qd3uLRHddo0?si… #iOSDev #SwiftLang #SOLID #OCP #DesignPattern #SwiftUI #Xcode
youtube.com
YouTube
Master Open/Closed Principle (OCP) in Swift | Decorator Pattern +...
Introducing SwiftLee's Black Friday Discounts avanderlee.com/general/black-… 💸 Once-a-year discounts 🚀 RocketSim & SwiftLee Courses ⏳ Only available this week #swiftlang #iosdev
"Gives me a quick leg up on Swift Considering I was 'strong' at Objective C and was simultaneously learning Swift, this utility really helped out a lot." capterra.com/p/187779/Swift… #swiftlang #ObjectiveC #iosdev
Swift devs only. No Kotlin spies allowed. Inside: • “Why did my actor crash?” therapy sessions • SwiftUI vs UIKit holy wars • Free hugs when Xcode breaks Join the chaos 👇 x.com/i/communities/… #SwiftLang #iOSDev #swiftdevelopers
The Swift Bedrock Library now supports service_tier. Priority is best for mission-critical applications, Standard for everyday AI tasks, and Flex for cost-effective processing. #swiftlang #aws #bedrock
Time to optimize your debugging skills! 🛑 Debugging breakpoints: avanderlee.com/debugging/debu… 📱 UI Debugging: avanderlee.com/debugging/ui-d… 🛠 Debugging SwiftUI: avanderlee.com/swiftui/debugg… #swiftlang #swiftlee #iosdev #xcode
🥇 Approachable Concurrency in Swift 6.2: A Clear Guide avanderlee.com/concurrency/ap… 🥈 Async await in Swift explained with code examples avanderlee.com/swift/async-aw… 🥉 MainActor usage in Swift explained to dispatch to the main thread avanderlee.com/swift/mainacto… #swiftlang #swiftlee
The Lambda Runtime for Swift now supports tenant isolation mode. Release notes : github.com/awslabs/swift-… Example : github.com/awslabs/swift-… #swiftlang #lambda #serverless #cloud #aws
Working on an inspector tool for SpriteKit projects… 👀 Would this be useful for your debugging workflow? What features would you want to see? #SwiftLang #SpriteKit #gamedev
Learn all about Approachable Concurrency avanderlee.com/concurrency/ap… ⚡ Swift 6.2 impact on concurrency 🕰️ It's time to migrate ✨ Graceful adoption is now possible #swiftlang #iosdev
The OptionSet in Swift can be a great way to improve readability while making your code more flexible. In this example, I allow implementors to configure the underlying URLSession without exposing it. avanderlee.com/swift/optionse… #swiftlang #iosdev
Don’t build games for watchOS using SpriteKit and Swift 6… A lot of nonisolated content… I’m building a tool for each simulator running SpriteKit and I am reconsidering watchOS… 😏 What do you think? #SwiftLang #SpriteKit #gamedev
Most developers think ‘Approachable Concurrency’ is just a nice slogan. It’s not. It’s a real Xcode build setting — backed by an official Swift vision document. Here’s what it actually changes for you 👇 avanderlee.com/concurrency/ap… #swiftlang #iosdev
Discover how to handle shared mutable global state in Swift 6. Learn to make your singletons play nice with new features. Dive into code tips and actor singletons. Watch now: youtu.be/2FjzoeS-S4k #SwiftLang
"Gives me a quick leg up on Swift Considering I was 'strong' at Objective C and was simultaneously learning Swift, this utility really helped out a lot." capterra.com/p/187779/Swift… #swiftlang #ObjectiveC #iosdev
The OptionSet in Swift can be a great way to improve readability while making your code more flexible. In this example, I allow implementors to configure the underlying URLSession without exposing it. avanderlee.com/swift/optionse… #swiftlang #iosdev
Presenting multiple sheets can easily result in a lot of boilerplate code. By creating a sheet coordinator, you can reuse sheets, reduce code within views, and present sheets from within others. avanderlee.com/swiftui/presen… #swiftlang #iosdev
The Lambda Runtime for Swift now supports tenant isolation mode. Release notes : github.com/awslabs/swift-… Example : github.com/awslabs/swift-… #swiftlang #lambda #serverless #cloud #aws
The Swift Bedrock Library now supports service_tier. Priority is best for mission-critical applications, Standard for everyday AI tasks, and Flex for cost-effective processing. #swiftlang #aws #bedrock
Most developers think ‘Approachable Concurrency’ is just a nice slogan. It’s not. It’s a real Xcode build setting — backed by an official Swift vision document. Here’s what it actually changes for you 👇 avanderlee.com/concurrency/ap… #swiftlang #iosdev
Discover how to handle shared mutable global state in Swift 6. Learn to make your singletons play nice with new features. Dive into code tips and actor singletons. Watch now: youtu.be/2FjzoeS-S4k #SwiftLang
All my products are discounted this week! If you: - Want to become a concurrency expert - Want to develop apps faster - Want to go independent While supporting me as an indie developer, this is for you: avanderlee.com/general/black-… #swiftlang #iosdev
Something went wrong.
Something went wrong.
United States Trends
- 1. Florida 95.7K posts
- 2. Texas 164K posts
- 3. #SmallBusinessSaturday 1,581 posts
- 4. Ohio State 23.4K posts
- 5. Good Saturday 31.1K posts
- 6. Kentucky 13.1K posts
- 7. Go Bucks 1,830 posts
- 8. Go Blue 5,952 posts
- 9. #스키즈_MAMA_AOTY_축하해 9,242 posts
- 10. #StrayKidsAtMAMA2025 8,290 posts
- 11. #MeAndTheeSeriesEP3 900K posts
- 12. Buckeyes 3,758 posts
- 13. #SaturdayVibes 3,292 posts
- 14. Georgia 49.7K posts
- 15. SKZ KARMA OF THE YEAR 8,309 posts
- 16. TV Guide N/A
- 17. The Game 735K posts
- 18. Successful 78.6K posts
- 19. UTEP 1,028 posts
- 20. Miss St 2,217 posts