Abstract AlgorithmsAbstract Algorithms

  • Home
  • All Posts
  • All Series
  • About
All Series

Series

Technical Interview

5 articles·~72 min total·Updated Feb 16, 2026
Java(1)
  1. Java Memory Model Demystified: Stack vs. Heap01

    Java Memory Model Demystified: Stack vs. Heap

    Where do your variables live? We explain the Stack, the Heap, and the Garbage Collector in simple terms.

    Feb 10, 2026•13 min read
Architecture(1)
  1. Strategy Design Pattern: Simplifying Software Design02

    Strategy Design Pattern: Simplifying Software Design

    Stop writing massive if-else statements. The Strategy Pattern allows you to swap algorithms at runtime. We explain it with a Payment Processing exampl

    Feb 11, 2026•11 min read
Design Patterns(1)
  1. LLD for Ride Booking App: Designing Uber/Lyft03

    LLD for Ride Booking App: Designing Uber/Lyft

    How do you match a rider with a driver in real-time? We break down the Low-Level Design of a ride-sharing app using the Observer and Strategy patterns

    Feb 11, 2026•21 min read
System Design(1)
  1. Webhooks Explained: Don't Call Us, We'll Call You04

    Webhooks Explained: Don't Call Us, We'll Call You

    Polling is slow and wasteful. Webhooks are event-driven callbacks that deliver data the moment something happens.

    Feb 13, 2026•13 min read
Ai(1)
  1. API Gateway vs. Load Balancer vs. Reverse Proxy: What's the Difference?05

    API Gateway vs. Load Balancer vs. Reverse Proxy: What's the Difference?

    They all sit in front of your servers. But do you need Nginx, HAProxy, or Kong? We clarify the roles of each component.

    Feb 16, 2026•14 min read

Abstract Algorithms

Exploring the fascinating world of algorithms, data structures, and software engineering through clear explanations and practical examples.

Navigation

  • Home
  • All Posts
  • All Series
  • About

Series

  • Machine Learning Fundamentals

Popular Topics

  • architecture
  • System Design
  • event-driven-architecture
  • Microservices
  • distributed systems
  • data-engineering

Author

Abstract Algorithms

Abstract Algorithms

@abstractalgorithms

© 2026 Abstract Algorithms. All rights reserved.

Powered by Hashnode