Kommentar.io

A German-language news aggregator and discussion platform for the DACH region.

July 19, 2026

COVID-19 History Project

A curated digital archive and searchable timeline of COVID-19 events and policy decisions.

July 19, 2026

Snackeroo

A travel and snack blog by an American-Swiss duo, with an interactive map and search.

July 19, 2026

Modern API Development with TypeSpec and OpenAPI

Designing clear, well-documented web APIs is a big part of building software. The most widely adopted standard for describing RESTful APIs is OpenAPI, a machine-readable format (usually JSON or YAML) that defines an API’s structure, endpoints, and request and response shapes. That schema becomes the single source of truth behind your interactive docs, client libraries, and server stubs. However, writing and maintaining OpenAPI specifications by hand can quickly become a chore. The syntax is verbose, and small mistakes in the structure can lead to frustrating bugs or inconsistencies across different parts of the system. ...

April 24, 2025