Anji…Architecture 101: Modular Monolith — A PrimerMicroservices have emerged as a default choice for building complex, scalable, resilient, and maintainable applications. The popularity of…5d ago5d ago
Anji…Architecture and Design 101 — Domain-Driven Design (DDD) FundamentalsDomain-Driven Design (DDD) is a set of principles and patterns that emphasize understanding the complex business domain to a greater…Jul 7Jul 7
Anji…Architecture and Design 101: High-Level Design vs Low-Level DesignHLD outlines the overall architecture and the main components that will make up the system. The LLD focuses on the internal details of the…Jun 29Jun 29
Anji…Architecture 101: Top 10 Non-Functional Requirements (NFRs) you Should be Aware ofspecification that describes the system’s operation capabilities, constraints, and how it should operate, rather than what the system…Jun 29Jun 29
Anji…inTechMonksMicroservice 101: Transactional Outbox PatternIn the outbox pattern, instead of publishing the message directly into Kafka as part of the transaction, a record (event details) is added…Apr 27Apr 27
Anji…Microservice 101: Managing Distributed TransactionsMicroservices have emerged as a default choice for building scalable, resilient, and maintainable applications. Microservices are best…Apr 21Apr 21
Anji…Architecture and Design — Chaos Engineering: Chaos MonkeyDistributed cloud-native architecture has become the default standard for enterprise applications. In distributed architectures…Feb 18Feb 18
Anji…Architecture and Design 101: CAP TheoremThe CAP theorem (A.K.A. Brewer’s theorem) is integral to designing distributed architecture. System design is a vast subject. While…Jan 27Jan 27
Anji…Python Introduction and Core ConceptsPython has become one of the most popular programming languages and a default language for building data analysis, data science, machine…Jan 22Jan 22
Anji…Architecture and Design — Cache Strategies for Distributed ApplicationsCache is an integral part of any application and plays a vital role in enhancing the performance, efficiency, and reliability of systems.Jan 13Jan 13