Recent posts

Covid-19, Ihre Gemeinschaft und Sie - eine datenwissenschaftliche Perspektive

Covid-19, Ihre Gemeinschaft und Sie - eine datenwissenschaftliche Perspektive - Übersetzung des Artikels von Jeremy Howard und Rachel Thomas ins Deutsche

UITabbar: Comparing storyboards vs programmatic setup

A comparison about setting up a tabbar with storyboards vs programmatic.

Delegate Pattern in Swift easy explained

Delegation is a very common Design Pattern in iOS. For beginners can be a bit difficult to understand at first. Here is a quick rundown to get it working quicky.

What I learned from doing the Advent of Code 2019

I did many tutorials with Swift before and the experience has always been guided. Of course, it has to be like this, nothing wrong with the tutorials. It is just that I never really did put into practice what I was learning. The advent of code has allowed me to approach and deal with problems. I was almost about to say real-world problems, but really to rescue Santa cannot be considered a real-world problem, can it?

Introducing ARKit3

This is a recap of Apple Developer Keynote's talk at WWDC2019 for my own enjoyment and learning

Intro to ARKit in Unity with a simple tutorial

During my internship I used ARKit in Xcode as native framework, however in some cases it is good to know your way in Unity too. This is a a simple tutorial for ARKit 2.0 in Unity

How to Enable Wireless Building in Xcode

Many folks dont know or forgot about this interesting feature of Xcode: Wireless Building on device.

Regular Expressions Primer

Regular Expressions are one of the most powerful way of using programming languages and I will give here a brief introduction.