Desktopia Pro X Smart ControlJuly 14, 2023

As referenced in my earlier article about the Desktopia Pro desk, I wanted to make it controllable in my smart home.

Bandwidth Monitor v2.1.0June 27, 2023

After two years in the making, Bandwidth Monitor has been released in version 2.1.0. Of course, I wasn’t actively developing throughout the entire time.

SwiftUI Layout: Overlapping HStackMarch 7, 2023

The SwiftUI Layout protocol is a powerful tool for defining your own complex layouts. It is new with iOS 16. Previously, you had to become creative if the capabilities of HStack, VStack, ZStack and Grid were not enough for your layouting needs.

The Desktopia Pro deskJanuary 21, 2023

I recently got a new desk setup for my home office. The reason I got a new one in the first place is because the previous desk was designed and built for entirely different requirements.

The Logitech BRIO Stream webcam connection problemsJanuary 6, 2023

About a year ago, I got myself a Logitech BRIO Stream webcam. The reasons for buying the particular webcam were simple: For uninteresting reasons, I had 175€ I needed to spend and I wanted a better webcam.

Custom property wrappers for @Published propertiesNovember 18, 2022

When you want to add a custom @propertyWrapper to an existing @Published variable in your SwiftUI code, e.g. in your ViewModel, you will quickly discover that @Published does not play well with other property wrappers.