Cloudwatch Insights Basic - 1
A tutorial on basic CloudWatch Insights queries for monitoring AWS API Gateway and Lambda metrics.
Đức Nguyễn is a Golang developer with over 2 years of experience building backend systems and microservices. His writings focus on Go performance testing, Kafka producers/consumers, Redis-based rate limiting, AWS CloudWatch Insights, and cloud-native infrastructure using Kubernetes and CI/CD pipelines.
12 articles from this blog
A tutorial on basic CloudWatch Insights queries for monitoring AWS API Gateway and Lambda metrics.
A tutorial on building a Golang producer and consumer with Kafka using the segmentio/kafka-go library.
Benchmarking Go string comparison methods: empty check vs strings.EqualFold vs length check.
Benchmarking performance of error creation and integer conversion functions in Go.
A tutorial on using Redis with Golang to implement attempt access control within a time period.
Golang tutorial on using json.Number to handle multiple types (string and number) in a struct field.
A Golang tutorial demonstrating how to resize images encoded in base64 using the imaging library.
Guide to selecting hardware for Kafka brokers, covering disk throughput, capacity, memory, networking, and CPU optimization.
Explains Kafka consumers and consumer groups, scaling consumption by adding consumers to handle high message loads.
Guide to constructing a Kafka producer with mandatory properties and message sending methods.
Overview of Kafka producer API, covering use cases, configuration, and message sending process.
A guide on choosing the optimal number of Kafka partitions based on throughput, consumer speed, and future scaling.