GitHub topics: facade-pattern
QianMo/Unity-Design-Pattern
:tea: All Gang of Four Design Patterns written in Unity C# with many examples. And some Game Programming Patterns written in Unity C#. | 各种设计模式的Unity3D C#版本实现
Language: C# - Size: 3.92 MB - Last synced at: 8 days ago - Pushed at: about 5 years ago - Stars: 4,395 - Forks: 1,022

omarRamo/expenses_api_net9
.NET 9.0 API using SQL Server with Entity Framework Core + Migration + DDD + Docker with compose
Language: C# - Size: 64.5 KB - Last synced at: 11 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

microwind/design-patterns
Design Pattern 经典设计模式源码 C/Java/Go/JavaScript/Python等不同语言实现。 FP/OOP/MVC/MVP/MVVM/DDD等设计思想研究
Language: Java - Size: 11.2 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 24 - Forks: 8

diloabininyeri/facade
The facade and the container architectural,The simplest form of this facade architecture, also used in Laravel
Language: PHP - Size: 3.91 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

nimit95/Real-world-Design-Patterns-Node-JS
All the 23 (GoF) design patterns implemented in Javascript with Real World Example using Node.js APIs
Language: JavaScript - Size: 152 KB - Last synced at: 15 days ago - Pushed at: about 3 years ago - Stars: 395 - Forks: 57

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: 14 days ago - Pushed at: about 5 years ago - Stars: 262 - Forks: 74

gabrieldim/Design-Patterns
Software Design Patterns
Language: Java - Size: 2.93 KB - Last synced at: 17 days ago - Pushed at: over 3 years ago - Stars: 83 - Forks: 4

AlanNunes/DesignPatterns
Explanation and implementation of some Design Patterns written in C# language
Language: C# - Size: 44.9 KB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

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: 4 days ago - Pushed at: about 1 year ago - Stars: 840 - Forks: 110

Kavithma-Thushal/Bashicomputershop-Layered
Computershop using java 11, javafx & maven in Layered-Architecture (Layered Coursework)
Language: Java - Size: 57.3 MB - Last synced at: 16 days ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 0

NisanurBulut/Medusa
Medusa is a website that publishes book reviews. It has two panels: Manager and presentation. Book review is published and categorized from the admin panel. In the presentation panel, you can filter and add comments on book reviews. Admin can edit categories and reviews, delete and add a new one.
Language: JavaScript - Size: 24.8 MB - Last synced at: 23 days ago - Pushed at: about 4 years ago - Stars: 9 - Forks: 1

muhammadzadeh/nester
🚀🎉📚 Boilerplate and Starter for NestJS, This project is starting point for anyone looking to start a new project using NestJS. It comes with some pre-written code to help you get started quickly, and it includes features for authentication, notifications, attachments, and user management.
Language: TypeScript - Size: 4.52 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 3 - 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: 18 days ago - Pushed at: over 2 years ago - Stars: 21 - Forks: 4

adi501/Facade_Design_Pattern
Facade Design Pattern
Language: C# - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

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: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 1

alexocode/knigge
An opinionated way of dealing with behaviours
Language: Elixir - Size: 328 KB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 109 - Forks: 12

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.
Language: Java - Size: 39.1 KB - Last synced at: 15 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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: about 2 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

mhdaslam790/DDD-template-flutter Fork of KKshitiz/flutter-DDD-template
My DDD(Domain Driven Design) template for quickly bootstrapping Flutter apps
Language: Dart - Size: 1.94 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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

anupavanm/csharp-design-patterns-for-humans Fork of kamranahmedse/design-patterns-for-humans
Design Patterns for Humans™ - An ultra-simplified explanation - C# Examples
Language: C# - Size: 175 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1,326 - Forks: 170

hi-shekhar/low_level_design
Implementation of several LLD using Typescript
Language: TypeScript - Size: 1.12 MB - Last synced at: 14 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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.
Language: C# - Size: 20.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

pierreblavy2/cpp-tdb
This project allows to connect to postresql and sqlite databases, execute queries and retrive results in a consistent way. A template user friendly interface is provided in order to easily convert sql queries to functors. A less user friendly interface is provided to extend the database to custom data type, or to other underlying sql drivers. Even if the current version of the project is working, this project is still experimental, and future version will certainly make large changes in the interface.
Language: C++ - Size: 106 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

praths71018/Hotel-Management-System
Hotel Management System build using Java Swing and MongoDB
Language: Java - Size: 115 KB - Last synced at: 28 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

crisnguyendev/miu-cs525-asd-final-project
Final project repository for designing a reusable framework to support banking and credit card processing systems, implementing patterns, UML diagrams, and extensible architectures.
Language: Java - Size: 2.15 MB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 2

waseem4343/JAVA_Design_Patterns-
Java Design Patterns & their Code implementation
Size: 1000 Bytes - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

kabragaurav/LoggingLibrary
Simple Logging Library
Language: Java - Size: 442 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

s-damian/design-patterns-php
Design Patterns PHP - Examples with PHP 8.3
Language: PHP - Size: 553 KB - Last synced at: 23 days ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

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: 5 months ago - Pushed at: about 1 year ago - Stars: 3,300 - Forks: 459

danielnachumdev/danielutils
My python utils library
Language: Python - Size: 762 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

YAS-SIIN/DesignPatterns
Design paterns
Language: C# - Size: 3.42 MB - Last synced at: 13 days ago - Pushed at: about 1 year ago - Stars: 8 - Forks: 0

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

fuad-nasseraldeen/Coupon-System
A client-Server Coupon management system enables companies to generate coupons as part of their advertising and marketing campaigns.
Size: 60.5 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

ziadasem/Design-patterns-in-dart
selected design patterns implemented with dart programming language, oriented for flutter development
Size: 30.3 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 1 - 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: about 1 month ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

xavierclotet/voicemod
Practical test in Angular 12 using clean code and facade arquitecture.
Language: TypeScript - Size: 1.94 MB - Last synced at: 8 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ignacio-calvo/POS-Services
Backend solution for supporting POS Business. Written in .NET Core 8 implementing a layered microservice architecture running on docker. Repository pattern on an Entity Framework Code First approach on SQL Server using AutoMapper.
Language: C# - Size: 460 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

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

serkanaplan/DesignPatterns-ASP.NET.Core
It is the repository where I practice for Design Patterns with ASP.NET Core. I created a separate project for each design pattern.
Language: C# - Size: 920 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

MilovanTomasevic/Python-Design-Patterns
Python Design Patterns
Language: Python - Size: 2.21 MB - Last synced at: 9 days ago - Pushed at: about 4 years ago - Stars: 19 - Forks: 4

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

joslmt/tmdb-laravel-wrapper 📦
A Laravel wrapper for The Movie Database API
Language: PHP - Size: 40 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

giselle-ferreira/desafio-dio-java-bootcamp-design-patterns
Repositório criado para envio de desafio de API criada exemplificando o o use dos design patterns Singleton, Strategy e Facade, para o Bootcamp de Java na DIO.
Language: Java - Size: 13.7 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

srodriguezamarillo/OrderFlow
OrderFlow es un sistema avanzado para la gestión de mesas y pedidos en restaurantes, optimizando la experiencia de clientes y personal. Desarrollado en Java con Spring Boot, emplea patrones arquitectónicos como Observer y Facade para un diseño modular y escalable.
Language: Java - Size: 119 KB - Last synced at: 9 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

mehmetgoren/snapshot_service
Feniks iNVR Snapshot Service
Language: Python - Size: 645 KB - Last synced at: 8 days ago - Pushed at: 11 months ago - Stars: 1 - Forks: 4

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

MainaGeorge/DesignPatterns
This is a project with some basic implementations of design patterns in .net. It is meant to be a guide to the reasoning and insight to the popular design patterns
Language: C# - Size: 126 KB - Last synced at: 20 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

CalebTracey/api-template
Go REST API template with DAO/Facade pattern
Language: Go - Size: 5.57 MB - Last synced at: 10 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

karenrodriguesx/viacep-integration
API de cadastro de clientes integrada com o ViaCep aplicando Design Patterns
Language: Java - Size: 13.7 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Sneha0811/University_Management_System
OOAD project written in java using java swing for UI and MYSQL for backend
Language: Java - Size: 2.75 MB - Last synced at: 11 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

anupavanm/csharp-design-patterns-for-humans-examples
Complete C# Examples Refereed in csharp-design-patterns-for-humans
Language: C# - Size: 53.7 KB - Last synced at: 10 months ago - Pushed at: almost 5 years ago - Stars: 65 - Forks: 18

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

kadisin/PatternsPractise
Repository that implement pattern examples
Language: C# - Size: 14.6 KB - Last synced at: 11 months ago - Pushed at: 11 months 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: 12 months ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 0

elf4j/elf4j
A no-fluff Java logging facade
Language: Java - Size: 231 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 3 - 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: 11 months ago - Pushed at: almost 2 years ago - Stars: 37 - Forks: 23

riyadomf/Design-Patterns-Java
Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code.
Language: Java - Size: 17.1 MB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

pasindusampath/WEB-POS-SYSTEM-BACKEND-API
Backend-API for WEB_POS_FRONTEND
Language: Java - Size: 92.8 KB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hey-johnnypark/async-facade-poc
POC for async rest facade dispatching requests to and reading responses from Kafka
Language: Java - Size: 23.4 KB - Last synced at: 12 months ago - Pushed at: almost 8 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: 12 months ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

rahulkg31/design-patterns
This project provides concise examples of commonly used design patterns, demonstrating their implementation and illustrating their usage.
Language: Java - Size: 383 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

wevertonpaulino/RoboApi
Desenvolvimento de uma interface para controlar os movimentos de um Robô.
Language: C# - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

TilmeezUrRehmanBhatti/web-customer-tracker
Build a Database Web App - Spring MVC and Hibernate Project
Language: Java - Size: 5.89 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

akormous/design-patterns
A collection of C++ projects implementing various object-oriented design patterns.
Language: C++ - Size: 1.4 MB - Last synced at: 11 months ago - Pushed at: about 1 year ago - Stars: 14 - Forks: 5

jibinmathew69/TypescriptTutorial
Typescript learning Repository along with design patterns
Language: TypeScript - Size: 26.4 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

yilmazgokhan/Spring-Boot-Base-Architecture
This repo is Spring Boot project in which different technologies such as Swagger, Model Mapper are integrated.
Language: Java - Size: 197 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 10 - Forks: 6

nagswarnaa/Software_Design_Principles
This repository serves as a comprehensive guide and living document dedicated to the art and science of software development. It's crafted for developers, architects, and anyone passionate about creating software that doesn't just function but thrives and evolves over time
Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

joaosouzaaa/FacadePattern
Facade Pattern in .NET
Language: C# - Size: 73.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

softpeanut/simple_is_the_best
Simple = best
Language: Kotlin - Size: 249 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

Jose-agg/CarWorkshop_JPA
Desarrollo de una aplicación orientada a objetos con software intermedio de mapeo objeto-relacional
Language: Java - Size: 422 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

Jose-agg/CarWorkshop_JDBC
Aplicación de escritorio para la gestión de un taller de coches
Language: Java - Size: 4.03 MB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

CSUI-Adpro/tutorial-3
Behavioral Design Pattern: Facade Pattern and Adapter Pattern.
Language: Java - Size: 699 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

elham2155/CleanArchitecture-Category-facad
Adding to the previous project category entity and using Facade-pattern for product services
Size: 13 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

bujosa/facade-design-pattern
See example of facade design pattern in go
Language: Go - Size: 6.84 KB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

itsferdiardiansa/Design-Patterns
Every design pattern that every Software Engineer understand. Basic implementation with a simple case
Language: TypeScript - Size: 33.2 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

wildcoderider/FacadeAdaptorBoilerPlate
This is a repository that implements the facade, adaptor pattern boiler plate.
Language: C# - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

bianavic/formacao-java-desafio-padrao-projeto
Create an REST API integrated to an external API to study the application of some design patters
Language: Java - Size: 92.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

PorcoGalliard/DevOverflow-Backend
Back-End side of Dev Overflow
Language: Go - Size: 192 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sharada-marasinha/thogakade-using-spring-boot
Language: Java - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

matiux/php-design-patterns
PHP Design Patterns - Basato sul libro Head First Design Patterns Book - Based on Head First Design Patterns Book
Language: PHP - Size: 9.29 MB - Last synced at: 2 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

giovaneneves7/OOP-Project-with-JPA-and-Hibernate
GitHub repository for a OOP project that registers and manage students using Hibernate to persist data, the DAO pattern for data access, Facade for simplifying interfaces, MVC for separating presentation and logic, and a MySQL database for storage
Language: Java - Size: 146 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

NazemMahmud/design-paterns
Repository Lists of the design patterns created in this git
Language: PHP - Size: 32.2 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

jahir9991/twitte
This is a twitterX clone build with angular + cloudflare pages
Language: TypeScript - Size: 677 KB - Last synced at: 11 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

akifislam/Facade-Design-Pattern
The Facade pattern is a structural design pattern that provides a simplified interface to a complex subsystem, making it easier to use.
Language: Java - Size: 398 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

SteffanoP/projeto-pacovan
Um sistema capaz de registrar empréstimos, sem análise de riscos, ver a quantidade de parcelas restantes para quitação do ágio, amortização por Bens Especiais Não Solicitados (B.E.N.S.) e taxas de juros variáveis para cada usuário.
Language: Java - Size: 15.2 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

Enyus/lab-dio-padrao-projeto-java
Lab da DIO para o bootcamp Santander Fullstack Java + Angular que explora os padrões de projeto com a linguagem Java.
Language: Java - Size: 743 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AlvisonHunterArnuero/Golang-Design-Patterns
Simplify software development for intricate and sizable systems using design patterns. These are reusable solutions to prevalent software design challenges, providing a framework for constructing adaptable, extensible, and sustainable software.
Language: Go - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

junreyalgario/laravel-repository-package
Laravel repository layer implementation, Laravel package development
Language: PHP - Size: 37.1 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

AlexFazio64/Structural-Patterns 📦
Graphical Demos for Structural Patterns
Language: Java - Size: 8.35 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ChamudiAyashmi/ThogaKade-Using-SpringBoot
Language: Java - Size: 69.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Karlx12/Producto-III-UNIDAD
Group unit project trying to create an example using 2 design patterns
Language: Java - Size: 179 KB - Last synced at: 11 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

verloka/DesignPatterns
Design Patterns: Elements of Reusable Object-Oriented Software
Language: C# - Size: 806 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 14 - Forks: 4

ZepaMK/react_facade
A research on applying the façade pattern with React Hooks.
Language: JavaScript - Size: 184 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

lanserxt/dynamicwebview
UIView subclass which loads UIWebView or WKWebView based on iOS version
Language: Swift - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

johnprif/AdvancedText2SpeechApp
It is an application (in Java-Java Swing) that allows to edit and transform documents to audio (using freetts library). The documents may be in various formats.
Language: Java - Size: 49.7 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

JeffCantores/Pizzademic-PH
An E-commerce website application that implements the different design patterns
Language: Java - Size: 44.2 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

joslmt/spoonacular-laravel-wrapper 📦
A Laravel wrapper for Spoonacular API, gets data about many recipes, foods and other options.
Language: PHP - Size: 49.8 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

pasindusampath/Hostel_Management_System
This Project Have Been built using hibernate framework
Language: Java - Size: 2.8 MB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

cristianV0117/patrones
Patrones de desarrollo con SLIM y PHP
Language: PHP - Size: 229 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
