Writings

DisplayConcatString: A Simple String Concatenation Utility for TypeScriptFeaturedJavaScript
DisplayConcatString: A Simple String Concatenation Utility for TypeScript
Introducing DisplayConcatString, a lightweight npm package that provides a clean and efficient way to concatenate arrays of strings with customizable separators. Perfect for displaying user-friendly text from arrays.
Jul 29, 2025
3 min read
CP

Christoph Planken

Building a Modern Web Blog: From Concept to DeploymentFeaturedReact
Building a Modern Web Blog: From Concept to Deployment
A deep dive into building a modern, performant blog with React Router, MDX, GitHub API, and TypeScript. Learn about the architecture decisions, technical challenges, and deployment strategies.
Jul 28, 2025
10 min read
CP

Christoph Planken

trycatch: Type-Safe Error Handling for JavaScript & TypeScriptFeaturedJavaScript
trycatch: Type-Safe Error Handling for JavaScript & TypeScript
Introducing the trycatch npm package, inspired by Go's error handling, providing type-safe try/catch wrappers for modern JavaScript and TypeScript projects. Used in this project for robust error handling.
Jul 23, 2025
2 min read
CP

Christoph Planken