software-design-patterns
There are 58 repositories under software-design-patterns topic.
volodymyrprokopyuk/kotlin-sdp
Software Design Patterns in Kotlin
codewith-usama/FAST-Resources
resources of FAST-NUCES 2020-2024
arasgungore/Cpp-Software-Design
C++ Software Design: Design Principles and Patterns for High-Quality Software.
elifbeyzatok00/yazilim-tasarim-desenleri-turkce-kaynak
YTM dersinde araştırıp öğrendiklerimi ve tamamladığım ödevleri, Laboratuvar çalışmalarını; yazılım tasarım mimarisi için Türkçe kaynak oluşturabilmek amacıyla eklediğim depo
alfreddLUO/CS3343-Project
Year3 Sem A: A CLI Program aims to provide the reservation of tables, ordering of the dishes, and table arrangement for a food court!
boromir674/software-patterns
Reusable Software Design Patterns with types, in Python.
arasgungore/awesome-design-patterns
A curated list of software and architecture related design patterns.
piyushkumar96/Software-Design-Principles-And-Patterns-in-Golang
SOLID Design Principles: Single Responsibility Principle, Open-Closed Principle, Liskov Substitution Principle, Interface Segregation Principle and Dependency Inversion Principle Creational Design Patterns: Builder, Factories (Factory Method and Abstract Factory), Prototype and Singleton Structrural Design Patterns: Adapter, Bridge, Composite, Decorator, Façade, Flyweight and Proxy Behavioral Design Patterns: Chain of Responsibility, Command, Interpreter, Iterator, Mediator, Memento, Observer, State, Strategy, Template Method and Visitor
Urunov/Usefull-Links
Upper level from your current status, just read and implement in your life.
arasgungore/java-design-patterns
Design patterns implemented in Java.
dejongyeong/design-patterns
IT Tralee Year 4 Module: Software Design Patterns
shaswat-indian/OOADP-Lab
This repository contains the Programs for Object Oriented Analysis and Design Patterns Lab.
sir-rasel/Design-Pattern-Practice
This repo contains the several object oriented software design pattern specially GOF design pattern in c# and more programming language.
ashraf789/Software-design-patterns
Software design pattern
CarlosSanabriaM/Compilador
Repositorio para las prácticas de la asignatura "Diseño de Lenguajes de Programación". Contiene las distintas versiones de un compilador.
colinkelleher/CS5721_Project_Zircon
Team Project for CS5721
evilthreads669966/kotlin_design_patterns
A collection of kotlin design pattern implementations.
fismayilova/Soft.-Design-Patterns-Application
Codes - Applications of the Design Patterns
patilanuja/Zombie-Invasion-Shooter
Zombie Invasion Shooter is a 2D game, created using Pygame and TKinter.
RobertoPatino1/Design-Patterns-Made-Easy
Practical examples on the main design patterns with real life scenarios
SouravBarman001/Design-Pattern
This is our 5th semester design pattern course.
Vaneeza-7/Car-Showroom-Management-System
🚘 A desktop application built in Java for Car Showroom Management using the Swing framework and leverages MySQL for the backend.
anarchymonkey/software-design-patterns
This contains my learning of design patterns in golang
flowkraft/design-patterns-java
Design Patterns implemented in Java
flowkraft/design-patterns-python
Design Patterns implemented in Python
jonathanfernandi/MakeMeUpzz
This repository contains Jonathan et al.'s Project for COMP6114001 - Pattern Software Design Course. This project has been declared to have passed with a high distinction (score: 94, grade: A).
jorgetbGitHub/Builder4You
An easy way to apply Builder pattern anywhere you need.
marisapaone/UniversityStructure
Complex Java Program that simulates a computer science department at a university. Able to add students, instructors, courses, compute grades, etc.
softwareDesign24/object-oriented-design01
Design Patterns: an example of the Template Method
softwareDesign24/object-oriented-design02
Design Patterns: an example of the Singleton
softwareDesign24/object-oriented-design03
Design Patterns: an example of the Strategy
stanislavbogdanoff/burgerhouse
Backend for BurgerHouse practice application (Spring Boot, MySQL)
yxp5/DesignPattern
Implementation of software design patterns
rakibcoder/Design-Patterns-in-CSharp
This repository showcases various design patterns implemented in C#, including Singleton, Factory, Strategy, and more. It provides clear examples for developers to understand and apply these patterns in their own projects.
TheCollinsByte/design-patterns
A collection of popular design patterns implemented in Java. This repository provides code examples and explanations of creational, concurrency, structural, and behavioral patterns, helping developers understand and apply design patterns in real-world scenarios.