A Vision for Application Observability

A ChatGPT-genarated image of a man observing an application Contextualizing Your Application Logs and Metrics to Understand Your Applications Better There are many platforms for logging, like Splunk, Dynatrace, and Prometheus, among others. But what do we really need to understand if our application is performing as we need it to? This depends on where the application lives and runs, […]
Creating Custom Hadoop Events in EventBridge on AWS

Introduction: Event driven architecture as defined by Amazon is a system whose architecture uses events to trigger and communicate between decoupled services and is common in modern applications built with microservices. An event is a change in state or an update. Event-driven architectures have three key components: event producers, event routers, and event consumers. A […]