Projects in Awesome Lists tagged with strategy-pattern
A curated list of projects in awesome lists tagged with strategy-pattern .
https://github.com/jakubvojvoda/design-patterns-cpp
C++ Design Patterns
abstract-factory-pattern behavioral-patterns cpp creational-patterns decorator-pattern design-pattern factory-method-pattern iterator-pattern object-oriented observer-pattern singleton-pattern strategy-pattern structural-patterns template-method-pattern visitor-pattern
Last synced: 12 Apr 2025
https://github.com/JakubVojvoda/design-patterns-cpp
C++ Design Patterns
abstract-factory-pattern behavioral-patterns cpp creational-patterns decorator-pattern design-pattern factory-method-pattern iterator-pattern object-oriented observer-pattern singleton-pattern strategy-pattern structural-patterns template-method-pattern visitor-pattern
Last synced: 06 May 2025
https://github.com/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.
abstract-factory-pattern adapter-pattern bridge-pattern builder-pattern composite-pattern decorator-pattern design-pattern design-patterns facade-pattern factory-pattern iterator-pattern mediator-pattern memento-pattern observer-pattern prototype-pattern proxy-pattern singleton-pattern state-pattern strategy-pattern visitor-pattern
Last synced: 29 Apr 2025
https://github.com/thma/ltupatternfactory
Lambda the ultimate Pattern Factory: FP, Haskell, Typeclassopedia vs Software Design Patterns
builder-pattern category-theory design-patterns factory-pattern function-composition functional-languages functor functors gof-patterns haskell iterator-pattern monad monad-transformers monoids pattern-language reader-monad strategy-pattern traversable typeclasses typeclassopedia
Last synced: 16 May 2025
https://github.com/thma/LtuPatternFactory
Lambda the ultimate Pattern Factory: FP, Haskell, Typeclassopedia vs Software Design Patterns
builder-pattern category-theory design-patterns factory-pattern function-composition functional-languages functor functors gof-patterns haskell iterator-pattern monad monad-transformers monoids pattern-language reader-monad strategy-pattern traversable typeclasses typeclassopedia
Last synced: 30 Apr 2025
https://github.com/evitwilly/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.
abstract-factory-pattern adapter-pattern algorithm algorithms algorithms-and-data-structures builder-pattern command-pattern data-structures decorator-pattern design-pattern design-patterns facade-pattern flyweight-pattern kotlin observer-pattern singleton-pattern strategy-pattern
Last synced: 06 May 2025
https://github.com/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.
abstract-factory-pattern adapter-pattern algorithm algorithms algorithms-and-data-structures builder-pattern command-pattern data-structures decorator-pattern design-pattern design-patterns facade-pattern flyweight-pattern kotlin observer-pattern singleton-pattern strategy-pattern
Last synced: 12 Apr 2025
https://github.com/khusnetdinov/ruby.fundamental
:books: Fundamental programming with ruby examples and references. It covers threads, SOLID principles, design patterns, data structures, algorithms. Books for reading. Repo for website https://github.com/khusnetdinov/betterdocs
builder-pattern decorator-pattern design-patterns factory-pattern insertion-sort principles ruby search-algorithm selection-sort solid sorting-algorithms strategy-pattern thread
Last synced: 04 Apr 2025
https://github.com/fastify/fastify-auth
Run multiple auth functions in Fastify
authentication fastify fastify-plugin strategy-pattern
Last synced: 14 May 2025
https://github.com/imanghafoori1/laravel-smart-facades
Strategy design pattern in laravel, the easiest way.
laravel-facade laravel-framework laravel-package strategy-design-pattern strategy-pattern
Last synced: 06 Sep 2025
https://github.com/thesaltree/low-level-design-golang
Low level system design solutions in Golang
design-patterns elevator-system facade-pattern golang goroutine library-management-system lld parking-lot singleton-pattern social-media-platform state-pattern strategy-pattern system-design vending-machine
Last synced: 10 Aug 2025
https://github.com/tolgaozen/go-gotham
Golang RESTful API Boilerplate.
boilerplate dependency-injection dependency-injection-container golang-api golang-api-examples golang-boilerplate golang-framework jwt-authentication policies service-pattern singleton-pattern solid-principles strategy-pattern
Last synced: 21 Mar 2025
https://github.com/ehsangazar/design-patterns-php
All Design Patterns Samples in PHP
abstract-factory-pattern adapter-pattern bridge-pattern builder-pattern chain-of-responsibility-pattern decorator-pattern design-patterns factory-method-pattern flyweight-pattern interpreter-pattern iterator-pattern mediator-pattern momento-pattern observer-pattern php prototype-pattern proxy-pattern singleton-pattern strategy-pattern visitor-pattern
Last synced: 14 Jul 2025
https://github.com/dsc-cmt/spring-easy-strategy
a useful framework for use strategy design pattern in spring easily
design-patterns spring strategy strategy-pattern
Last synced: 12 May 2025
https://github.com/alt3/sequelize-to-json-schemas
Convert Sequelize models into various JSON Schema variants (using the Strategy Pattern)
javascript json-schema oas oas2 openapi sequelize strategy-pattern swagger
Last synced: 17 Oct 2025
https://github.com/milovantomasevic/python-design-patterns
Python Design Patterns
adapter-pattern bridge-pattern builder-pattern command-pattern composite-pattern decorator-pattern design-patterns facade-pattern factory-pattern flyweight-pattern prototype-pattern proxy-pattern python singleton-pattern strategy-pattern
Last synced: 13 Apr 2025
https://github.com/trendyol/kubernetes-operator-api
The Kubernetes API is a sample Kubernetes operator API using the Java Kubernetes Client. The API is designed for master-worker deployment to satisfy the requirements.
hexagonal-architecture java11 kubernetes kubernetes-client kubernetes-operator lombok rest-api spring-boot strategy-pattern swagger
Last synced: 10 Apr 2025
https://github.com/forlornu/hexagonalmapgodot
Hexagonal Map Generation in Godot
breadth-first-search gdscript godot hexagonal-grids map poisson procedural-generation strategy-pattern
Last synced: 14 Oct 2025
https://github.com/vinetwigs/stres
Small library that brings AndroidStudio-like string resources system in Go.
android-studio decoder design-patterns encoder encoder-decoder golang golang-library golang-package json messagepack strategy-pattern string-resources toml watson xml yaml
Last synced: 23 Apr 2025
https://github.com/brh55/react-native-injectable-component
💉 A "injectable" react-native component that allows an external component to be injected during run-time while fallbacking to a default component
component dependency-injection react-native strategy-pattern
Last synced: 12 Apr 2025
https://github.com/selimhorri/strategy-pattern
Design Pattern Implementation
design-patterns java strategy-pattern
Last synced: 12 Apr 2025
https://github.com/kavithma-thushal/bashicomputershop-layered
Computershop using java 11, javafx & maven in Layered-Architecture (Layered Coursework)
facade-pattern java javafx layered-architecture mysql strategy-pattern
Last synced: 12 Oct 2025
https://github.com/daluisgarcia/flask-modular-architecture-template
A flask modular architecture template that uses strategy pattern to create and subscribe modules to the app. This allows to have a good folder structure in your project
flask flask-application flask-sqlalchemy flask-template folder-structure modular-architecture modularization python python3 strategy-pattern
Last synced: 22 Jun 2025
https://github.com/pedrorolo/active_module
Modules and Classes as first-class active record values
activemodel activerecord configuration enums gem module modules prototyping rapid-prototyping ruby ruby-gem ruby-on-rails strategy strategy-pattern
Last synced: 15 Jul 2025
https://github.com/gmershad/sales-tax
Sales Tax Problem Solution in C# using with Abstract Factory and Strategy Design Pattern
abstract-factory-pattern csharp designpatterns sales-tax strategy-pattern thoughtworks
Last synced: 23 Apr 2025
https://github.com/keremtan/wellshellgame
This is a demo game running on console. This game is designed to understand the uses of Strategy and Simple Factory Design Patterns.
design-patterns designpatterns factory-design-pattern factory-pattern java patterns simple-factory simple-factory-design-pattern simple-factory-pattern strategy strategy-design-pattern strategy-pattern
Last synced: 06 Mar 2026
https://github.com/seigtm/strategyfileencrypter
An example of text files encryption using the strategy design pattern.
cipher cipher-algorithms encrypt encryption encryption-algorithms encryption-decryption encryption-strategies file-encrypter file-encryption files-encrypter files-encryption hierarchy strategy strategy-design-pattern strategy-pattern text-cryptography text-encryption
Last synced: 20 Apr 2025
https://github.com/nikoo-asadnejad/designpatterns
This repository contains detailed explanations and C# implementations of the most commonly used software design patterns. Each pattern is accompanied by examples that demonstrate its practical usage in real-world scenarios.
adapter-pattern bridge-pattern builder-pattern creational-design-patterns creational-patterns decorator-pattern design-pattern design-patterns factory-pattern mediator mediator-pattern proxy-pattern singleton-pattern strategy-pattern structral-design-patterns
Last synced: 30 Jun 2025
https://github.com/moientajik/filterattributestrategypattern
A sample which shows how to use strategy pattern in filter attributes in ASP.NET Core.
asp-net-core design-patterns strategy-pattern
Last synced: 01 Apr 2025
https://github.com/g0dkar/proof-of-concept-spring-strategy
One way to implement a Strategy with Spring Boot
spring-boot strategy strategy-pattern
Last synced: 26 Jul 2025
https://github.com/fisenkodv/design-patterns
🎨 Design patterns
bridge-pattern csharp decorator-pattern design-pattern design-patterns dotnet facade-pattern factory-pattern iterator-pattern patterns proxy-pattern strategy-pattern
Last synced: 18 Jun 2025
https://github.com/anujakoralage/wholesalemavenspringjpa
This system was developed for whole sale order and item management system for super market. System was developed using Layered Architecture and Singleton, Factory, DAO, DTO, Strategy design patterns with JPA, Spring and Maven
dao-design-pattern dto-entity-mapper factory-pattern java javafx jpa layered-architecture maven singleton-pattern spring strategy-pattern
Last synced: 21 Jun 2025
https://github.com/bbtsoftware/bbt.strategypattern
A strategy pattern implementation
nuget-package strategy-pattern
Last synced: 17 May 2025
https://github.com/kamilhan-karaismailoglu/observer-strategy-decorator-design-patterns-with-wpf
In this project; observer, decorator and strategy design patterns were applied on the ready-made WPF codes. This project was written for object oriented programming lecture.
csharp decorator-pattern observer-pattern strategy-pattern wpf xmal
Last synced: 18 Apr 2026
https://github.com/harismuneer/factory-singleton-and-strategy-design-patterns_examples
🐉 Solved problems demonstrating the use of Factory, Singleton and Strategy Design Patterns using Java. These problems were solved during the course "Object Oriented Analysis and Design CS309"
behavioral-patterns creational-patterns design-patterns design-patterns-implemented-in-java factory-method factory-pattern object-oriented-design singleton-pattern strategy-design-pattern strategy-pattern
Last synced: 17 Feb 2026
https://github.com/anujakoralage/wholesalewithspringdatajpa
This system was developed for whole sale order and item management system for super market. System was developed using Layered Architecture and Singleton, Factory, DAO, DTO, Strategy design patterns with JPA, Spring Data JPA
dao-design-pattern dto-entity-mapper factory-pattern java javafx jpa layered-architecture maven singleton-pattern spring spring-data-jpa strategy-pattern
Last synced: 29 Apr 2026
https://github.com/rafaelfgx/microservices
Clean Architecture, Event-Driven Architecture, Clean Code, SOLID Principles, Resilience, Idempotency, Folder-by-Feature, Patterns (Mediator, Result, Strategy, Outbox, Retry, Circuit Breaker), Java, Spring Boot, Kong, Keycloak, Kafka, MongoDB, Redis, Elastic, Kibana, Swagger, Docker.
circuit-breaker-pattern clean-architecture clean-code elasticsearch event-driven-architecture java kafka keycloak kong mediator-pattern mongodb outbox-pattern redis retry-pattern solid spring-boot strategy-pattern
Last synced: 10 May 2026
https://github.com/defi0x1/strategy-pattern
Combined sort-algorithm with strategy pattern
design-patterns rust-lang sorting-algorithms strategy-pattern
Last synced: 07 Oct 2025
https://github.com/matiux/php-design-patterns
PHP Design Patterns - Basato sul libro Head First Design Patterns Book - Based on Head First Design Patterns Book
adapter-pattern command-pattern composite-pattern decorator-pattern design-pattern design-patterns facade-pattern factory-pattern hexagonal-architecture iterator-pattern observer-pattern singleton-pattern specification-pattern state-pattern strategy-pattern template-pattern visitor-pattern
Last synced: 30 Jan 2026
https://github.com/mrbrunelli/delivery-polymorphism
A delivery system sample with polymorphism
node polymorphism strategy-pattern typescript vitest
Last synced: 15 Apr 2026
https://github.com/hmzelidrissi/design-patterns-java
design patterns implemented in Java
design-patterns java strategy-pattern
Last synced: 15 May 2026
https://github.com/hidayatarg/sms.providers
Using multiple SMS Provider with Dependency Injection using Strategy Pattern .Net7.0
asp-net-core dependency-injection strategy-pattern
Last synced: 08 Jun 2026
https://github.com/nyrta1/j40
Educational practice for the final project on the subject of [ Software Design Patterns ] №2nd project
adapter-pattern decorator-pattern factory-pattern observer-pattern singleton-pattern strategy-pattern
Last synced: 18 Mar 2025
https://github.com/ziadasem/design-patterns-in-dart
selected design patterns implemented with dart programming language, oriented for flutter development
adapter-pattern dart design-patterns facade-pattern factory-pattern flutter observer-pattern singleton strategy-pattern
Last synced: 16 May 2026
https://github.com/harismuneer/Factory-Singleton-and-Strategy-Design-Patterns_Examples
🐉 Solved problems demonstrating the use of Factory, Singleton and Strategy Design Patterns using Java. These problems were solved during the course "Object Oriented Analysis and Design CS309"
behavioral-patterns creational-patterns design-patterns design-patterns-implemented-in-java factory-method factory-pattern object-oriented-design singleton-pattern strategy-design-pattern strategy-pattern
Last synced: 16 Jul 2025
https://github.com/maxicorrea/java-taller-tp0
Practical work of programming workshop in UNPAZ reprogrammed using OOP and Unit Testing.
algorithms object-oriented-programming strategy-pattern unit-testing
Last synced: 16 Jul 2025
https://github.com/redsign77/dp2
Design patterns II.
command-pattern design-patterns facade-pattern php proxy-pattern strategy-pattern
Last synced: 16 Jul 2025
https://github.com/jonathan-r-andrade/inventory-report
Gerador de relatórios de estoque.
csv decorator-pattern json oop python3 strategy-pattern unit-tests xml
Last synced: 17 May 2026
https://github.com/ziadasem/thread_safe_logger
A thread-safe logger that is flexible enough to support console, file, and other logging strategies. developed in C++
modern-cpp multithreading oop oop-cpp strategy-pattern threads
Last synced: 05 Apr 2025
https://github.com/nasruddin/strategypattern
design-patterns java strategy-pattern
Last synced: 19 May 2026
https://github.com/samedhrmn/design_patterns_flutter
Some design patterns implementation with Dart/Flutter
abstract-factory-pattern design-patterns facade-pattern factory-pattern flutter singleton-pattern strategy-pattern
Last synced: 19 May 2026
https://github.com/caleb-collar/quickfile
QuickFile is a LAN file transfer tool written in java. Designed to be lightweight and easy on the eyes.
ftp gui java lightweight proxy-pattern strategy-pattern
Last synced: 04 Apr 2025
https://github.com/datahappy1/sudoku
Sudoku game generator and solver in Python 3+
breadth-first-search depth-first-search game pickle python strategy-pattern sudoku sudoku-generator sudoku-solver
Last synced: 22 Mar 2025
https://github.com/rajagopal28/pricing-engine-go
An Experimental application in goLang to work in a simple pricing engine considering various factors from the customer who is trying to rent a vehicle from a rental service provider.
chain-of-responsibility configurable go-testing golang linked-data pricing rest-api rpc-server service-oriented-architecture strategy-pattern stub-backend tdd
Last synced: 12 Jun 2025
https://github.com/danielnachumdev/quickpub
A local CI/CD simulation tool that runs quality checks, tests, and validations locally before publishing Python packages, ensuring higher build pass rates and faster feedback loops.
async cd ci ci-cd library local package python strategy-pattern
Last synced: 09 Apr 2026
https://github.com/tobbie/csharp-design-patterns
A collection of software design patterns in csharp
adapter-pattern bridge-pattern builder-pattern decorator facade-pattern factory-pattern observer-pattern prototype repository-pattern singleton-pattern state-pattern strategy-pattern unit-of-work-pattern
Last synced: 29 Sep 2025
https://github.com/anujakoralage/wholesaleposwithjpa
This system was developed for whole sale order and item management system for super market. System was developed using Layered Architecture and Singleton, Factory, DAO, DTO, Strategy design patterns
dao-design-pattern dto-entity-mapper factory-pattern jasper-reports java javafx jpa layered-architecture mysql orm singleton-pattern strategy-pattern
Last synced: 14 Apr 2026
https://github.com/programmer-rd-ai/ci6115_food_ordering_system
The Pizza Ordering System is a sophisticated software solution that revolutionizes the way customers order and customize their perfect pizza. Built with Python, this system implements multiple design patterns to create a robust, scalable, and user-friendly platform.
builder-pattern chain-of-responsibility-pattern command-pattern decorator-pattern design design-patterns patterns python python3 state-pattern strategy-pattern
Last synced: 07 Apr 2025
https://github.com/vovandreevik/moving-strategy
This Java example demonstrates a simple implementation of the Strategy Design Pattern.
interface interface-java java oop oops-in-java strategy-pattern
Last synced: 07 Apr 2025
https://github.com/shaker-al-muzaini/shopmart
ShopMart Website with Laravel 12 & React
ai chatbot datatables eav-model framer-motion inertiajs inlaerjs laravel12 medialibrary mysql mysql-transaction openai-api radix-primitives react react-dropzone strategy-pattern
Last synced: 11 Apr 2026
https://github.com/hirishu10/design-patterns
Design Patterns
abstract-factory-pattern adapter-pattern bridge-pattern builder-pattern command-pattern composite-pattern decorator-pattern facade-pattern factory-pattern iterator-pattern observer-pattern proxy-pattern singleton-pattern state-pattern strategy-pattern template-pattern
Last synced: 22 Apr 2026
https://github.com/kaon-k-s/log-library
Unified interface for logging messages using databases, files, and the console. C#, Software Design Patterns, Interfaces
composite-pattern csharp factory-pattern interfaces patterns singleton-pattern software-design strategy-pattern
Last synced: 08 Nov 2025
https://github.com/anujakoralage/wholesalemavenspringhibernate
This system was developed for whole sale order and item management system for super market. System was developed using Layered Architecture and Singleton, Factory, DAO, DTO, Strategy design patterns with JPA, Spring and Maven
dao-design-pattern dto-entity-mapper factory-pattern hibernate-framework java java-fx layered-architecture maven singleton-pattern spring strategy-pattern
Last synced: 07 May 2026
https://github.com/alannunes/designpatterns
Explanation and implementation of some Design Patterns written in C# language
adapter-pattern decorator-pattern design-patterns facade-pattern factory-pattern mediator-pattern notification-pattern strategy-pattern
Last synced: 18 Apr 2025
https://github.com/xeoneux/react-native-super-injector
💉 An "injectable" react-native component that allows an external component to be injected during run-time while falling back to a default component
component dependency-injection react-native strategy-pattern
Last synced: 12 Apr 2026
https://github.com/nguyenbn7/asp-net-core-web-api-projects
API Projects
aspnet-web-api efcore repository-pattern specification-pattern strategy-pattern
Last synced: 05 Jul 2025
https://github.com/gdegirmenci/hyphen
Project Hyphen
docker laravel microservice php strategy-pattern
Last synced: 13 Apr 2026
https://github.com/shubhamv108/object-oriented-design-patterns
Simple examples of some of the Object Oriented Design Patterns.
abstract-factory-pattern bridge-game builder-pattern chain-of-responsibility-pattern command-pattern factory-pattern object-oriented object-oriented-design object-oriented-design-patterns object-oriented-programming observer-pattern pipes-and-filters pipes-and-filters-pattern prototype-pattern proxy-pattern singleton-pattern strategy-pattern visitor-pattern
Last synced: 12 Oct 2025
https://github.com/vilasmaciel/elearning-analytics-kata
Simple kata to practice the Strategy Pattern
coding-dojo java kata patterns strategy-pattern
Last synced: 20 Oct 2025
https://github.com/andrezatcascais/dio-lab-patterns-project-java
Exploring Design Patterns in Practice with Java. This course is a module of the Bootcamp organised by DIO - Digital Innovation.
backend bootcamp-project design-patterns facade-pattern gof-patterns intellij java17 mid-level oop singleton-pattern strategy-pattern
Last synced: 12 Feb 2026
https://github.com/nazemmahmud/design-paterns
Repository Lists of the design patterns created in this git
decorator-pattern facade-pattern mediator-pattern memento-pattern strategy-pattern
Last synced: 25 Apr 2026
https://github.com/rbkgh/exercism-helloworld
My solution to exercism.io java hello world (http://exercism.io/submissions/892d1eb991e1443bbebaee0769aab6a8)
exercise-solutions exercism exercism-exercises exercism-java java java8 strategy-pattern tests
Last synced: 07 Jun 2026
https://github.com/tugayesilyurt/spring-useful-strategy-pattern-example
Two useful Strategy Pattern example ( java,spring boot )
Last synced: 05 May 2026
https://github.com/cartory/calculator-strategy-pattern
strategy patter with typescript
design-patterns javascript strategy-pattern typescript
Last synced: 12 May 2026
https://github.com/bishalpaudel/finco
A simple framework that provides abstraction for financial applications such as bank or credit card applications.
abstract-factory-pattern account-pattern command-pattern design-patterns java-8 observer-pattern party-pattern singleton-pattern strategy-pattern
Last synced: 13 Jun 2026
https://github.com/kishornaik/sol_strategy_pattern
Simple example of Strategy Pattern.
replace-condtion-pattern strategy-pattern
Last synced: 20 Jun 2026
https://github.com/edustocchero/cow-gpt
bucket4j java17 spring-boot-3 strategy-pattern
Last synced: 22 Jun 2026
https://github.com/julianamancera/labassign1_strategy-pattern
Software Engineering 2 - Strategy Pattern: Laboratory Assignment 1
game-app software-engineering strategy-pattern
Last synced: 09 Jun 2026
https://github.com/vinicciussantos/design-patterns
Estudo de Design Patterns
abstract-factory-pattern adapter-pattern command-pattern design-patterns mediator-pattern observer-pattern strategy-pattern template-method-pattern
Last synced: 29 Mar 2025
https://github.com/nicolalazzaro/strategy-pattern-example
A simple example of the Strategy Pattern, demonstrating how to encapsulate different arithmetic operations.
Last synced: 05 Jun 2026
https://github.com/mhashim6/kotlin-sorting-algorithms
kotlin implementation for various sorting algorithms [school project]
bubble-sort factory-pattern functional-programming insertion-sort kotlin kotlin-sorting-algorithms merge-sort oop school-project sorting-algorithms strategy-pattern
Last synced: 11 Jun 2025
https://github.com/tjeufoolen/galaxysimulator
Galaxy simulation written in C# using UWP
2d csharp design-patterns memento-pattern simulation state-pattern strategy-pattern
Last synced: 31 Mar 2025
https://github.com/tjeufoolen/sudoku
Fun little website to play different types of Sudoku games. Written in C# using Blazor and a variety of design patterns
abstract-factory-pattern blazor blazor-server builder-pattern csharp design-patterns razor state-pattern strategy-pattern visitor-pattern
Last synced: 01 May 2026
https://github.com/kay-gyasi/design-patterns
This repository contains applications of the common OOP design patterns. Can be used as a guide for implementing various design patterns
csharp decorator-pattern design-patterns design-principles observer-pattern oop strategy-pattern
Last synced: 08 Apr 2025
https://github.com/eneas-almeida/people
📜 Serviço de gerenciamento de usuários baseado em gRPC que consome dados de APIs públicas (DummyJSON ou JSONPlaceholder). O projeto foi desenvolvido utilizando Spring Boot e segue princípios de Clean Architecture com suporte a múltiplas fontes de dados.
clean-architecture grpc java microservice springboot strategy-pattern webflux
Last synced: 29 May 2026
https://github.com/ahmedanwar1/ecommerce-designpatterns
Implementing GoF design patterns in an ecommerce app using PHP
css design-patterns ecommerce facade-pattern factory-method-pattern html javascript mvc mysql oop oop-php php proxy-pattern singleton-pattern strategy-pattern
Last synced: 05 May 2026
https://github.com/rbkgh/exercism-rnatranscription
My solution to exercism.io java rna-transcription intentionally overkilled with strategy pattern(http://exercism.io/submissions/360537f555284c4196f327d597f79123)
exercism exercism-exercises exercism-java exercism-solutions overkill-algorithm rna-transcription strategy-pattern
Last synced: 05 Mar 2025
https://github.com/gustavohnsv/ep2_coo
Exercício de Programa sobre refatoração de código da matéria de Computação Orientada a Objetos, onde foi feito adaptações para o código possuir os padrões Strategy, Decorator, além de permitir que frações dele sejam substituíveis e abertas a modificações.
decorator-pattern good-first-issue good-first-pr java strategy-pattern
Last synced: 03 Apr 2025
https://github.com/nurfarazi/herstory
full-stack web application focusing on interactive storytelling. It combines Angular 10 and .NET Core 3.1, featuring clean architecture, robust authentication, and plans for future enhancements like Redis integration and Dockerization.
clean-architecture cqrs decorator-pattern factory-pattern observer-pattern singleton-pattern strategy-pattern unit-of-work
Last synced: 17 Jun 2026
https://github.com/ppirog/tajniacy
Implementation of Tajniacy game. Instead of carrying game in backpack use this on your laptop. Java, JavaFX, JUnit, design - patterns, multithreading was used to create this app. ENJOY THE GAME!!
factory-pattern javafx junit multithreading singleton-pattern strategy-pattern
Last synced: 29 Apr 2026
https://github.com/dino4608/menshop-backend
A Menshop Backend Service using Nest.JS, MongoDB, Redis
apache-bench factory-pattern full-text-search generic-repository-pattern indexdb jwt mongodb mongodb-attributes-pattern mongoosejs multer nestjs passportjs pessimistic-locking redis rsa-key-pair strategy-pattern
Last synced: 31 Oct 2025
https://github.com/n3d1117/shapecreator
Esercizio per esame di Ingegneria del Software - 2018
abstract-factory-pattern java observer-pattern software-engineering strategy-pattern
Last synced: 06 Apr 2025
https://github.com/janithr-creator/product-managemet-system
Internship Assignment.
adapter-pattern docker dotnet factory-pattern microservices strategy-pattern
Last synced: 06 May 2026
https://github.com/felipeaz/strategy-pattern
Strategy pattern implementation in Golang
design-patterns golang strategy-pattern
Last synced: 12 Jun 2026
https://github.com/faustinopsy/prefeito-back-node
Este projeto é a interface de usuário do sistema autônomo para levantamento de estatísticas de intenção de votos para a prefeitura de São Paulo.
composer factory-pattern javascript mongodb mvc mvc-architecture mysql nodejs sqlite3 strategy-pattern
Last synced: 23 Feb 2026
https://github.com/liteobject/demo-llm-integration
TypeScript LLM integration layer using Strategy, Abstract Factory, and Adapter patterns. Runtime platform switching, unified API, and migration guide for adding providers.
adapter-pattern architecture aws-bedrock azure-openai chatbot design-patterns factory-pattern llm ollama strategy-pattern typescript
Last synced: 16 May 2026
https://github.com/asobrados03/practica_final_centrodeconvenciones
Este es el proyecto final completo de la asignatura Programación Orientada a Objetos. Lo realizamos en el año 2022.
composite-pattern decorator-pattern design-patterns java oop oop-principles singleton-pattern strategy-pattern
Last synced: 18 May 2026
https://github.com/blaze6950/miniducksimulatordelegates-strategypattern-
This is an example of strategy pattern, !BUT WITH USING DELEGATES!. Vanilla example of "Head First Design Patterns" book Erik Freeman
console csharp cui delegate freeman headfirstdesign patterns strategy strategy-pattern
Last synced: 10 Oct 2025