My Perfect Oh My Posh Replacement For Oh My Zsh

Overview Recently I moved from a Macbook Air to a windows machine and the thing I missed most was the git info in the terminal. Everything was so simple an sufficient with Oh My Zsh. After spent some time, I found the perfect theme (https://github.com/AntonRyadovoy/Powershell-nord-theme/blob/main/nordcustom_v.3.yaml with a little tweak). Setup I believe that you already … Read more

A Comprehensive Guide to Fundamental Concepts Of System Design

Overview The world of software development increasingly demands the ability to design and build large-scale distributed systems. Whether you’re preparing for a system design interview or aiming to architect robust applications, understanding the core concepts is paramount. This guide will take you through the essential building blocks of system design, drawing from a comprehensive tutorial … Read more

Building a Distributed Online Store with Spring Boot, RabbitMQ, and OpenTelemetry

In this post, we’ll walk through the architecture and implementation of a simple microservices-based online store built with: Microservices Architecture Our online store is made up of the following services: Service Responsibility catalog-service Manages products (name, price) order-service Handles orders, triggers workflow events inventory-service Reserves stock when an order is placed payment-service Simulates payment processing … Read more

Roadmap to Mastering System Design (Real-Time, High-Throughput & Event-Driven)

Mastering system design is about learning to balance complex trade-offs and make reasoned architectural decisions. As software architect Mark Richards famously said, “Everything in software architecture is a trade-off.” (The First Law of Software Architecture: Understanding Trade-offs – DEV Community) This multi-phase roadmap will guide a web developer (with mid-scale SaaS experience) through a deep … Read more