22 articles

📰 Dev.to · Matthias Bruns

Articles from Dev.to · Matthias Bruns · 22 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (9068) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog
Go Web Frameworks in Production: Performance Benchmarks and Real-World Trade-offs
Dev.to · Matthias Bruns 2w ago
Go Web Frameworks in Production: Performance Benchmarks and Real-World Trade-offs
A comprehensive analysis of Go web frameworks performance in production environments, covering Gin, Echo, Fiber, and Chi with real-world benchmarks and architec
Go Web Frameworks in Production: Performance Benchmarks and Real-World Trade-offs
Dev.to · Matthias Bruns 3w ago
Go Web Frameworks in Production: Performance Benchmarks and Real-World Trade-offs
A comprehensive analysis of Go web frameworks performance in production environments, covering Gin, Echo, Fiber, and Chi with real-world benchmarks and architec
Go Web Frameworks in Production: Gin vs Echo vs Fiber Performance Comparison
Dev.to · Matthias Bruns 3w ago
Go Web Frameworks in Production: Gin vs Echo vs Fiber Performance Comparison
A practical comparison of Go web frameworks based on real production workloads, covering performance benchmarks, memory usage, and architectural decisions for s
Go Error Handling Patterns for Production APIs: Beyond Basic Error Returns
Dev.to · Matthias Bruns 3w ago
Go Error Handling Patterns for Production APIs: Beyond Basic Error Returns
Advanced Go error handling patterns for production APIs including structured errors, error wrapping, and observability integration. Learn how to build resilient
Go Error Handling in Distributed Systems: Building Resilient Microservices
Dev.to · Matthias Bruns 3w ago
Go Error Handling in Distributed Systems: Building Resilient Microservices
Learn advanced Go error handling patterns for distributed systems, including circuit breakers, retries, and graceful degradation. Build microservices that handl
Go Error Handling in Distributed Systems: Patterns for Resilient Microservices
Dev.to · Matthias Bruns 4w ago
Go Error Handling in Distributed Systems: Patterns for Resilient Microservices
Learn advanced Go error handling patterns for distributed systems including circuit breakers, retries, and graceful degradation. Practical examples for building
Go Error Handling Patterns for Production APIs: Beyond Basic Error Returns
Dev.to · Matthias Bruns 1mo ago
Go Error Handling Patterns for Production APIs: Beyond Basic Error Returns
Explore advanced Go error handling patterns for building robust production APIs, including structured errors, error wrapping, and observability integration.
Modern Frontend Architecture — React, Svelte, and the Performance Patterns That Matter
Dev.to · Matthias Bruns 1mo ago
Modern Frontend Architecture — React, Svelte, and the Performance Patterns That Matter
Islands architecture, signals, server components, and Core Web Vitals. A practical guide to frontend architecture decisions in 2026 — beyond framework hype.
Cloud-Native Architecture — A Practical Guide for Growing Teams
Dev.to · Matthias Bruns 1mo ago
Cloud-Native Architecture — A Practical Guide for Growing Teams
Twelve-factor apps, service meshes, observability, and cost control. What cloud-native actually means beyond the buzzword — and how to get there without rewriti
KubeCon EU 2026 — 7 Talks We Can't Miss in Amsterdam
Dev.to · Matthias Bruns 1mo ago
KubeCon EU 2026 — 7 Talks We Can't Miss in Amsterdam
Our picks from the KubeCon + CloudNativeCon Europe 2026 schedule. AI agent security, Airbnb's zero-downtime migration, Helm 4, Gateway API, Rust vs Go, and more
GitOps with ArgoCD — A Practical Guide to Declarative Deployments
Dev.to · Matthias Bruns 1mo ago
GitOps with ArgoCD — A Practical Guide to Declarative Deployments
How to set up GitOps with ArgoCD on Kubernetes. Repository structure, Application manifests, sync policies, secrets management, and multi-environment promotion
Cloud Migration for the Midmarket — Step by Step, Not Big Bang
Dev.to · Matthias Bruns 1mo ago
Cloud Migration for the Midmarket — Step by Step, Not Big Bang
How mid-sized companies migrate workloads to the cloud without blowing budgets. Strategy, sequencing, pitfalls, and what it actually costs.
Cloud for the Mid-Market — No Rocket Science
Dev.to · Matthias Bruns 1mo ago
Cloud for the Mid-Market — No Rocket Science
Cloud isn't just for enterprises. A pragmatic guide for mid-sized companies ready to take the first step.
Go Microservices Architecture — Patterns That Actually Work
Dev.to · Matthias Bruns 1mo ago
Go Microservices Architecture — Patterns That Actually Work
How to structure Go microservices for production. Service boundaries, communication patterns, error propagation, and the tooling that keeps it manageable.
A Test Automation Strategy That Actually Works
Dev.to · Matthias Bruns 1mo ago
A Test Automation Strategy That Actually Works
The testing pyramid is 15 years old. Here's how to build a test automation strategy for modern microservice architectures — from unit tests to E2E, with practic
Contract Testing for Microservices — Catching Breaks Before Production
Dev.to · Matthias Bruns 1mo ago
Contract Testing for Microservices — Catching Breaks Before Production
How contract testing prevents the integration failures that unit tests miss. A practical guide to Pact, provider-driven contracts, and fitting contract tests in
Go for Backend Development — Why We Bet on It
Dev.to · Matthias Bruns 1mo ago
Go for Backend Development — Why We Bet on It
Why we chose Go as our primary backend language. Concurrency, simplicity, deployment, and the hiring factor.
Container Best Practices — Beyond the Basics
Dev.to · Matthias Bruns 1mo ago
Container Best Practices — Beyond the Basics
Multi-stage builds, image security scanning, size optimization, and local dev workflows. The practical guide to containers that tutorials skip.