01

Writing

Technical articles and tutorials

01

Should we just build more?

Al is helping us be more productive, but the question is what should we actually do with it?

AI Coding Agentic Engineering
02

Relaunching my blog

Why I relaunched my blog and how I did it.

web astro blog
03

Set up a new web app with Next.js

Here is my (proven) way to set up a new web app with Next.js, Typescript, and Tailwind.

web Next.js setup
04

What's new in Xcode 14

Learn everything that’s new in Xcode 14. There are a ton of improvements both under the hood and visually, so let’s look at them and what’s coming in the new version.

Xcode WWDC22
05

Swift Basics - Comments

Learn about comments in Swift, what types there are, and how to use them

basics Swift
06

Twitter Space: MotionScape - building a free, open-source Mac app

Notes of the Twitter Space on MotionScape. We discussed many topics, like how we came up with the idea, the development process and the publication.

iOS twitter-spaces
07

Swift Basics: Data Types

Learn everything about the data types we have in Swift and when to use which.

basics Swift
08

Animating number changes in SwiftUI

Learn how to create advanced number animations that look great and are fun to use.

Swift SwiftUI animation
09

Swift Basics: Variables and Constants

Getting started with variables and constants in the Swift language in a beginner-friendly way.

basics Swift
10

Notes: How to approach learning new things?

Notes of the Twitter Space on the topic of different ways how to learn new things. Inludes approaches and useful resources that we use.

iOS twitter-spaces
11

Language identification on iOS

Learn how to identify languages in a String using the Natural Language Framework. I will show you all the tips and tricks you need to know.

iOS natural-language NLP
12

Toggle in SwiftUI

We have a look at Toggles in SwiftUI and the possibilities we have with it.

iOS SwiftUI Swift
13

ARKit + SceneKit: Place content in the real world

Learn how to place content in the real world. We use a combination of ARKit and SceneKit and a lot of fun in this tutorial.

ARKit Swift SceneKit
14

Natural Language on iOS

Introduction to the Natural Language framework. See what is possible to do and learn about possible use-cases.

iOS natural-language NLP
15

TextField in SwiftUI

Learn how to use the TextField view in SwiftUI like a pro.

iOS SwiftUI Swift
16

Dark mode using only CSS

Learn how to implement dark mode on a website using only CSS.

CSS web Publish
17

Loading files in Xcode Playgrounds

How to load text and json files inside of a Xcode Playground.

Swift Xcode
18

Getting started with Publish

How to setup Publish and get started building with it.

Publish Swift web
19

WWDC 2020 - Keynote Summary

Summary of everything Apple introduced WWDC 2020 Keynote.

iOS WWDC2020 Swift
20

On-device Text Recognition on iOS with SwiftUI

Detailed guide how to do on-device OCR on iOS with SwiftUI

iOS SwiftUI Vision
21

Text in SwiftUI

Introduction to and how to use the Text View in SwiftUI.

iOS SwiftUI Swift