Torben Sko
Blog Projects About
Environment Configuration Best Practices
Environment Configuration Best Practices
Patterns

Environment Configuration Best Practices

Jan 13, 2026

Fail fast with explicit values. No defaults, no fallbacks, no computed configuration.

Managing Environment Files in Monorepos
Managing Environment Files in Monorepos
Patterns

Managing Environment Files in Monorepos

Jan 13, 2026

Handle multiple packages, deployment environments, and local-vs-remote testing without configuration chaos.

Opinion

Null vs Undefined

Dec 17, 2025

null and undefined are not interchangeable. Treating them as such blurs intent, weakens APIs, and forces defensive code everywhere.

Patterns

Verifying Lambdas

Dec 16, 2025

A consistent dry and verbose convention turns lambdas from opaque handlers into debuggable, production-safe programs.

Fixing Tailwind Culling in Monorepos
Fixing Tailwind Culling in Monorepos
Patterns

Fixing Tailwind Culling in Monorepos

Dec 13, 2025

A practical pattern for preventing Tailwind from culling classes in shared monorepo components.

Lambda Health Check
Lambda Health Check
Patterns

Lambda Health Check

Dec 12, 2025

A reliable way to catch out-of-date Lambdas and configuration issues before they become real problems.

Tips

SwiftUI: Tips and Tricks

Nov 18, 2024

The following article lists some SwiftUI features and design patterns that I personally like to refer back to. The criteria was simply things that might not be immediately obvious to novice/intermediate Swift coder.

Tips

NestJS: benefits, cheatsheet and tips

Jul 12, 2024

NestJS is a great library for creating a web service. It strikes a nice balance between a comprehensive set of solutions to common problems, without feeling like a heavy framework. This article explains many of its features, before detailing some tips around things like seeding and AWS Lamda deployment.

mktouch = make directory + make file
mktouch = make directory + make file
Tips

mktouch = make directory + make file

Jun 28, 2024

A quick bash utility to make it fast and easy to create a new file within a new directory

Importing Rokoko character animations into Xcode using Blender
Importing Rokoko character animations into Xcode using Blender
Projects

Importing Rokoko character animations into Xcode using Blender

Jun 15, 2024

Rokoko provides an at home motion capture solution. The following articles explains how to import these animations across to a 3D character in Xcode, using a combination of Blender and a custom made cleanup tool called xcode-collada.

Importing Collada characters and animations from Mixamo into Xcode
Importing Collada characters and animations from Mixamo into Xcode
Projects

Importing Collada characters and animations from Mixamo into Xcode

Jun 13, 2024

If you're looking to add an animated character to your iPhone application, this article will guide you through importing Mixamo characters into Xcode. Additionally, I'll introduce my tool, xcode-collada, which ensures your DAE files are correctly formatted for Xcode.

Torben Sko

© 2026 Torben Sko. All rights reserved.

Blog Projects About