Writing

  1. Logic Monitor: A Centralized Event-Driven Alerting & Notification Platform

    Transforming Fragmented Monitoring into a Unified, Intelligent System The Challenge Different teams relied on different tools to monitor their workloads: This fragmentation created serious operational challenges: We needed a centralized alerting system that could collect all alarms, enrich them, notify the right teams, and create tickets automatically. Our Solution We developed an event-driven monitoring platform—a …

    · 2 min read · AWS

  2. Modernizing Legacy Integrations with a Serverless Middleware Platform

    Bridging 20+ Year Old Systems With Modern Digital Services The Challenge Many government departments still rely on legacy SOAP-based systems built decades ago. As newer services moved to JSON APIs, teams struggled to make both worlds communicate.The existing approach required custom integrations for every service, causing: The goal was clear: Create a secure, scalable, centrally …

    · 2 min read · AWS

  3. What is Amazon CloudFront?

    Amazon CloudFront is a Content Delivery Network (CDN) offered by Amazon Web Services (AWS). That might sound technical, but here’s what it really means: CloudFront is a service that makes websites and apps load faster—especially when people are visiting them from different parts of the world. It works by bringing your website’s content closer to …

    · 5 min read · AWS

  4. Angular tap() operator

    tap() is an operator of rxjs library (used in Angular) which in my personnel view is very helpful when you are working with observables for side effects – which means doing something without affecting the the actual observable stream. Documentation says:- Used to perform side-effects for notifications from the source observable My definition :- tap() …

    · 1 min read · Angualr