RSSAmplifier

Blog

DesertJim on Jim Baca's Site

Recent content in DesertJim on Jim Baca's Site

jamesbaca.netRSS feed ↗3 posts

Latest posts

Building a Production Temporal Service in Kotlin: What the Docs Don't Tell You

A practical retrospective on the real integration friction between Kotlin and Temporal when building a production service. Covers ShadowJar gRPC metadata pitfalls, serializer ordering in DefaultDataConverter, the Claim Check pattern for large payloads, and structuring shared workflow clients across modules, the gaps the official docs leave for teams to discover on their own.

Apache Airflow with Docker: A Practical Getting Started Guide

Stand up a production-ready Airflow environment in minutes. Covers Docker Compose setup, DAG authoring, task orchestration, XCom, and best practices for scalable data pipeline engineering.

Docker Security Defaults Your Team Is Probably Getting Wrong

Docker’s defaults are optimized for getting started, not for security — and that gap quietly bites teams in production. Covers the port publishing 0.0.0.0 trap, default bridge network isolation failures, DNS-based service discovery leakage, and host network mode risks, with concrete fixes teams can encode as standards rather than leaving to individual judgment.