Pinned Repositories
Algorithms-and-Data-Structures
Repository for storing implementations of various algorithms & competitive programming problems
ArabicCompetitiveProgramming
The repository contains the ENGLISH description files attached to the video series in my ARABIC algorithms channel.
ArchUnit
A Java architecture test library, to specify and assert architecture rules in plain Java
awesome-low-level-design
This repository contains low level design resources to improve coding skills and prepare for interviews.
awesome-system-design-resources
Study these 45 problems well and you have prepared for 99% of your System Design Interview.
backend-best-practices
Best practices, tools and guidelines for backend development. Code examples in TypeScript + NodeJS
base64-validation
Set of base64 validation rules for Laravel
bit-manipulation-java-solutions
This repository contains solutions to all the Bit Manipulations problems and coding challenges. I have also written a course on how to solve problems using bit manipulation. You can visit it here: https://www.educative.io/courses/bit-manipulation (Grokking Bit Manipulation For Coding Interviews)
codeforces-solutions
My solved problems on codeforces.com
system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
ahmedmamdouh886's Repositories
ahmedmamdouh886/ArchUnit
A Java architecture test library, to specify and assert architecture rules in plain Java
ahmedmamdouh886/awesome-low-level-design
This repository contains low level design resources to improve coding skills and prepare for interviews.
ahmedmamdouh886/awesome-system-design-resources
Study these 45 problems well and you have prepared for 99% of your System Design Interview.
ahmedmamdouh886/backend-best-practices
Best practices, tools and guidelines for backend development. Code examples in TypeScript + NodeJS
ahmedmamdouh886/cockroach
CockroachDB - the open source, cloud-native distributed SQL database.
ahmedmamdouh886/confluent-kafka-python
Confluent's Kafka Python Client
ahmedmamdouh886/consul-template
Template rendering, notifier, and supervisor for @HashiCorp Consul and Vault data.
ahmedmamdouh886/depgraph-maven-plugin
A Maven plugin that generates dependency graphs in various formats (DOT, GML, PlantUML, JSON and Text)
ahmedmamdouh886/domain-driven-hexagon
Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included
ahmedmamdouh886/ecommerce-crud
A trivial e-commerce crud operations.
ahmedmamdouh886/envconsul
Launch a subprocess with environment variables using data from @HashiCorp Consul and Vault.
ahmedmamdouh886/Event-Driven-Microservices-Advanced
Event-Driven Architecture for a microservices-based system with a clean architecture + Domain Driven Design (DDD) + CQRS pattern + Saga pattern + Outbox pattern + CDC.
ahmedmamdouh886/food-ordering-system
Food ordering system application in Udemy course: Microservices: Clean Architecture, DDD, SAGA, Outbox & Kafka
ahmedmamdouh886/food-ordering-system-dev
ahmedmamdouh886/food-ordering-system-infra
Food ordering system infrastructure repo in Udemy course: Microservices: Clean Architecture, DDD, SAGA, Outbox & Kafka
ahmedmamdouh886/Hexagonal-Architecture
a distributed messaging and payment backend built around the hexagonal architecture
ahmedmamdouh886/kafka-node
Node.js client for Apache Kafka 0.8 and later.
ahmedmamdouh886/kafka-python
Python client for Apache Kafka
ahmedmamdouh886/microservice
Sample of a Microservice setup for my book. Based on Spring Cloud / Netflix / Java / Docker / Docker Compose / Docker Machine / Vagrant
ahmedmamdouh886/minikube
Run Kubernetes locally
ahmedmamdouh886/node-rdkafka
Node.js bindings for librdkafka
ahmedmamdouh886/PHP-CS-Fixer
A tool to automatically fix PHP Coding Standards issues
ahmedmamdouh886/php-rdkafka
Production-ready, stable Kafka client for PHP
ahmedmamdouh886/phpinsights
🔰 Instant PHP quality checks from your console
ahmedmamdouh886/project-based-learning
Curated list of project-based tutorials
ahmedmamdouh886/registrator
Service registry bridge for Docker with pluggable adapters
ahmedmamdouh886/SCS
Self-Contained Systems
ahmedmamdouh886/spring-boot-3-jwt-security
Sample project on how to implement JWT security based using Spring boot 3 and Spring security 6
ahmedmamdouh886/springboot-blog-rest-api
Source code of course - Building Real-Time REST APIs with Spring Boot
ahmedmamdouh886/system-design-patterns
Resources related to distributed systems, system design, microservices, scalability and performance, etc