Learn how to leverage the most important transforming operators of the Swift Combine Framework: map, flatMap and switchToLatest; what's their difference and when to use what. (more…)
Read more »
Getting started with Swift 3 and OpenGL on Linux and macOS with GLFW 3. Practical example - drawing a square...
Read more »
Documentation compiler that produces rich API reference documentation and interactive tutorials for your Swift framework or package. - GitHub - apple/swift-docc: Documentation compiler that produce... (more…)
Read more »
Easily get Nth character from string with Swift. In this post I will show you multiple ways to get the Nth character from a string with Swift... (more…)
Read more »
This previous
article explains
how to read ChaCha20-Poly encrypted data using Ruby or Python. My first goal is
to ensure other languages can read data encrypted within
Beam, but the end goal is to decrypt it within your
browser, using client-side HTML and... (more…)
Read more »