66 skills found · Page 2 of 3
gennad / JavaDesignPatternsDesign patterns implementation in Java
AvinashDogiparthi / LowLevelDesignThis repository provides comprehensive coverage of all major object-oriented design patterns with practical, real-world Java examples. In addition, it features detailed low-level design implementations of popular real-life systems, including ATM machines, Vending Machines, Splitwise, Cricbuzz, BookMyShow, Uber, Swiggy, and more.
FearlessPeople / GOF23Java实现23种设计模式学习笔记及源码
in-the-keyhole / Khs Gof Design PatternsDesign Patterns Tutorial - "Gang of Four" design patterns implemented in Java
hoangsonww / Software Design Patterns🎨 A comprehensive exploration of object-oriented design patterns, featuring fully implemented examples like inheritance, composition, observers, decorators, and factory methods. Built with Java to demonstrate their real-world applications in scalable and maintainable software design.
laxmena / DesignPatternsImplementation of various design patterns in Java, Python and C++.
Mohamed-Yuta / DesignPatternsThis repository contains a collection of Java implementations of classic design patterns. Each pattern is demonstrated through clear examples and explanations, aimed at helping developers understand and apply these design principles effectively in their projects.
YogenRaii / Design PatternsExamples illustrating implementation of different design patterns (mostly with GOF patterns) in Java.
mstane / Design Pattern CollectionCollection of Design Patterns in real practice implemented in Java
Walid-khaled / Design Patterns Detection MLThis repository contains an implementation for design patterns detection. In this task, feature engineering and ensemble learning are applied. The dataset is a subset of source code metrics for each an every java project. Each project in the dataset belongs to one of 3 categories. It is apart of Assignment2 in Machine Learning course for ROCV master's program at Innopolis University.
shardwiz / Java Kotlin Chat🗨️A simple one-to-one chat application built with Java, Kotlin, and Firebase Realtime Database, implemented in MVC, MVP, and MVVM architectural patterns. This project showcases how the same core functionality can be developed using different Android design approaches, helping developers understand and compare real-world implementation patterns.
vicmar57 / OOP Design PatternsObject Oriented Design Patterns implemented in java
f3n1b00t / Car Design PatternsDesign patterns implemented in Java using machines as an example
arkapg211002 / Digital Nurture Program 3.0JAVA FSE by Cognizant
hunter1041 / Design PatternsDesign patterns in a functional light implemented in Java 8
gentaliti / JavadesignpatternsDesign Patterns implemented in Java
ArdiJorganxhi / DesignPatternsImplementation of Design Patterns in Java.
KarimElghamry / Design PatternsA collection of design patterns implemented in Java
ZakaryaMeddahi / Design PatternsHere are some of the common Design Patterns with implementation in Java
SonaniAkshit / Design PatternJava Design Patterns repository! This project demonstrates the power of Gang of Four (GoF) design patterns