An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with behavioral-patterns

A curated list of projects in awesome lists tagged with behavioral-patterns .

https://github.com/nguyenphuc22/Design-Patterns

Sách Design Pattern Tiếng Việt - Một cái nhìn tổng quan về design pattern trong lập trình.

behavioral behavioral-patterns creational-patterns design-patterns java structural-patterns

Last synced: 14 Apr 2025

https://github.com/oguzhankomcu/design_patterns

Software developers use Design Patterns for general solutions to problems they encounter while developing software. I also showed the application of various design patterns in this repository.

behavioral-patterns creational-patterns csahrp design-patterns patterns structural-patterns

Last synced: 09 Apr 2025

https://github.com/tritonix711/mindcare-ai

MindCare AI is a smart tool that uses machine learning to help find mental health issues. It looks at how people behave to spot signs of problems. This tool helps doctors and health workers make better and faster diagnoses, improving care and results for patients.

behavioral-patterns css diagnosis diagnosis-tool html javascript machinelearning mental-health mentalhealthcare mentalhealthcounseling psychology python

Last synced: 04 Mar 2026

https://github.com/emirhandogandemir/design-patterns

Bu repoda Yazılım Tasarımı ve Mimarisi dersi ile paralel yürüttüğüm Desing Patterns ile ilgili çalışmalarım ve patternslar ile ilgili notlarım bulunmaktadır.

abstract-factory-pattern adapter behavioral-patterns bridge builder composite creational-patterns facade factory-pattern prototype singleton structural-patterns

Last synced: 30 Jul 2025

https://github.com/cristianbonilla/design-patterns

Conocer los patrones de diseño Gang of Four con el lenguaje de programación java y saber porque los patrones de diseño proporcionan la resolución de problemas del desarrollo de software sin tener que esforzarse para hallar una solución.

behavioral-patterns creational-patterns derby design-patterns gang-of-four java javase jdbc pluralsight structural-patterns twitter-api twitter4j

Last synced: 22 Feb 2026

https://github.com/manojpawar94/go-lang-design-patterns-examples

The repository implements various design patterns in the Go Language. Design patterns are typical solutions to commonly occurring problems in software design. They are like pre-made blueprints that you can customize to solve a recurring design problem in your code.

behavioral-patterns creational-design-patterns creational-patterns design-patterns functional-programming go-learn go-programming-language golang golang-application golang-examples

Last synced: 25 Jul 2025

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/mathtechstudio/darturbation

Advanced Mock Data Generator to create realistic data for testing and development for Dart & Flutter Development

behavioral-patterns development-tools fake-data flutter-testing generator mock-data testing

Last synced: 23 Feb 2026

https://github.com/sadatrafsanjani/design-pattern

Total 23 design patterns implemented in Java (Creational-Structural-Behavioral)

behavioral-patterns creational-pattern design-pattern structural-patterns

Last synced: 12 Jun 2025

https://github.com/mahboub99/design-patterns

In This rebo I will study and make notes ,summary and implementation about Design patterns the main book we will discuss is "Design Patterns: Elements of Reusable Object-Oriented Software"

behavioral-patterns cmp2022 creational-patterns design-patterns mahboub object-oriented-design object-oriented-programming ood oop structural-patterns study

Last synced: 31 Mar 2025

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/murshidazher/kairos

:octopus: A small library of design patterns, written in Java.

behavioral-patterns creational-patterns design-patterns interview-preparation java structural-patterns

Last synced: 15 Mar 2026

https://github.com/bhavyabhargava/2022_aus_fed_election_analysis

R based in-depth analysis of voter behavior during the **2022 Australian Federal Election**

behavioral-patterns data-visualization election-analysis geospatial-data rprogramming sf

Last synced: 28 Feb 2026

https://github.com/asergioscosta/mediator-pattern

Mediator pattern for handling communication between objects to reduce dependencies.

behavioral-patterns design-patterns java mediator-pattern

Last synced: 11 Jul 2025

https://github.com/willian-moreno/design-patterns

Documentação dos conhecimentos adquiridos sobre Design Patterns.

behavioral-patterns creational-patterns design-pattern design-patterns learning structural-patterns

Last synced: 17 Apr 2026

https://github.com/asergioscosta/memento-pattern

Memento pattern for saving and restoring object states.

behavioral-patterns design-patterns java memento-pattern

Last synced: 06 Jul 2025

https://github.com/baguilar6174/java-design-patterns

This repository provides a collection of design patterns. Perfect for developers looking to deepen their understanding of proven software design techniques.

behavioral-patterns creational-patterns design-patterns java structural-patterns

Last synced: 05 May 2025

https://github.com/asergioscosta/template-method-pattern

Template Method pattern for letting subclasses redefine certain steps of an algorithm without changing its structure.

behavioral-patterns design-patterns java template-method-pattern

Last synced: 27 Mar 2025

https://github.com/tibetteixeira/design-patterns

Repositório sobre aplicação de padrões de projeto em Java.

behavioral-patterns creational-patterns design-patterns java structural-patterns

Last synced: 04 Apr 2025

https://github.com/igoraugust0/oop-2

📦 Arquivos e materiais utilizados na disciplina GSI020 - Programação Orientada a Objetos 2 da UFU.

architectural-patterns behavioral-patterns creational-patterns design-patterns gang-of-four java oop structural-patterns

Last synced: 24 Jun 2025

https://github.com/shahriar-raj/cse_308-software-engineering-sessional

This repository contains all home and lab assignments for the CSE 308: Software Engineering Sessional course, part of our Term-1, Level-3 curriculum. It applies theories from CSE 307 to implement different design patterns

behavioral-patterns creational-patterns design-patterns java structural-patterns

Last synced: 11 Sep 2025

https://github.com/willavelar/php-design-pattern-behavioral-strategy

a simple php example about the behavioral pattern: Strategy

behavioral-patterns design-patterns php strategy

Last synced: 03 Mar 2025

https://github.com/willavelar/php-design-pattern-behavioral-iterator

a simple php example about the behavioral pattern: Iterator

behavioral-patterns design-patterns iterator php

Last synced: 04 Aug 2025

https://github.com/tibetteixeira/design-patterns-with-java

Repositório sobre aplicação de padrões de projeto em Java.

behavioral-patterns creational-patterns design-patterns java structural-patterns

Last synced: 02 Nov 2025

https://github.com/asergioscosta/visitor-pattern

Visitor pattern for adding further operations to objects without modifying them.

behavioral-patterns design-patterns java visitor-pattern

Last synced: 31 Jul 2025

https://github.com/priyankaav123/securebank

SecureBank is a simulated banking platform using keystroke dynamics for continuous user authentication. It combines behavioral biometrics with Zero Trust security to detect anomalies and trigger real-time reauthentication for enhanced session security.

api-client authentication-framework behavioral-patterns flask machine-learning python-scripts typescript-react user-profiling zero-trust

Last synced: 15 Apr 2026

https://github.com/willavelar/php-design-pattern-behavioral-command

a simple php example about the behavioral pattern: Command

behavioral-patterns command design-patterns php

Last synced: 03 Mar 2025

https://github.com/nadavmozeson/designpatternsinjava

A repository demonstrating the implementation of key design patterns in Java, including Creational, Structural, and Behavioral patterns. Ideal for learning and applying object-oriented design principles in real-world scenarios.

behavioral-patterns code-examples creational-patterns design-patterns design-patterns-implemented-in-java educational java object-oriented-programming oop-principles programming-patterns software-architecture software-design structural-patterns

Last synced: 05 Sep 2025

https://github.com/willavelar/php-design-pattern-behavioral-chain-of-responsibility

a simple php example about the behavioral pattern: Chain of Responsibility

behavioral-patterns chain-of-responsibility design-patterns php

Last synced: 05 Jul 2025

https://github.com/henriquecosta05/design-patterns

Repositório para armazenar anotações sobre conceitos relacionados a Design Patterns

behavioral behavioral-patterns creational creational-patterns design-patterns gof gof-patterns solid structural structural-patterns typescript

Last synced: 24 Nov 2025

https://github.com/willavelar/php-design-pattern-behavioral-observer

a simple php example about the behavioral pattern: Observer

behavioral-patterns design-patterns observer php

Last synced: 10 Oct 2025