Posts

Browse all articles.

· 3 min read

Templating with Swift-Mustache

Learn how to template emails and web pages with Swift-Mustache.

· 13 min read

Useful scripts for server-side Swift

Learn about shell scripts to enforce coding standards and conduct checks for backend Swift projects.

· 13 min read

AsyncHTTPClient by example

This article offers practical examples to introduce the Swift AsyncHTTPClient library.

· 7 min read

Using OpenAPI Generator with Hummingbird

Learn how to use OpenAPI Generator to create Swift APIs with Hummingbird.

· 14 min read

What's new in Hummingbird 2?

Discover Hummingbird 2: a Swift-based HTTP server framework, with modern concurrency and customizable request contexts.

· 11 min read

Building an HTTP client using SwiftNIO

Learn how to build a simple HTTP client using SwiftNIO and structured concurrency.

· 13 min read

Logging for server-side Swift apps

Discover how to integrate the Logging library into an application, use various log levels, and tailor the unified logging API for backend projects.

· 11 min read

Using SwiftNIO - Channels

Create a TCP server using SwiftNIO and structured concurrency

· 5 min read

Using SwiftNIO - Fundamentals

Learn the fundamental concepts of SwiftNIO, such as EventLoops and nonblocking I/O