DEV Community

Wesley Conde profile picture

Wesley Conde

404 bio not found

Nine Year Club
Eight Year Club
Seven Year Club
Six Year Club
Five Year Club
Four Year Club
Three Year Club
Two Year Club
One Year Club
Scheduled and delayed messages:Routing with TTL and dead-letter exchange in RabbitMQ

Scheduled and delayed messages:Routing with TTL and dead-letter exchange in RabbitMQ

Comments
2 min read
Avoiding duplicate processing: The inbox pattern and idempotent consumers

Avoiding duplicate processing: The inbox pattern and idempotent consumers

Comments
2 min read
Zero-allocation dispatcher: Routing millions of events without heap allocations in C#

Zero-allocation dispatcher: Routing millions of events without heap allocations in C#

Comments
2 min read
Distributed transactions with sagas: Orchestrating steps and compensations

Distributed transactions with sagas: Orchestrating steps and compensations

Comments
2 min read
Reflection-free dispatcher: Optimizing performance and supporting native AOT

Reflection-free dispatcher: Optimizing performance and supporting native AOT

Comments
2 min read
Reliable messaging:Guaranteeing at-least-once with transactional outbox pattern

Reliable messaging:Guaranteeing at-least-once with transactional outbox pattern

Comments
2 min read
Background message consumption: Designing a resilient hosted service

Background message consumption: Designing a resilient hosted service

Comments
2 min read
Asynchronous tracing: Propagating telemetry context across event boundaries

Asynchronous tracing: Propagating telemetry context across event boundaries

Comments
2 min read
Error state machines:Designing dead-letter queues (DLQ) and jittered retries

Error state machines:Designing dead-letter queues (DLQ) and jittered retries

Comments
2 min read
Decoupled drivers: Abstracting NATS, RabbitMQ, and Kafka with a unified interface

Decoupled drivers: Abstracting NATS, RabbitMQ, and Kafka with a unified interface

Comments
2 min read
Flow control and backpressure: Preventing memory saturation in event consumption

Flow control and backpressure: Preventing memory saturation in event consumption

Comments
2 min read
From custom to industry standard: Histogram percentiles and the OpenTelemetry semantic bridge

From custom to industry standard: Histogram percentiles and the OpenTelemetry semantic bridge

Comments
2 min read
Large-Scale resilience: Building a dependency-free circuit breaker and exponential backoff retries in Go

Large-Scale resilience: Building a dependency-free circuit breaker and exponential backoff retries in Go

Comments
2 min read
Goodbye, I/O Bottlenecks: Building an asynchronous ring-buffer logger with concurrent channels in Go

Goodbye, I/O Bottlenecks: Building an asynchronous ring-buffer logger with concurrent channels in Go

Comments
2 min read
Creating a high-performance JSON Logger and a LIFO Tracer from scratch in Go

Creating a high-performance JSON Logger and a LIFO Tracer from scratch in Go

Comments
3 min read
loading...