strategy-pattern
There are 560 repositories under strategy-pattern topic.
JakubVojvoda/design-patterns-cpp
C++ Design Patterns
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.
thma/LtuPatternFactory
Lambda the ultimate Pattern Factory: FP, Haskell, Typeclassopedia vs Software Design Patterns
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.
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
fastify/fastify-auth
Run multiple auth functions in Fastify
imanghafoori1/laravel-smart-facades
Strategy design pattern in laravel, the easiest way.
lizzard-winner/ModernDesignPatterns
Design Patterns in Modern C++
safakatakancelik/TalkWithYourFiles
An LLM GUI application; enables you to interact with your files, offering dynamic parameters that can modify response behavior during runtime.
kiat/OOP-Design-Patterns
OOP Design Patterns Code Examples
jackdbd/design-patterns
Some of the most common design patterns implemented in Python.
thesaltree/low-level-design-golang
Low level system design solutions in Golang
indrekru/design-patterns-spring-boot
Design patterns in spring boot
yusufyilmazfr/english-assistant-telegram-bot
This bot provides to you learn english vocabularies or reading short story and listening pronunciation with Telegram channel.
design-patterns-for-humans/Russian
:ru: translation [WIP]
tolgaozen/go-gotham
Golang RESTful API Boilerplate.
ehsangazar/design-patterns-php
All Design Patterns Samples in PHP
dsc-cmt/spring-easy-strategy
a useful framework for use strategy design pattern in spring easily
alt3/sequelize-to-json-schemas
Convert Sequelize models into various JSON Schema variants (using the Strategy Pattern)
dslsyeoh/design-patterns-exercise
Practice exercise for design patterns
akormous/design-patterns
A collection of C++ projects implementing various object-oriented design patterns.
DenDmitriev/Flashspeak
iOS app for learning a foreign language with word cards
andreaseger/receptacle
minimalistic implementation of the repository pattern
MilovanTomasevic/Python-Design-Patterns
Python Design Patterns
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.
ForlornU/HexagonalMapGodot
Hexagonal Map Generation in Godot
thegeekyasian/strategy-pattern-in-spring-boot
A very simple implementation of Strategy Design Pattern and Factory Design Pattern to a Spring Boot project.
cwelt/Soloist
.NET C# Web Application for Generating a Solo-Melody Over a Given Midi-Playback & Chord-Progression :notes:
thiagolunardi/FeatureToggle
Feature Toggles (aka Feature Flags) described by Martin Fowler
zxc7563598/php-promotion-engine
一个 灵活可扩展 的 PHP 促销策略引擎,让购物车的各种复杂促销逻辑(满减、打折、阶梯优惠、会员折扣…)实现更优雅、可维护 | A flexible and scalable PHP promotional strategy engine that enables various complex promotional logics (money off, discounts, tiered offers, member discounts, etc.) in shopping carts to be implemented more elegantly and maintainably.
Floofies/Differentia.js
No longer being supported or maintained. A Graph Theory & Data Structure Library for JavaScript.
SinoLewis/finance-analyst
Finance strategy algorithms powered with AI to analyze financial market data, make predictions, and execute trades in real-time.
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
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.
Vinetwigs/stres
Small library that brings AndroidStudio-like string resources system in Go.
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