Skip to content
ITNotes ITNotes

From Terminal to Cloud

  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
Home » Microservices
Database tutorial - IT technology blog
Posted inDatabase

Getting Started with EventStoreDB: A Practical Guide to Event Sourcing

August 22, 2026
Ditch traditional CRUD for an immutable event ledger. This guide shows you how to set up EventStoreDB via Docker, configure networking, and write your first event stream using Python.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Scaling Go Applications: A Practical Guide to HashiCorp go-plugin

August 8, 2026
Ditch the brittle native Go plugin system. This guide shows you how to use HashiCorp go-plugin to build a scalable, RPC-based architecture that supports cross-language extensibility and process isolation.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Building a Professional API Gateway with Spring Cloud Gateway: A Production-Ready Guide

July 31, 2026
Learn how to build a production-ready API Gateway using Spring Cloud Gateway. This guide covers dynamic routing via Service Discovery, distributed rate limiting with Redis, and implementing circuit breakers with Resilience4j for high-performance microservices.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Kubeshark Tutorial: Real-time Kubernetes API Traffic Analysis and Microservices Debugging

July 18, 2026
Struggling with Kubernetes network errors? Learn how to use Kubeshark for agentless, real-time API traffic analysis and gRPC debugging.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Beyond the Basics: Hardening Microservices with Resilience4j and Spring Boot

June 24, 2026
Don't let one failing microservice take down your entire system. Learn how to implement Resilience4j Circuit Breakers, Retries, and Rate Limiters with production-ready configurations.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Istio Ambient Mesh on Kubernetes: Sidecar-Free Service Mesh for Resource Optimization

June 23, 2026
Istio Ambient Mesh eliminates per-pod sidecars by using a shared ztunnel DaemonSet for L4 mTLS and optional waypoint proxies for L7 features. This guide walks through a complete ambient mesh deployment on Kubernetes, including traffic policies, incremental migration from sidecar mode, and practical tips for cutting proxy resource overhead by up to 70%.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Scaling Kubernetes Traffic: Deploying Kong for JWT, Rate Limiting, and Observability

June 14, 2026
Ditch the custom auth logic and manual rate limiting. Learn how to deploy Kong on Kubernetes in DB-less mode to centralize your API management and monitoring.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Mastering Protocol Buffers: Schema-first API Design for Multi-language Projects

June 5, 2026
Protocol Buffers give your microservices a single source of truth for data contracts — write the schema once, generate type-safe code for Go, Python, and TypeScript automatically. This guide covers the complete workflow: defining .proto files, versioning strategies, and catching breaking changes in CI with the buf tool.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Telepresence: Local Microservices Debugging Without the 10-Minute Rebuild

June 4, 2026
Stop waiting for slow CI/CD pipelines. Telepresence bridges your local environment with a live Kubernetes cluster for instant feedback and real-time debugging.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Service Discovery and Dynamic Configuration with HashiCorp Consul

May 25, 2026
Learn how to eliminate hardcoded IP addresses and manage microservices effectively using HashiCorp Consul for Service Discovery and Dynamic Configuration.
Read More

Posts pagination

1 2 3 Next page
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top