@tiborbodecs.bsky.social
📤 62
📥 107
📝 105
Swift developer // SSWG member // Founder @ Binary Birds // swiftonserver.com // theswiftdev.com
pinned post!
🎓Back to school? ⬆️ Level up your skills before the end of the year. 📚 We’ve created a book with
@kittibodecs.bsky.social
to help you get started coding in Swift:
theswiftdev.gumroad.com/l/learn-to-c...
#SwiftLang
#coding
#beginner
#developers
loading . . .
Learn To Code Using Swift
Learn To Code Using Swift is a programming book for absolute beginners, born from a fresh approach. It promises beginner-friendly explanations even for complex topics and provides up-to-date Swift kno...
https://theswiftdev.gumroad.com/l/learn-to-code-using-swift
about 1 month ago
0
1
1
1 day ago
0
0
0
Swift Configuration Rocks! 👍
1 day ago
0
1
0
This is super interesting!!! 🥰
1 day ago
0
0
0
💡🦄💩😅
1 day ago
0
0
0
lol
1 day ago
0
0
0
Hashing, encrypion, digital signatures… 🔐
1 day ago
0
0
0
Another lightning talk… ⚡️
1 day ago
0
1
0
What’s this? 🤔
1 day ago
0
0
0
1 day ago
0
0
0
Testing, mocking, macros.
1 day ago
0
1
0
AWS Lambda + Swift = 🧡
1 day ago
0
6
1
Day #2 at ServerSide.swift
1 day ago
0
3
0
Next up
@joanniso.bsky.social
2 days ago
0
1
0
🥰🥰🥰
2 days ago
0
1
0
Vapor vs Hummingbird
2 days ago
0
0
0
Swift just got a new profile recorder. 🚀
2 days ago
0
0
0
🚀
3 days ago
0
0
0
🥰🥰🥰
3 days ago
0
0
0
Swift + Cloud services ☁️
@sebsto.bsky.social
talks about AWS Lambda during the beginner workshop at
@serversideswift.info
3 days ago
0
9
2
Whohoo
@serversideswift.info
embedded Swift! 🔥
3 days ago
0
2
0
Embedded Swift workshop at ServerSide.swift 💻
3 days ago
0
4
0
ServerSide.swift Conference Workshop Loot. 🥰
3 days ago
0
4
0
reposted by
SwiftToolkit.dev
4 days ago
🎙️ In this month's Dev Conversations,
@avanderlee.com
shares his journey from Flash developer to indie success! Hear more about the technical challenges behind RocketSim, his approach to blogging, and tips for a successful migration to Swift 6's concurrency.
SwiftToolkit.dev/posts/dc-ant...
loading . . .
Dev Conversations #14: Antoine van Der Lee
From Flash developer to indie success, the creator of SwiftLee and RocketSim shares his journey
https://SwiftToolkit.dev/posts/dc-antoine
0
6
2
Hello London. 🇬🇧 Can’t wait to meet everyone at the ServerSide.swift Conference tomorrow. 🙏
www.serversideswift.info
loading . . .
Home | ServerSide.swift Conference
ServerSide.swift - the conference for server-side Swift developers
https://www.serversideswift.info/
4 days ago
0
3
0
reposted by
Joannis Orlandos
5 days ago
Moritz just released Swift-OTel 1.0.0. After years of adoption in production systems, this marks the first fully stable version! This release finally simplifies the API and brings it in line with modern Swift concurrency standards. Incredible work!
github.com/swift-otel/s...
loading . . .
Release 🚀 Swift OTel 1.0.0 · swift-otel/swift-otel
🙏 Thanks A special thank you to everyone who contributed to this milestone—whether you've opened issues, contributed code, or responded to proposals on the Swift forums, we couldn't have done it wi...
https://github.com/swift-otel/swift-otel/releases/tag/1.0.0
0
4
2
Just realized, now that we have Swift 6.2 we can drop support for Swift 5. 👍
7 days ago
0
1
0
All about Swift Package Manager Traits 📦 Discover how traits act as feature flags, enabling conditional compilation, optional dependencies, and advanced package configurations. ⤵️
theswiftdev.com/2025/all-abo...
loading . . .
All about Swift Package Manager Traits - The.Swift.Dev.
Discover how traits act as feature flags, enabling conditional compilation, optional dependencies, and advanced package configurations.
https://theswiftdev.com/2025/all-about-swift-package-manager-traits/
7 days ago
0
2
1
Landing page is coming soon... 👀
8 days ago
0
0
0
reposted by
Honza Dvorsky
9 days ago
Introducing Swift Configuration 🎉 You'll also hear more about it at
@serversideswift.info
next week! 🏎️
forums.swift.org/t/introducin...
loading . . .
Introducing Swift Configuration
Hi Swift Community! Today, we’re pleased to announce the initial release of Swift Configuration: a new library that provides a unified approach to reading configuration in your Swift applications. C...
https://forums.swift.org/t/introducing-swift-configuration/82368
1
36
15
After one year of alpha and beta testing, I’m extremely happy to announce that Toucan has entered its RC phase. 🦜💫🚀⤵️
toucansites.com/toucan-ssg-e...
loading . . .
Toucan SGG enters the release candidate phase
After multiple alpha and beta releases, Toucan, the Swift-based static site generator, has entered its Release Candidate phase.
https://toucansites.com/toucan-ssg-enters-the-release-candidate-phase/
9 days ago
0
0
0
reposted by
Tim Condon
10 days ago
Wrote a thing. Can you believe it's been nearly a decade!
add a skeleton here at some point
0
16
5
reposted by
Matt Massicotte
11 days ago
It’s a little thing, but I’m still very pleased to see async support coming to defer.
forums.swift.org/t/se-0493-su...
loading . . .
SE-0493: Support `async` calls in `defer` bodies
Hello, Swift community! The review of SE-0493: Support async calls in defer bodies begins now and runs through October 6, 2025. Reviews are an important part of the Swift evolution process. All revi...
https://forums.swift.org/t/se-0493-support-async-calls-in-defer-bodies/82293/1
2
24
6
reposted by
Honza Dvorsky
14 days ago
@philsturgeon.com
Great article about JSON streaming in OpenAPI! We've had support for it in Swift OpenAPI Generator for two years now, but it was a bit more manual for users. With 3.2.0 we can finally generate it all out of the box 🙏 cc
@simonjbeaumont.com
github.com/apple/swift-...
loading . . .
swift-openapi-generator/Examples/bidirectional-event-streams-client-example/Sources/BidirectionalEventStreamsClient/BidirectionalEventStreamsClient.swift at main · apple/swift-openapi-generator
Generate Swift client and server code from an OpenAPI document. - apple/swift-openapi-generator
https://github.com/apple/swift-openapi-generator/blob/main/Examples/bidirectional-event-streams-client-example/Sources/BidirectionalEventStreamsClient/BidirectionalEventStreamsClient.swift
2
15
3
reposted by
ServerSide.swift
15 days ago
🚨🚨🚨 The full conference schedule is online! 🚨🚨🚨 We've finalised the schedule on the website, and have another incredible lineup this year, including workshops! Next week is the last week for ticket sales so don't wait around!
0
5
4
Hello, new toy.
#iPhone17ProMax
15 days ago
0
0
0
reposted by
Joannis Orlandos
17 days ago
Join
@sebsto.bsky.social
and me in our next edition of the Swift Server Meetup next Wednesday! We have some incredible topics lined up!
www.youtube.com/live/96IQAA7...
loading . . .
Swift Server Side Meetup #06
YouTube video by Swift Server Side
https://www.youtube.com/live/96IQAA7Nl8E
0
3
2
👀 You should keep an eye on this:
github.com/swiftlang/sw...
loading . . .
GitHub - swiftlang/swift-platform-executors: This package provides platform-native executors for Swift Concurrency.
This package provides platform-native executors for Swift Concurrency. - swiftlang/swift-platform-executors
https://github.com/swiftlang/swift-platform-executors
17 days ago
0
0
0
reposted by
Johannes Weiss
18 days ago
Who else is going to
#ServerSideSwift
? Two weeks to go, can't wait to hear what y'all have been up to! To make the deal even sweeter, I hear there's tasty 15% off discount code for
www.serversideswift.info/tickets/
: COMMUNITY15
loading . . .
Tickets | ServerSide.swift Conference
ServerSide.swift - the conference for server-side Swift developers
https://www.serversideswift.info/tickets/
0
10
6
Same, can’t wait to meet you all there. 🥰
add a skeleton here at some point
18 days ago
0
0
0
Stupid flu or covid or whatever is this... 🤧
18 days ago
0
0
0
Just two weeks since we launched
learn-swift.com
, and visitor traffic is already exceeding our expectations. 🎓🚀📈
loading . . .
Learn Swift By Examples
Learn Swift by example with hands-on code snippets. Explore real Swift programs, understand core concepts, and start building Swift apps today.
https://learn-swift.com/
26 days ago
0
1
0
Swift Subprocess has its very first release. Version 0.1 is now tagged — time to see what’s new. ⤵️
github.com/swiftlang/sw...
loading . . .
Release Subprocess 0.1 · swiftlang/swift-subprocess
This is the initial release of swift-subprocess. API Changes Since Initial Proposal Introduce preferredBufferSize parameter to allow custom buffer size when streaming subprocess output (#168) A n...
https://github.com/swiftlang/swift-subprocess/releases/tag/0.1
29 days ago
0
2
0
Just wanted to create a PR, then I realized that our main branch was not protected. OFC pushed everything there... Rookie mistake? 100% My professional experience: 15+ years. 🤦♂️😅🔨
about 1 month ago
0
0
0
🎯 Learn To Code Using Swift – The absolute beginner's programming book. - 🗂️ 14+2 chapters - 📖 700+ pages - 🧩 350+ exercises Early bird version is now on Gumroad, only for $49. ⤵️
theswiftdev.gumroad.com/l/learn-to-c...
#LearnToCode
#SwiftLang
#HelloWorld
#100DaysOfCode
about 1 month ago
0
2
0
📁 Practical Guide to Working with the SwiftNIO File System 🎓 Learn SwiftNIO's async file system API for non-blocking operations, including file and directory handling, reading, writing, and advanced use cases.
swiftonserver.com/nio-file-sys...
loading . . .
Practical Guide to Working with the SwiftNIO File System - Swift on server
Learn SwiftNIO's async file system API for non-blocking operations, including file and directory handling, reading, writing, and advanced use cases.
https://swiftonserver.com/nio-file-system/
about 1 month ago
0
2
2
🤔 Want to learn Swift? 💡 Check out this new site that teaches Swift through practical, hands-on examples:
learn-swift.com
loading . . .
Learn Swift By Examples
Learn Swift by example with hands-on code snippets. Explore real Swift programs, understand core concepts, and start building Swift apps today.
https://learn-swift.com/
about 1 month ago
0
1
0
reposted by
Kitti Bödecs
about 1 month ago
A landing page is in progress... 🏗️ But the ebook is already out now. And yes — your vibe coding skills will glow up too. 💪 Grab it here:
theswiftdev.gumroad.com/l/learn-to-c...
0
3
1
🎓Back to school? ⬆️ Level up your skills before the end of the year. 📚 We’ve created a book with
@kittibodecs.bsky.social
to help you get started coding in Swift:
theswiftdev.gumroad.com/l/learn-to-c...
#SwiftLang
#coding
#beginner
#developers
loading . . .
Learn To Code Using Swift
Learn To Code Using Swift is a programming book for absolute beginners, born from a fresh approach. It promises beginner-friendly explanations even for complex topics and provides up-to-date Swift kno...
https://theswiftdev.gumroad.com/l/learn-to-code-using-swift
about 1 month ago
0
1
1
reposted by
Kitti Bödecs
about 1 month ago
Today is the day 🎉 Learn to code using Swift is now available on Gumroad.
theswiftdev.gumroad.com/l/learn-to-c...
loading . . .
Learn To Code Using Swift
Learn To Code Using Swift is a programming book for absolute beginners, born from a fresh approach. It promises beginner-friendly explanations even for complex topics and provides up-to-date Swift kno...
https://theswiftdev.gumroad.com/l/learn-to-code-using-swift
0
3
1
reposted by
ServerSide.swift
about 1 month ago
Super excited to announce our first speaker! Matt Massicotte will be telling us how to approach approachable concurrency!
0
14
4
Load more
feeds!
log in