Mert Tosun
HomePostsAbout
ENTR

All Posts

72 posts

AllAIAPI DesignArchitectureBackendCareerCloudDataDatabaseDatabasesDevOpsDistributed SystemsFinTechGoLeadershipObservabilityReliabilitySEOSRESecuritySoftwareSoftware ArchitectureSoftware TestingThoughtsWeb Performance
#agent#ai#analytics#api#api-design#api-gateway#architecture#audit#authentication#authorization#autoscaling#backend#backfill#backward-compatibility#batch#blue-green#cache#caching#canary#cancellation#career#cdc#cdn#chaos-engineering#chatgpt#circuit-breaker#cli#cloud#cloud-native#cluster-autoscaler#cobra#compliance#concurrency#connection-pooling#consistency#context#contracts#cost-optimization#cqrs#cron#csr#data#data-contracts#database#deployment#deprecation#developer#devops#distributed-systems#distroless#docker#dynamic-rendering#ebpf#economy#error-budget#event-driven#event-sourcing#feature-flag#filesystem#fintech#gemini#geo#go#golang#gorm#goroutine#governance#grpc#high-availability#hpa#idempotency#incident-management#index#indexing#integration-test#integrations#java#javascript#jwt#kafka#kms#kubernetes#leadership#linux#llm#logging#m2m#markets#media#mental-health#microservices#migration#mindset#mock#mtls#multi-region#multi-stage#multi-tenant#network#news#nodejs#oauth#oauth2#observability#openfeature#opentelemetry#operations#outbox#pagination#partitioning#passkey#payments#performance#pgbouncer#pii#pipeline#postgres#postgresql#postmortem#pprof#productivity#profiling#progressive-delivery#protobuf#psychology#pub-sub#puppeteer#python#queues#rabbitmq#rate-limiting#realtime#redis#release#reliability#resilience#rest#retry#rls#saas#saga#scalability#scaling#scheduling#schema#search#secrets#security#seo#service-mesh#sharding#signed-url#situational-leadership#sli#sliding-window#slo#snapshot#software-engineering#spiffe#sql#sre#ssr#statefulset#stoicism#storage#streaming#streams#team-management#temporal#terminal#testcontainers#testing#timeout#token-bucket#tracing#trump#vault#versioning#vpa#web#webauthn#webhook#websocket#workflow#world#zero-downtime#zero-trust
  • Idempotency Keys and the Exactly-Once Myth in Distributed Systems

    Idempotency Keys and the Exactly-Once Myth in Distributed Systems

    How to design idempotent write APIs, prevent duplicate side effects, and avoid exactly-once assumptions in real production traffic.

    April 12, 2026Distributed Systems#idempotency#distributed-systems#api-design#reliability#payments
  • CDN Cache Invalidation Strategies: Balancing Speed and Correctness

    CDN Cache Invalidation Strategies: Balancing Speed and Correctness

    A practical guide to cache invalidation with versioned assets, targeted purge policies, and stale-while-revalidate patterns.

    April 12, 2026Web Performance#cdn#cache#performance#web#devops
  • Durable Workflow Orchestration with Temporal

    Durable Workflow Orchestration with Temporal

    How Temporal helps backend teams build reliable long-running workflows with retries, timeouts, compensation logic, and strong observability.

    April 11, 2026Backend#temporal#workflow#distributed-systems#backend#reliability
  • SLO, SLI, and Error Budget: Operating Service Reliability

    SLO, SLI, and Error Budget: Operating Service Reliability

    A practical SRE playbook for choosing user-centric indicators, setting realistic objectives, and using error budgets in release decisions.

    April 9, 2026DevOps#sre#slo#sli#error-budget#observability
  • Passkey and WebAuthn: A Practical Passwordless Authentication Guide

    Passkey and WebAuthn: A Practical Passwordless Authentication Guide

    A backend-focused walkthrough of passkey registration/login flows, threat model improvements, and rollout strategy.

    April 7, 2026Security#passkey#webauthn#security#authentication#backend
  • Distributed Tracing in Go Services with OpenTelemetry

    Distributed Tracing in Go Services with OpenTelemetry

    A practical implementation guide for end-to-end tracing, context propagation, sampling, and production observability in Go microservices.

    April 5, 2026Observability#opentelemetry#tracing#golang#observability#microservices#sre
  • Feature Flag Architecture: Safe Releases with OpenFeature

    Feature Flag Architecture: Safe Releases with OpenFeature

    How to decouple deployment from release, run controlled rollouts, and keep vendor flexibility with OpenFeature.

    April 5, 2026Software Architecture#feature-flag#openfeature#release#backend#devops
  • Kubernetes HPA, VPA, and Cluster Autoscaler: Using Them Together Correctly

    Kubernetes HPA, VPA, and Cluster Autoscaler: Using Them Together Correctly

    A practical production guide for combining HPA, VPA, and Cluster Autoscaler without conflict.

    April 4, 2026DevOps#kubernetes#hpa#vpa#cluster-autoscaler#autoscaling#sre
  • Context, Timeout, and Cancellation in Go: A Production Reliability Guide

    Context, Timeout, and Cancellation in Go: A Production Reliability Guide

    Practical patterns for context propagation, timeout budgeting, cancellation handling, and graceful shutdown in Go services.

    April 3, 2026Go#go#context#timeout#cancellation#reliability#microservices
  • PostgreSQL Connection Pooling: PgBouncer Setup with Go and Node.js

    PostgreSQL Connection Pooling: PgBouncer Setup with Go and Node.js

    Manage DB connections in production: PgBouncer transaction pooling, Go database/sql settings, and Node.js pg pool tuning.

    March 29, 2026Backend#postgresql#pgbouncer#connection-pooling#go#nodejs#database
← Previous5 / 8Next →
Mert Tosun

© 2026 — Tüm hakları saklıdır.

HomePostsAbout