structural-design-patterns
There are 62 repositories under structural-design-patterns topic.
girirajvyas/gof-design-patterns
This repository contains examples of all the design patterns listed in the Gang of Four (GoF) book (https://girirajvyas.github.io/gof-design-patterns/)
MaksimDzhangirov/go-patterns
Creational, Structural, Behavioral, Concurrency Patterns in Golang
ZapDos7/design-patterns-examples
Exercises & Notes from the LinkedIn Learning courses about Behavioral, Creational & Structural Design Patterns by Bethan Palmer
jayavardhanravi/DesignPatterns
Design Patterns using C++
ezgiyaman/Design_Patterns
This repository, contains the explanation of the design pattern categories and examples about it.
serhatyamann/DESIGN_PATTERNS
Design Patterns explanations and examples.
yenilikci/Design-Patterns
Tasarım desenlerini öğrenme amacıyla not niteliği taşıması amacıyla oluşturduğum repo. Oluşturucu, davranışsal ve yapısal tasarım kalıplarını içerecektir.
yihong1120/BIMAPI_Revit-Family-Parameters-Generator
This repository contains a project that employs the Revit API for automated generation of diverse beam and column sizes in large-scale BIM projects, aiming to enhance efficiency, minimise errors, and ensure modelling consistency.
zarif98sjs/CSE-308-Software-Engineering
CSE-308 Software Engineering Sessional
AdelDaniel/learn-design-patterns-in-dart
Made this repo just to help learning design patterns in Dart, so this repo for anyone needs to learn design patterns in Dart language. This repo also helped developers use Dart programming language by providing some examples for each pattern with many UML class diagrams.
akazad13/csharp-design-patterns
Implementations of different design patterns
BRAINIAC2677/CSE308-Software-Engineering
Implementing different software design patterns. Part of course works of CSE308.
DevOpsThinh/DesignPatterns
“Design patterns are very useful when we study how they work so we can create similar patterns. They are bad when we try to copy them directly!”.
Jovidon/design-patterns
Examples for design patterns
nandini-gangrade/Object-Oriented-Design-Patterns
This repository provides a concise, learner-friendly collection of object-oriented design patterns. It includes clear explanations, UML diagrams, and code examples for each pattern to help you understand and implement them quickly.
pncsoares/dotnet-design-patterns
Design patterns in Dotnet C#
Sai-Chakradhar-Mahendrakar/Design-Patterns
System Design Basics Design Patterns
VikashChauhan51/javascript-design-patterns
Basic design patterns in traditional Javascript.
aenesgur/design-patterns
Repo where I prepare real life examples for each design pattern. Development continues.
CeyhunAslan/Design_Patterns
Design patterns are typical solutions to commonly occurring problems in software design.
eduardocruzpalacios/oop-design-patterns-java
Object-Oriented Programming (OOP) Design Patterns examples with Java.
ElhamFadel/Design-Patterns-Examples
Good code is the code that is open for extention, but closed for modification
faisalcse1/design-pattern
Explore and implement the 23 GoF design patterns in C#. Features detailed C# examples and explanations to help programmers enhance their .NET projects with elegant, scalable designs. Dive into object-oriented design and improve your software architecture skills.
h-varmazyar/golang-design-patterns
in this repo I store the sample codes of Golang design pattern tutorial that available in https://vorgool.io
hmasum52/CSE308-Software-Engineering-Sessional
Contains all offline assignment implementation
HydraPhyzer/Design-Patterns
This Repo Contains List of All Design Patterns that I Have Learned During My Course of Design Patterns (DP). So, This Repo is Enriched with Creational, Structural and Behavioral Patterns.
kanishkumar-k/design-patterns-javascript
This repository provides learning resources and examples for all three categories of design patterns - Creational, Structural, and Behavioral with JavaScript code snippets.
kawshikbuet17/CSE-308-Software-Engineering-Sessional
CSE 308 - Software Engineering Sessional
mustanish/design-pattern-golang
Design pattern implementation in Golang
ramisa2108/CSE-308-Software-Engineering-Sessional
Assignments completed for Software Engineering Sessional Course
fffranklin/parallel-web-crawler
Parellel Web Crawler Application with Advanced Java Techniques applied in practice
hpradeep26/DesignPattern
Creational / Structural / Behavioral Design Patterns
iraianbuuu/design-patterns
All 23 GoF design patterns explained with code examples and practical use cases.
LuisSalas94/design_patterns
This repository contains examples and exercises for learning design patterns in Java. It covers creational, structural, and behavioral patterns with practical implementations. Structure Examples: Each pattern has a dedicated folder with code examples.
nithinkanikyaswamy96-u/topology-optimization-monitor-mount
altair inspire topology optimization achieving ~15 percent material reduction with target stiffness
Youssef-Remah/design-patterns-with-csharp
Practical C# examples of design patterns, with clear and concise implementations to make learning and applying these patterns simple and practical.