#swiftonserver — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #swiftonserver, aggregated by home.social.
-
Finally added swift-configuration package to my #AWS Lambda functions. Works like a charm 👌
-
Yay, finally I released v1.0 of swift-jobs my job queue implementation. Can be used for running workloads asynchronously or off-loading them to another server. There are Postgres and Valkey/Redis drivers available for managing storage. swift-jobs is framework agnostic and can be used with Vapor as well as Hummingbird.
https://github.com/hummingbird-project/swift-jobs/releases/tag/1.0.0
-
Been writing a web app using swift/hummingbird. For fun, I want auth to be passkey-only. But, I’m running into a fairly basic issue:
How do I write a controller-level test to verify my #passkey implementation works?
I’m using https://github.com/hummingbird-project/hummingbird-examples/blob/main/webauthn/Sources/App/Controllers/WebAuthnController.swift as a reference implementation, but that particular example has no tests for passkey auth. I want to verify I’m doing the right things, and also have a harness for quickly getting auth for testing other auth-required pages. -
Excited to announce that I'll be speaking at the next Swift Meetup Munich in November! 🎉
Dive into the server side with me, and let's explore together.
See you there! 👋#swift #meetup #munich #iOS #SwiftUI #SwiftOnServer
https://www.meetup.com/de-DE/swift-meetup-munich/events/303824765
-
One of my favorite talks at @swiftserverconf this year: @vry presents how @things uses #SwiftOnServer to run their backend. #swift
-
My new Video series is well on its way.
Developing a tiny server application to create a reproducible and benchmarkable inplementation of a BFF in #swift.
The series covers everything from start to finish, but it is not yet completely published.I want to run it against #quarkus and #springboot in the end to show everyone that Swift is here to stay😎
https://youtube.com/playlist?list=PLievaKnl8uRStoS6D1HhyK_RWSprrA0FK&si=2ysxQgZ6B8aeBdIk
#hummingbirdSwift #postgres #argumentparser #serversideswift #SwiftOnServer #swiftlang #backendforfrontend
-
My new Video series is well on its way.
Developing a tiny server application to create a reproducible and benchmarkable inplementation of a BFF in #swift.
The series covers everything from start to finish, but it is not yet completely published.I want to run it against #quarkus and #springboot in the end to show everyone that Swift is here to stay😎
https://youtube.com/playlist?list=PLievaKnl8uRStoS6D1HhyK_RWSprrA0FK&si=2ysxQgZ6B8aeBdIk
#hummingbirdSwift #postgres #argumentparser #serversideswift #SwiftOnServer #swiftlang #backendforfrontend
-
My new Video series is well on its way.
Developing a tiny server application to create a reproducible and benchmarkable inplementation of a BFF in #swift.
The series covers everything from start to finish, but it is not yet completely published.I want to run it against #quarkus and #springboot in the end to show everyone that Swift is here to stay😎
https://youtube.com/playlist?list=PLievaKnl8uRStoS6D1HhyK_RWSprrA0FK&si=2ysxQgZ6B8aeBdIk
#hummingbirdSwift #postgres #argumentparser #serversideswift #SwiftOnServer #swiftlang #backendforfrontend
-
My new Video series is well on its way.
Developing a tiny server application to create a reproducible and benchmarkable inplementation of a BFF in #swift.
The series covers everything from start to finish, but it is not yet completely published.I want to run it against #quarkus and #springboot in the end to show everyone that Swift is here to stay😎
https://youtube.com/playlist?list=PLievaKnl8uRStoS6D1HhyK_RWSprrA0FK&si=2ysxQgZ6B8aeBdIk
#hummingbirdSwift #postgres #argumentparser #serversideswift #SwiftOnServer #swiftlang #backendforfrontend
-
My new Video series is well on its way.
Developing a tiny server application to create a reproducible and benchmarkable inplementation of a BFF in #swift.
The series covers everything from start to finish, but it is not yet completely published.I want to run it against #quarkus and #springboot in the end to show everyone that Swift is here to stay😎
https://youtube.com/playlist?list=PLievaKnl8uRStoS6D1HhyK_RWSprrA0FK&si=2ysxQgZ6B8aeBdIk
#hummingbirdSwift #postgres #argumentparser #serversideswift #SwiftOnServer #swiftlang #backendforfrontend
-
The last remaining #Javascript code from @elytra will finally be deprecated in the coming week.
#SwiftOnServer has been really amazing! https://social.dezinezync.com/@elytra/112465756203013636
-
Does someone have interest in a German #SwiftOnServer community around the Rhein-Main area? #Swift
-
S4E8: Pwah! Dahling! 😘
@daniel discusses his challenges with server management and data handling.
We discuss optimizing clusters, tuning ingestion, queries and compaction.
PWA's are back on iOS in the EU!
-
Ok, learning #swift now. Doing it the weird way first, avoiding #xcode but this tutorial was pretty painless:
https://www.swift.org/getting-started/cli-swiftpm/
I'll try a proper Swift app tutorial in the near future, but I always feel like an IDE is baggage when I'm trying to learn a language.
-
1. I feel seen.
2. There should be an option to select both. There are people who use Quick & Nimble, or even all three in the same codebase. -
🧑💻⁉️ Please make your voice heard in the #Swift Server Working Group developer survey. Please do so, even if you don‘t use #SwiftOnServer today. We would love to understand your reasons.
-
Exciting news! Introducing SwiftyTailwind: Seamlessly integrate Tailwind into your Swift projects. With just a few lines of code, style your Leaf views in Vapor or Publish-generated static websites. No NodeJS installation required. More to come for #SwiftOnServer! Support my work on GitHub Sponsors or hire me as a freelancer. Details: **https://pepicrft.me/blog/2023/06/18/introducing-swiftytailwind** 🔗
#Swift #SwiftyTailwind #TailwindCSS #CodeVapor #Freelancer -
I started working on SwiftyESBuild, a Swift Package that wraps the ESBuild tool to bundle JavaScript modules. The goal is to make it easier for Vapor projects to have an asset pipeline that runs as part of the same process. I’ll publish it next week!
#Swift #Vapor #SwiftOnServer -
#Swift #async #Vapor #SwiftOnServer
Finally migrating some old EventLoopFuture-based Vapor code to new async approach. Feels really good to unwrap those crazy nested EventLoopFuture blocks to clean meaningful async code. Good job @0xTim & co.
-
🔐📝 If you want to play with certificates – I mean who doesn't – have a look at the new #Swift certificate library by my colleague @lukasa.
#SwiftOnServer
https://www.swift.org/blog/swift-certificates-and-asn1/ -
👨💻🍻 So excited about this! #Berlin has a new #SwiftOnServer meetup!
#Swift
https://meetup.com/server-side-swift-berlin/events/290724839 -
#SwiftOnServer folks might know swift-backtrace, a mandatory library to have a backtrace on Linux when the program crashes.
I hacked together a fork to make the output more readable and add some colors (I added some before / after screenshots to the post).
You can find it here: https://github.com/natinusala/swift-backtrace
Not sure if I'll upstream this (is it wanted?), I have hopes that standard backtraces will be fixed in the toolchain instead 😇
-
What was still a proof of concept a few days ago is more like an alpha™ now! #SwiftStudio #SwiftOnServer
❯ git merge marcin/vm-runner
32 files changed, 834 insertions(+), 340 deletions(-)I'm so happy with how it turned out to work. Still more work, but Building #Swift on Mac, and running on #Linux is very much a thing.
-
Welcome fellow kids!
#Xcode #SwiftLang #SwiftOnServer #SwiftServer