Hi, ich bin Christian, ein leidenschaftlicher Software Engineer aus Düsseldorf.

Christian Binzer
Image showing the Rust logo and a dog that is repeating a trick

Testing in Rust and Axum

This post shows how to test a Rust backend built with Axum. We write unit tests for the service layer, prepare the project for integration testing, and add end-to-end tests that verify how the API behaves through real HTTP requests.

Read more
Image showing the Rust logo and a dog that is handling a mistake

Error Handling in Rust and Axum

In this article, we continue building the Dog Tricks API with Rust and Axum by adding proper error handling and validation. You’ll see how to model custom error types, introduce a service layer for domain logic, and return structured JSON error responses to clients.

Read more
Image showing the Rust logo and a dog that is learning a trick

Building a REST API in Rust with Axum

A complete beginner-friendly guide to building REST APIs in Rust with Axum. Using a Dog Tricks API as example, we cover data modeling, request handling, routing, and state management to show how powerful and straightforward backend development in Rust can be.

Read more
StencilJS Logo and Jest Logo

Unit Testing StencilJS

Wie kann man mit Unit Tests die Logik und den HTML-Inhalt einer StencilJS Komponente testen? Antworten gibt es in diesem Blog Post.

Weiterlesen
StencilJS logo

Einführung in StencilJS

In diesem Blog-Artikel möchte ich euch eine kurze Einführung in StencilJS geben. Dazu schauen wir uns die Definition von StencilJS an und erstellen eine einfache Alert-Komponente.

Weiterlesen