Bob
Bob is a common given name for males, derived from the name Robert. The name means bright fame and was popularized by Saint Robert, an 11th-century monk. Bob is a friendly and familiar name that is of...
Data Lake / Lakehouse Guide: Powered by Data Lake Table Formats (Delta Lake, Iceberg, Hudi)
This article provides a comprehensive guide on data lakes, including their analytical capabilities and how to build one using technologies such as Delta Lake, Iceberg, and Hudi. It also discusses when...
Evolution of Data Architectures
The evolution of data architectures over the years has shaped the effectiveness of data strategy, catering to diverse analytical workloads. This article introduces various data architectures, includin...
Microservices Communication Design Patterns
Microservices architecture is a popular approach for building complex and scalable software systems. However, communication between microservices can be challenging. This article explores various comm...
Microservices Distributed Transactions | Design Microservices Architecture with Patterns & Principles
In this article, we will discuss Microservices Distributed Transaction Management when performing CRUD operations. We will learn how to manage distributed transaction in Microservices Architectures wi...
Why you should use Architecture Tests in .NET
In this article, Anthony Trad discusses the importance of architecture tests in .NET and how they can help in bending the clean architecture principles. He emphasizes the significance of testing in so...
Transactional Messaging in Microservices
Transactional messaging is a common problem in Microservices where message publishing needs to be integrated with database transactions. This article discusses the problems with using distributed tran...
From Monolith to State-of-the-Art Banking • Flavio Deroo • GOTO 2022

Flavio Duro, a software engineer and staff engineer at Solaris Bank, spoke at an event in Amsterdam about the companys concept of offering financial services through REST APIs. Solaris Bank has become...
go-zero: A Web and RPC Framework for Busy Services with Resilience Design
go-zero is a web and rpc framework developed with the goal of ensuring the stability of busy services with resilience design. Its been serving sites with tens of millions of users for years and contai...
Microservices communication using gRPC Protocol
In this article, Dineshchandgr, a top technology writer, explains the benefits of using gRPC for microservices communication. gRPC uses HTTP/2 and protocol buffers, which offer advantages over using X...
Outboxer - A Simple and Broker Agnostic Implementation of Outbox Pattern with Entity Framework
Outboxer is a library available at Nuget that provides a simple and broker agnostic Outbox Pattern implementation. To use Outboxer, you need to use Entity Framework as it uses its built-in Unit-Of-Wor...
React Error Boundaries | Complete Guide
A complete guide to implementing React Error Boundaries, and how to use a third-party tool for handling more sophisticated scenarios. This article covers how to implement Error Boundaries in your appl...
Richard Dawkins: Evolution, Intelligence, Simulation, and Memes | Lex Fridman Podcast #87

Evolutionary biologist and author Richard Dawkins believes that the probability of intelligent life existing in the universe is high, given the sheer number of planets estimated to exist. While the or...
The functional journey of C# - Mads Torgersen - NDC Copenhagen 2022

The speaker, who works on the C Sharp language for Microsoft, gives a talk on the evolution of C Sharp 1 through 10, examining how functional programming has influenced it over the years. He notes tha...
AsyncAPI Initiative for Event-Driven APIs
The AsyncAPI Initiative offers open-source tools to easily build and maintain event-driven architectures. Powered by the AsyncAPI specification, the industry standard for defining asynchronous APIs, A...
Building a Microservices Ecosystem with Kafka Streams and KSQL
Today, we operate in ecosystems where services work towards higher level business goals. When we make these systems event-driven, it comes with advantages such as rethinking services as a cascade of n...
Chain Services with Exactly-Once Guarantees
This fourth post in the microservices series looks at how we can sew together complex chains of services, efficiently, and accurately, using Apache Kafka’s Exactly-Once guarantees. Any service-based a...
Build Services on a Backbone of Events
For many, microservices are built on a protocol of requests and responses. REST etc. This approach is very natural. It is after all the way we write programs: we make calls to other code modules, awai...
Distributed Transaction Management in Microservices — Part 1 | by Dineshchandgr
In this article, Dineshchandgr - A Top writer in Technology, discusses the concept of distributed transaction management across Microservices. A transaction is a series of actions that must execute su...
Distributed Transaction Management in Microservices — Part 2 — Saga Pattern
In this article, Dineshchandgr, a top writer in technology, continues his discussion on distributed transaction management in microservices. The focus of this article is on the Saga pattern, an asynch...