GitHub topics: abstract-factory-pattern
yusufyilmazfr/tasarim-desenleri-turkce-kaynak
Türkçe kaynağa destek olması amacıyla oluşturulmuş bir kaynaktır. Konu anlatımının yanı sıra C#, Java, Go, Python, Kotlin ve TypeScript gibi birçok dilde tasarım desenlerinin uygulamasını içermektedir.
Language: HTML - Size: 3.94 MB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 3,354 - Forks: 461

darren277/RelayOps
Model Context Protocol for DevOps
Language: Python - Size: 257 KB - Last synced at: 6 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

HajjSalad/Smart-Fire-Detection-System
An advanced IoT-based Smart Fire Detector System using STM32 & ESP32 with UART, SPI, and MQTT cloud integration.
Language: TeX - Size: 810 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

kerydan/DesignPatterns
Design Patterns according to GOF, C++
Language: C++ - Size: 80.1 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

nurfarazi/design-patterns
Demonstrates the creational, structural, and behavioral design patterns in C# and .NET 8
Language: C# - Size: 71.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

darshna22/Design-Patterns
Design Patterns
Language: Kotlin - Size: 82 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

Tynab/Design-Pattern
C# Design Pattern Example
Language: C# - Size: 61.5 KB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

AsrielDreemurrGM/Design_Patterns_Java
Study about Java implementations and design patterns. Includes Singleton, Builder, Abstract Factory, Factory Method, Facade, Observer, Template Method, Adapter and Dependency Injection. Features JavaDocs, demos, organized packages, and practical examples using Spring for DI.
Language: Java - Size: 70.3 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

idieguez/uhu-patrones-diseno-practica-abstract-factory
Patrón Abstract Factory.
Language: Java - Size: 50.8 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

JakubVojvoda/design-patterns-cpp
C++ Design Patterns
Language: C++ - Size: 65.4 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 4,382 - Forks: 961

Ruben0Bru/Sistema-de-Asistencia
Un sistema sencillo de registro de asistencia a eventos desarrollado en Java y una base de datos local.
Language: Java - Size: 611 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

arthurfp/Go_Abstract-Factory_Pattern
A Go project demonstrating the Abstract Factory pattern with classic and modern toy factories. Includes unit tests and clear documentation.
Language: Go - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

rajan2275/Python-Design-Patterns
Python Design Patterns
Language: Python - Size: 65.4 KB - Last synced at: 2 months ago - Pushed at: about 7 years ago - Stars: 88 - Forks: 28

DmitryTsyvtsyn/Kotlin-Algorithms-and-Design-Patterns
This repository contains the most common algorithms and data structures written in the Kotlin language with simple and concise code.
Language: Kotlin - Size: 6.99 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 839 - Forks: 109

codeguima/Design-paterns-java
Repositório de exemplos de códigos de patterns de desenvolvimento de software como Abstract factory, Decorator, Observer, Factory Method.
Language: Java - Size: 47.9 KB - Last synced at: 14 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

VanHakobyan/DesignPatterns
:key:Elements of Reusable Object-Oriented Software:unlock:is a software engineering book describing software design patterns. The book's authors are Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides with a foreword by Grady Booch.
Language: C# - Size: 245 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 262 - Forks: 74

TiffanyKousiman/tictactoe-console-game
Extensible and object-oriented C# framework for two-player tic-tac-toe game
Language: C# - Size: 4.92 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

agungdwiprasetyo/backend-microservices
Monorepo for backend microservices golang
Language: Go - Size: 849 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 69 - Forks: 18

m-housni/themed-react-components-using-abstract-factory-pattern
This project demonstrates how to create themed React components using the Abstract Factory Pattern.
Language: TypeScript - Size: 126 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

JoanStinson/UnityDesignPatternsReference
A tiny retro action RPG implementation made applying Software Design Patterns to serve as a guide of reusable solutions that can be applied to common problems.
Language: C# - Size: 267 MB - Last synced at: 17 days ago - Pushed at: almost 3 years ago - Stars: 21 - Forks: 5

stacenko-developer/Patterns
Паттерны проектирования с примерами на C#
Language: C# - Size: 875 KB - Last synced at: 7 days ago - Pushed at: about 2 years ago - Stars: 18 - Forks: 1

phiponatchi/Game-of-Life
This a simple clean implementation of Conway's game of life, following design patterns
Language: Java - Size: 1.72 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 1

xtenzQ/WPF-MVVM-EFC-Example
📲 MVVM (WPF) application built with EFCore, Abstract Factory pattern and dependency injection (Microsoft Unity)
Language: C# - Size: 1.45 MB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 24 - Forks: 3

Mahmud-Kandawala/Programming-Paradigms-Coursework
This repository covers major computer programming paradigms like imperative, functional, logic, and object-oriented, using Python and its libraries to apply these concepts.
Language: Jupyter Notebook - Size: 79.1 KB - Last synced at: 5 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

ehsangazar/design-patterns-cpp
All Design Patterns Samples in C++
Language: C++ - Size: 40 KB - Last synced at: 8 days ago - Pushed at: almost 8 years ago - Stars: 45 - Forks: 30

shubhamv108/object-oriented-design-patterns
Simple examples of some of the Object Oriented Design Patterns.
Language: Java - Size: 32.9 MB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 3

mnzit/design-pattern-abstract-factory
Abstract factory example
Language: Java - Size: 62.5 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Valmir-unicap/Engenharia-de-software-2
Disciplina de engenharia de software 2
Language: Java - Size: 18.6 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

victorardila/abstract-factory-pattern-ecommerce
Patron de diseño creacional abstract factory
Language: Java - Size: 33.2 KB - Last synced at: 5 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

KirstenZa/xtend-etai
The ETAI library (Extraction, Traits, Adaption, Implementation) contains several Active Annotations for Xtend.
Language: Xtend - Size: 13.5 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

aadeetyeah/DesignPatterns
Design Patterns Repository.
Language: Java - Size: 586 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

KeremTAN/Creational-Patterns-Benchmark
This project has been carried out with the aim of observing and examining the object production performances of creational design patterns.
Language: Java - Size: 341 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 0

mevlutayilmaz/creational-design-patterns
Language: C# - Size: 36.1 KB - Last synced at: 5 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Abdullrahmen/Booking
Multitype booking system
Language: C++ - Size: 1.94 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

MPES-2024-2-Grupo-3/arquitetura-padroes
Alguns exemplos de Design Patterns em Kotlin
Language: Kotlin - Size: 3.91 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

1robertslattery/MenuPadPlus
Unreal Engine 4 plugin that allows ready-to-use gamepads in UMG Blueprints
Language: C++ - Size: 3.98 MB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 28 - Forks: 8

R-SNGH/design-patterns
design patterns' solutions
Language: Java - Size: 15.6 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

tuanh00/AircraftManagement_DesignPatterns
This repository contains a Java application that implements three design patterns: Builder, Abstract Factory, and State patterns. The project also includes comprehensive JUnit tests to verify functionality and ensure smooth operation.
Language: Java - Size: 372 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

CoderTechWeb/DesignPattern
Design Pattern
Language: Java - Size: 154 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

akazad13/csharp-design-patterns
Implementations of different design patterns
Language: C# - Size: 38.1 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

alexandra-valkova/DesignPatterns
Some design patterns (Singleton, Simple and Abstract Factory, Builder, Facade, Adapter, Chain of Responsibility, Mediator) examples written in C#
Language: C# - Size: 536 KB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

edsonwade/design-patterns-creational
Design Pattern Creational
Language: Java - Size: 24.8 MB - Last synced at: 5 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

n3d1117/ShapeCreator
Esercizio per esame di Ingegneria del Software - 2018
Language: Java - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

AlessandroFerrante/Software-Engineering
University subject: Software Engineering
Language: Java - Size: 1.02 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

gmershad/Sales-Tax
Sales Tax Problem Solution in C# using with Abstract Factory and Strategy Design Pattern
Language: C# - Size: 97.7 KB - Last synced at: about 2 months ago - Pushed at: about 8 years ago - Stars: 7 - Forks: 5

kadir-code/DesignPatterns
In this project, I tried to apply some design patterns with sample projects.
Language: C# - Size: 66.4 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 11 - Forks: 2

dhirajkumarrajput4/Design-Pattern
Java Design Pattern
Language: Java - Size: 29.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mehmetgoren/smcp
Feniks iNVR Smart Cloud Provider Service
Language: Go - Size: 7.7 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 4

ehsangazar/design-patterns-php
All Design Patterns Samples in PHP
Language: PHP - Size: 20.5 KB - Last synced at: 11 days ago - Pushed at: almost 8 years ago - Stars: 44 - Forks: 15

Junzhuodu/design-patterns
C++ Implementation for 23 Design Patterns
Language: C++ - Size: 1.46 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 94 - Forks: 33

brunobatistabbf/bus_subway_exercise
Language: Python - Size: 36.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

itayG98/Zelda
Ice Cream WebApp Exercise Still In progress
Language: C# - Size: 3.45 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

kiat/OOP-Design-Patterns
OOP Design Patterns Code Examples
Language: Java - Size: 6.89 MB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 88 - Forks: 48

jimmyjazz31/CSSFinalProject
CS665 2024: Final Project with Design Patterns, ie Creational and Structural
Size: 1.2 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sergeyleschev/ios-dev-skills
iOS Dev Skills. Performance Review. @ S. Leschev. Google Engineering Level: L7+
Size: 354 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 26 - Forks: 1

ytam/AbstractFactory-Pattern
Simple example to understand abstract factory pattern
Language: Java - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0

max-prosper/go-design-patterns
Software design patterns examples in Golang
Language: Go - Size: 44.9 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 0

sergeyleschev/design-patterns
Design large-scale systems / 2022 / Design Patterns: Behavioral, Creational, Structural, etc. @ S.Leschev. Google Engineering Level: L6+
Language: Swift - Size: 225 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 37 - Forks: 23

rajhseg/DesignPatterns_CSharp_Sample
This repo consists of Design Patterns Creational, Structural, Behavioral Patterns and Solid principle in C#
Language: C# - Size: 30.3 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AshayKing/design-pattern
Unleasing Design Patterns in Java
Language: Java - Size: 38.1 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

iampranabray/Design-Patterns-Dart
This repository contains sample code and explanations for various Object-Oriented Programming Design Patterns implemented in Dart language.
Language: Dart - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

vittorioexp/design-patterns-java
Simple Java exercises to familiarize with design patterns such as abstract factory, singleton and repository.
Language: Java - Size: 45.9 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

bartoszclapinski/DesignPatterns.NET
Most popular design patterns in C# (.NET). OOP, SOLID, Builder, Factory, Abstract Factory, Prototype, Singleton, Strategy, Observer
Language: C# - Size: 55.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mgunawardhana/design-patterns-builder-facade-factory-etc..
Language: Java - Size: 19.5 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Takudzwamz/SoldierAbstractFactory
Language: C# - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

jimmyjazz31/CS665Assign3
Design Patterns, SimpleFactory, Abstract Factory, Director, Builder
Size: 1.18 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

vladimir-kaltyrin/exchanger
Example of implementing VIPER 💎 and Clean Architecture 💍 in Objective-C
Language: Objective-C - Size: 11.8 MB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 13 - Forks: 6

pratikbhumkar/abstract-factory-pattern
Example for Abstract factory pattern in TypeScript with unit tests
Language: TypeScript - Size: 109 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

hcbl1212/design_patterns
This is a repo where I store the code for my blog
Language: Ruby - Size: 26.4 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

SedatD/DesignPatterns
Playground for Design Patterns
Language: Java - Size: 49.8 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

loitruongit/creational_abstract_factory__fast_food
creational_abstract_factory
Language: C# - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cenkerkumlucali/design-patterns
Creational design patterns in C#: Abstract Factory, Builder, Factory, Factory Method, Object-Pool, Prototype, Singleton.
Language: C# - Size: 1.44 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

jericsmith/abstract-factory-null-object-concept
This is simply a proof of concept solution. I started out evaluating the Null Object pattern, but it evolved into this AbstractFactory via interface extension methods
Language: C# - Size: 57.6 KB - Last synced at: 4 months ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

npateras/java-patterns-singleton-observer-and-abstract-factory
This project involves the implementation of three distinct design patterns, specifically the "Abstract Factory," "Observer," and "Singleton" patterns in Java.
Language: Java - Size: 424 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

MaWoe/liskov-and-abstract-factory
Elaborates on how to implement an abstract factory in the face of the Liskov Substitution Principle
Language: Java - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

tjeufoolen/Sudoku
Fun little website to play different types of Sudoku games. Written in C# using Blazor and a variety of design patterns
Language: C# - Size: 1020 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

VasilDimitroff/Design-Patterns-with-.NET
Popular design patterns implemented with .NET technologies.
Language: C# - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

vivopensource/gofpatternscsharp
Design Patterns for C# (Gang of Four)
Language: C# - Size: 411 KB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

CSUI-Adpro/tutorial-4
Creational Design Pattern: Abstract Factory Pattern and Singleton Pattern.
Language: Java - Size: 176 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ngninbo/Contacts
Essential of object-oriented programming
Language: HTML - Size: 304 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

chokshidharita/Design-Patterns-in-Java
Design Patterns in Java
Language: Java - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

rajeeshmenoth/aspnet-mvc
Building an Application using GOF design patterns.
Language: JavaScript - Size: 930 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Heraxizator/MobileHelperMaui
Мобильный тренажёр подсознания на .Net MAUI, EF 7 и Clean Architecture
Language: C# - Size: 297 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

asif-shahriar11/Software-Engineering
Softare Design Patterns & Unit Testing
Language: Java - Size: 210 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ozlematayy/design-patterns
Examples related to design patterns.
Language: C# - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

WaveTechStudio/AndroidDesignPatterns
Design Patterns In Kotlin
Language: Kotlin - Size: 787 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 2

NHDrizzt/filter
Language: Java - Size: 79.1 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

ParisaArbab/Abstract-Factory-pattern--OS
The Abstract Factory Pattern enables the creation of platform-specific UI widgets while ensuring consistency across different operating systems.
Language: Java - Size: 113 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jguimaraesdev/Patterns-de-Desenvolvimento-de-Software
Projetos de Desenvolvimento Software (Conceitos de Solid, Factory Method, Injeção de dependencia,Abstract Factory, Observer e etc) patterns.
Language: Java - Size: 151 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

A-taraxia/Design-pattern-Project
Some code examples and diagrams for an assingment in Design Patterns
Language: Python - Size: 87.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

belei-bohdan/samples-design-patterns
A collection of code examples that demonstrate various design patterns used in software development.
Language: C# - Size: 25.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

kaurjap/Calculator
This is a stack-based evaluator, that is, a calculator that uses the stack data structure and performs calculation expression evaluations in O(n) time.
Language: C++ - Size: 1.89 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

chiragkhandhar/GasPump
The final project for the course Software Systems Architecture at Illinois Tech | Fall 2020
Language: Java - Size: 114 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

furkanozev/Object-Oriented-Analysis-Design
Object Oriented Analysis and Design (JAVA Language) Design Patterns, Java GUI
Language: HTML - Size: 6.35 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

anilgundal/nestjs-microservices
Microservices with Nestjs - Scaleable Backend
Language: TypeScript - Size: 422 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

AriDevK/Go_AbstractFactory_PlatziTutorial
A console application applying the Abstract Factory pattern on two Golang structures
Language: Go - Size: 98.6 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

sid-shaha/designPatterns
Contains example codes of various low level design patterns.
Language: Java - Size: 31.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

muhammedkurtulus/oop-abstraction-example
A simple example of abstraction, one of the core concepts of OOP | Next.js - TypeScript
Language: TypeScript - Size: 29.3 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

muhammedkurtulus/abstract-factory-conceptual-example
A conceptual example for abstract factory design pattern | Next.js - TypeScript
Language: TypeScript - Size: 25.4 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

TommyQNguyen/Blobber
Blobber game in Java to explore 4 design patterns: Observer, Singleton, Decorator, Abstract Factory during my studies.
Language: Java - Size: 42 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
