Blog / TypeScript
Posts on TypeScript
All
Golang (9) Architecture (7) Getting started (4) Security (4) DevOps (3) homelab (3) Kubernetes (3) Microservices (3) server (3) TypeScript (3) AI (2) Backend (2) cisco (2) Data Engineering (2) Development (2) networking (2) Performance (2) rack (2) Cloud (1) Cloud Native (1) Enterprise (1) Frontend (1) hardware (1) Infrastructure (1) Productivity (1)
TypeScript Data Engineering Architecture
Real-Time Data Pipelines with TypeScript and Kafka
How I build type-safe, event-driven data pipelines using TypeScript and KafkaJS -- from schema validation to dead letter queues to exactly-once processing.
Security Golang TypeScript
Authentication Patterns for Distributed Systems
A threat-model-first walkthrough of JWT, OAuth2/OIDC, refresh rotation, and zero trust auth for Go services — with the mistakes that actually burn people in production.
TypeScript Frontend Architecture
TypeScript at Scale
Managing large TypeScript codebases without drowning in complexity — modular architecture, state management, and type system patterns that actually work.