Tagged
architecture
4 notes
28 Apr 2026
I built pipequery, a pipe-based query language for JavaScript — over a weekend
Pipequery - A small, zero-dependency query language for JavaScript and TypeScript that lets you filter, transform, aggregate, and join data using a left-to-right pipe syntax instead of the back-to-front nesting that SQL forces on you
10 Nov 2023
Kafka real world use case
Let's consider a real-world use case for Kafka involving a simple e-commerce platform. In this scenario, Kafka is employed to enable communication and data flow between different components of the system.
09 Jan 2023
Designing High-Volume Systems Using Event-Driven Architectures
The modern digital landscape demands data-driven solutions that can handle high-volume systems with ease. Event-driven architectures offer an effective way to design systems that are highly scalable, resilient, and cost-effective. This essay will discuss the key components of event-driven architectures, how they can be used to design high-volume systems, and why they are a better choice than traditional architectures.
08 Jan 2023
Software Architecture Principles
Software architecture is the process of designing, specifying, and implementing a system's software components. It is the foundation of a successful software system, as it ensures the components of the system interact harmoniously and efficiently. In this blog post, we will discuss three software architecture principles: modularity, scalability, and maintainability.