Swift Toolkit.dev

@swifttoolkit
168 Followers
24 Following
130 Posts
Articles and video tutorials about tooling and server side in Swift
Websitehttps://swifttoolkit.dev
GitHubhttps://github.com/SwiftToolkit
@mattiem @slashmo thanks for sharing this ๐Ÿ™๐Ÿป๐Ÿซถ๐Ÿป

For the 16th episode of Dev Conversations, @slashmo joins us to talk about Swift OTel and observability in server-side Swift.

We explore how distributed tracing fit alongside logs and metrics, completing the 3 pillars of observability, and why they matter in real systems.

https://SwiftToolkit.dev/posts/dc-moritz

Dev Conversations #16: Moritz Lang

The author of Swift OTel joins us to talk about observability in Server Side Swift.

Just like SwiftUI changed how iOS developers think about interfaces, DynamoDB's single-table design changes everything about data modeling.

Learn how to work with single-table patterns in Swift, and meet DynamoModel: a dependency-free library that eliminates boilerplate while keeping your models type-safe.

https://SwiftToolkit.dev/posts/dynamo-model

Writing Single-Table DynamoDB Apps with DynamoModel

Get familiar with single-table design in DynamoDB and a dependency-free package for type-safe data models

In this month's Dev Conversations, Pierluigi Cifani joins us to discuss Swift on Android - something he's been working on and shipping apps with.

Tune in to hear the pros and cons of cross-platform Swift, and why he chose Swift on Android over KMM.

https://www.SwiftToolkit.dev/posts/dc-pier

Dev Conversations #15: Pierluigi Cifani

Swift on Android: pros & cons and the technical challenges of using Swift beyond iOS.

Learn how to use the Valkey client in Swift, a package by @opticalaberration

From local Docker setup to serverless deployment with AWS Lambda & ElastiCache. Featuring live examples with interactive counters powered by Valkey ๐Ÿš€

https://SwiftToolkit.dev/posts/valkey-package

The Valkey Swift Package: from Local to Serverless

Learn how to use the open source, in-memory cache alternative to Redis in your Swift applications

The Swift AWS Lambda Runtime is out of beta, and version 2.0.0 is out!

We've updated our article that shows what's new in V2!

https://SwiftToolkit.dev/posts/lambda-v2

Whatโ€™s New in the Lambda V2 Runtime

Explore the new features: background execution, streaming responses, and more

@mattiem glad you liked it! In the next one thereโ€™s a special shoutout to you ๐Ÿ˜Š enjoy Paris

๐ŸŽ™๏ธ In this month's episode of Dev Conversations, @swiftlee shares his journey from Flash developer to indie success!

Tune in to hear more about the technical challenges behind RocketSim's unique features, his approach to consistent content creation and audience building, and some tips for a successful migration to Swift 6's strict concurrency.

https://SwiftToolkit.dev/posts/dc-antoine

Dev Conversations #14: Antoine van Der Lee

From Flash developer to indie success, the creator of SwiftLee and RocketSim shares his journey

@SimplyDanny sorry it took me so long! With the second part published, I also added a section to the first article, with your suggestion! Thank you again ๐Ÿ™๐Ÿป

The second part of the Swift Argument Parser hidden gems series is here!

๐Ÿ’Ž Learn how to generate and install manual pages, DocC reference (including static website generation), and leverage JSON dumps for even more detailed documentation.

https://SwiftToolkit.dev/posts/argument-parser-gems-2

Hidden Gems in the Swift Argument Parser - Part II

Explore manual pages, DocC generation, and JSON dump features