Post
Running a SwiftNIO Server in an iOS app
October 27, 2019 - 8 min read

Have you ever wondered if it is possible to run a server in an iOS app? A while ago I had this question! It seems that SwiftNIO and SwiftNIO Transport Se...

Post
JSON feed reader app with Kotlin Native
October 13, 2019 - 18 min read

Having spent some time exploring and learning more about Kotlin Native, time has come to start building an app where I can use Kotlin Native in a real wo...

Post
JSON feed for Jekyll sites
October 5, 2019 - 5 min read

Feed is a term used to usually describe a text file that provides information about the content of a website and it is primarily intended to be used for ...

Post
From Kotlin to Native: Or how Kotlin concepts are mapped to the Apple framework
September 19, 2019 - 14 min read

TL;DR This post is about how some specific Kotlin features are compiled to Objective-C and how they can be used in a Swift project when using Kotlin Nati...

Post
Continuous Integration for Kotlin Native projects with Gitlab CI
September 8, 2019 - 7 min read

How many times have you started a project with the intent to follow practices such as writing unit tests and enforcing a code style, only to give up afte...

Post
Kotlin Multiplatform Project: Code styling for iOS and Android
September 1, 2019 - 6 min read

Continuing my journey on Kotlin Multiplatform Project, this time I will explore some tools that can be used to apply code style conventions on such proje...

Post
Kotlin Multiplatform Project: Unit tests for iOS and Android
August 25, 2019 - 7 min read

In every project, regardless of the language or framework, it’s really important to have confidence when making a code change. Unit tests are here for th...

Newer
Older