Swift Server-Side Conference 2019 Highlights: Day 2
The second day of the Swift Server-Side conference was as packed with great talk as the first day. You can read my previous post
6 min readAuthor
The second day of the Swift Server-Side conference was as packed with great talk as the first day. You can read my previous post
6 min readSwift is mostly known nowadays as the main programming language you can use to develop on Apple devices. However Swift, being Open Source, has a
6 min read
Let’s keep on exploring the concepts behind SwiftNIO by playing with Channels, ChannelHandlers and ChannelPipelines. This article was originally published in Mastering SwiftNIO, a
11 min read
Note: For up-to-date documentation on OAuth configuration and usage in recent ejabberd versions, check the corresponding page in the ejabberd Docs site: OAuth
6 min readYesterday, I shared my highlights on FrenchKit Conference 2019, Day 1. Today, I will talk about FrenchKit Day 2. Swift Superpowers Swift Superpowers were three
3 min readFrenchKit is an iOS and macOS developer conference held in Paris. The fourth edition took place on October 7-8, 2019. I was attending this
3 min readSwiftNIO is Apple non-blocking networking library. It can be used to write either client libraries or server frameworks and works on macOS, iOS and
9 min readWhen you want to start learning SwiftUI, you create a project and get a basic example view with just a Text field. That default view
3 min read
When you are writing a chat application, you need to be able to have some control on the chat view. The chat view typically starts
8 min read
TLS certificates are so ubiquitous that you now very often need them even during the development phase. Developers are thus used to create “self-signed”
3 min read