Tune in to hear the pros and cons of cross-platform Swift, and why he chose Swift on Android over KMM
www.swifttoolkit.dev/posts/dc-pier
Tune in to hear the pros and cons of cross-platform Swift, and why he chose Swift on Android over KMM
www.swifttoolkit.dev/posts/dc-pier
From local Docker setup to serverless deployment with AWS Lambda & ElastiCache. Featuring live examples with interactive counters powered by Valkey 🚀
swifttoolkit.dev/posts/valkey...
From local Docker setup to serverless deployment with AWS Lambda & ElastiCache. Featuring live examples with interactive counters powered by Valkey 🚀
swifttoolkit.dev/posts/valkey...
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...
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...
We dive into Server-Side Swift, enterprise adoption challenges, Vapor & Hummingbird, and his new beginner-friendly Swift book written with his wife. Plus, insights on the future of the ecosystem.
swifttoolkit.dev/posts/dc-tibor
We dive into Server-Side Swift, enterprise adoption challenges, Vapor & Hummingbird, and his new beginner-friendly Swift book written with his wife. Plus, insights on the future of the ecosystem.
swifttoolkit.dev/posts/dc-tibor
This week I'm skipping to celebrate bday 3.8 🎂🎂
See you next week!
This week I'm skipping to celebrate bday 3.8 🎂🎂
See you next week!
Discover these hidden gems and more advanced features that can make your CLI tools more professional and user-friendly!
SwiftToolkit.dev/posts/argume...
Discover these hidden gems and more advanced features that can make your CLI tools more professional and user-friendly!
SwiftToolkit.dev/posts/argume...
New features include background execution for better performance, streaming responses for real-time apps, and service lifecycle support.
Check out the article, its sample project, and videos to see it in action!
swifttoolkit.dev/posts/lambda...
New features include background execution for better performance, streaming responses for real-time apps, and service lifecycle support.
Check out the article, its sample project, and videos to see it in action!
swifttoolkit.dev/posts/lambda...
Tune in to hear more about Bazel, the SE-290 proposal, reverse engineering and more!
swifttoolkit.dev/posts/dc-bru...
Tune in to hear more about Bazel, the SE-290 proposal, reverse engineering and more!
swifttoolkit.dev/posts/dc-bru...
Ideal for building hot-reload tools, build triggers, or any app that needs to react to file system events!
SwiftToolkit.dev/posts/file-m...
Ideal for building hot-reload tools, build triggers, or any app that needs to react to file system events!
SwiftToolkit.dev/posts/file-m...
This time, we're rebuilding, with last week's Terminal Utilities, the famous Matrix Code effect for the Terminal: ⚡ Digital Rain ⚡
swifttoolkit.dev/posts/lb-dig...
This time, we're rebuilding, with last week's Terminal Utilities, the famous Matrix Code effect for the Terminal: ⚡ Digital Rain ⚡
swifttoolkit.dev/posts/lb-dig...
Discover the techniques behind them - accessing window size, deleting characters, hiding and showing the cursor - to make more engaging tools!
swifttoolkit.dev/posts/termin...
Discover the techniques behind them - accessing window size, deleting characters, hiding and showing the cursor - to make more engaging tools!
swifttoolkit.dev/posts/termin...
We also talk about CLI tools, and how his latest one, yap, achieves faster speech-to-text than OpenAI's Whisper.
swifttoolkit.dev/posts/dc-finn
We also talk about CLI tools, and how his latest one, yap, achieves faster speech-to-text than OpenAI's Whisper.
swifttoolkit.dev/posts/dc-finn
We took the new Swift Container tool for a spin, and it looks promising!
In this article, we'll learn how to build a Linux-compatible image of a Vapor app, and deploy it - all without Docker!
swifttoolkit.dev/posts/contai...
We took the new Swift Container tool for a spin, and it looks promising!
In this article, we'll learn how to build a Linux-compatible image of a Vapor app, and deploy it - all without Docker!
swifttoolkit.dev/posts/contai...
In this dedicated page we describe how Appcircle offers solutions that go beyond just a CI platform.
swifttoolkit.dev/sponsors/app...
In this dedicated page we describe how Appcircle offers solutions that go beyond just a CI platform.
swifttoolkit.dev/sponsors/app...
In this article, learn how to build a CLI tool to get detailed insights into your app’s size and structure - perfect for CI, release checks, and more.
swifttoolkit.dev/posts/rosali...
In this article, learn how to build a CLI tool to get detailed insights into your app’s size and structure - perfect for CI, release checks, and more.
swifttoolkit.dev/posts/rosali...
🚀 Learn how to use Mise to install Swift CLI tools directly from source. Build, install, and manage your Swift executables with a single command.
Great for teams wanting consistent tooling, not only with Swift tools!
swifttoolkit.dev/posts/mise-s...
🚀 Learn how to use Mise to install Swift CLI tools directly from source. Build, install, and manage your Swift executables with a single command.
Great for teams wanting consistent tooling, not only with Swift tools!
swifttoolkit.dev/posts/mise-s...
From RxSwift to Combine and Swift concurrency, open source wisdom, and navigating the AI revolution in iOS development. And the dessert: his WWDC 2025 wishlist!
SwiftToolkit.dev/posts/dc-shai
From RxSwift to Combine and Swift concurrency, open source wisdom, and navigating the AI revolution in iOS development. And the dessert: his WWDC 2025 wishlist!
SwiftToolkit.dev/posts/dc-shai
Discover how to detect, read, and process standard input, with a simple example of pretty-printing JSON!
SwiftToolkit.dev/posts/pipe
Discover how to detect, read, and process standard input, with a simple example of pretty-printing JSON!
SwiftToolkit.dev/posts/pipe
Tired of ugly CLI output? We built a zero-dependency package that makes your Swift data beautiful and more readable in the terminal, similar to Swift's dump.
swifttoolkit.dev/posts/LB-pre...
Tired of ugly CLI output? We built a zero-dependency package that makes your Swift data beautiful and more readable in the terminal, similar to Swift's dump.
swifttoolkit.dev/posts/LB-pre...
As mobile CI/CD workflows gain traction, security risks can quietly slip into every stage of the process. Check the post on their blog to strengthen your CI/CD pipeline:
appcircle.io/blog/mobile-...
As mobile CI/CD workflows gain traction, security risks can quietly slip into every stage of the process. Check the post on their blog to strengthen your CI/CD pipeline:
appcircle.io/blog/mobile-...
Check out this blog post with practical code examples and architectural insights.
swifttoolkit.dev/posts/local-...
Check out this blog post with practical code examples and architectural insights.
swifttoolkit.dev/posts/local-...
SwiftToolkit.dev/posts/dc-nick
SwiftToolkit.dev/posts/dc-nick
youtube.com/live/Kis9rrt...
youtube.com/live/Kis9rrt...
Built by Vaisiliy Kattouf, it allows you to write tasks as Swift code instead of shell scripts. Learn how to automate linting, formatting, and more in this hands-on guide.
SwiftToolkit.dev/posts/sake-1
Built by Vaisiliy Kattouf, it allows you to write tasks as Swift code instead of shell scripts. Learn how to automate linting, formatting, and more in this hands-on guide.
SwiftToolkit.dev/posts/sake-1