SwiftNIO: Understanding Futures and Promises
SwiftNIO is Apple non-blocking networking library. It can be used to write either client libraries or server frameworks and works on macOS, iOS and Linux.
9 min readAuthor
SwiftNIO is Apple non-blocking networking library. It can be used to write either client libraries or server frameworks and works on macOS, iOS and Linux.
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” certificates
3 min read
ProcessOne has made a mark on Erlang history, developing reference software in Erlang, providing strong Erlang expertise and helping grow the its ecosystem. Still, ProcessOne
3 min readSwiftUI is a new application framework from Apple that complements UIKit and AppKit. It is expected to be the future of UI definition on Apple
4 min readI had the chance to attend once more the big main annual Go conference: GopherCon 2019. For the first time this year, location changed from
5 min readDesigning the API for an XMPP client I have been recently working on our Fluux XMPP library, a library that can be used to implement
1 min read
Last week, Taiyo Watanabe from Nintendo shared some insights about Nintendo Switch Push Notification infrastructure (NPNS) implementation. Here are some details from his presentation at
3 min read
MQTT (Message Queuing Telemetry Transport) est un protocole réseau léger de publication-abonnement qui transporte les messages entre les appareils. Le protocole s’exécute généralement sur
2 min read