Murphy’s Law: Why You Need That Emergency Fund Before the New Phone
“Anything that can go wrong, will go wrong.”That’s Murphy’s Law in a nutshell. It sounds dramatic—but life has a funny way of proving it right, again and again. We live...
RabbitMQ vs Redis: Key Differences
Both RabbitMQ and Redis can be used for messaging, but they serve different purposes and have distinct architectures. 1. Overview Feature RabbitMQ Redis Type Message Broker (AMQP-based) In-memory Data Store...
Comprehensive guide that explains SQL queries, data storage, binary trees, indexing, and their architectural implications
SQL Query, Data Storage, Binary Trees, and Indexing: A Complete Guide 1. SQL Queries and Data Storage Aspect Details Tables Data in SQL is stored in tables, consisting of rows...
I have asked ChatGpt to write a brief essay on How not to Write like ChatGPT ?
ChatGPT, powered by a large language model, is designed to generate coherent, informative, and contextually relevant responses across diverse topics. While its language patterns are functional and often highly structured,...
Istio: Enhancing Microservice Communication, Security, and Observability in Cloud-Native Environments
Istio is an open-source service mesh that provides a way to control how microservices share data with one another across a distributed application. It helps manage the complexity of services...
Building Scalable Microservices with Istio, EnvoyFilter, Lua Script and Dapr: A Comprehensive Guide
What is Istio? Istio is an open-source service mesh platform that helps manage microservices by providing tools for traffic management, security, observability, and policy enforcement. It's designed to work with...
.NET Core Version History and Evolution
.NET Core is a cross-platform, open-source framework created by Microsoft as an evolution of the traditional .NET Framework. The purpose of .NET Core is to allow developers to build modern,...
Understanding the Organization of Computing Systems
Introduction: Computing systems are the backbone of modern technology, powering everything from smartphones to supercomputers. In this lecture, we’ll explore the various components that make up a computing system, their...
What is Dapr (Distributed Application Runtime)?
Dapr is a portable, event-driven runtime that simplifies the development of distributed microservices applications. It provides a set of building blocks for cloud-native and microservices-based systems, abstracting away the complexities...
What is strangulation approach (also known as the strangler pattern) ?
The strangulation approach (also known as the strangler pattern) is a software development technique used when migrating or refactoring an existing system, specifically when transitioning from a legacy system to...