GitHub topics: adapter-pattern
servactory/treaty
A Ruby library for defining and managing REST API contracts with versioning support
Language: Ruby - Size: 617 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0
arieltolazurita/demo-llm-integration
🛠️ Build a flexible integration layer for large language models using Strategy, Abstract Factory, and Adapter patterns in TypeScript for seamless runtime switching.
Language: TypeScript - Size: 1.34 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0
ericfr1tzenvalle/watcher-web
Language: Java - Size: 13.7 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0
DazzleLib/dazzle-tree-lib
Universal tree traversal library for Python. One API for any tree structure - filesystem, database, API, or custom. Features async/sync parity, composable adapters, and 4-5x caching speedup.
Language: Python - Size: 577 KB - Last synced at: 17 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0
ES2-UFPI/recicla-ai_devs-da-gama
Language: TypeScript - Size: 697 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0
Junzhuodu/design-patterns
C++ Implementation for 23 Design Patterns
Language: C++ - Size: 1.46 MB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 136 - Forks: 45
fkucukkara/design-patterns
A professional implementation of the 23 classic Gang of Four (GoF) design patterns.
Language: C# - Size: 69.3 KB - Last synced at: 29 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
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.
Language: TypeScript - Size: 88.9 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
wMBLw/search-engine-example
Example of implementing enterprise application practices on Laravel
Language: PHP - Size: 254 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
tobbie/csharp-design-patterns
A collection of software design patterns in csharp
Language: C# - Size: 415 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0
shift-elevate/design-patterns
Demonstration of various design patterns in Java with practical, real-world examples with comprehensive tests and executable code samples.
Language: Java - Size: 119 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0
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: about 2 months ago - Pushed at: over 3 years ago - Stars: 1,364 - Forks: 170
LiteObject/llm-provider-abstraction
A demonstration of using Adapter and Factory design patterns to create a flexible, swappable LLM provider system. This allows applications to easily switch between different LLM providers (OpenAI, Ollama, etc.) without changing business logic.
Language: Python - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
UjwalAKrishna/kuber
Low-latency voice conversational AI system with STT→LLM→TTS pipeline. FastAPI backend, real-time WebSocket streaming, pluggable adapter architecture, and intelligent investment nudging. Docker-ready with local Whisper/Kokoro models.
Language: Python - Size: 10.4 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
MISW4406/tutorial-4-sidecar
Repositorio con código base para el desarrollo de sidecars, adaptadores y embajadores.
Language: Python - Size: 74.2 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 47
the-yaml-life/tyl-redis-pubsub-adapter
Language: Rust - Size: 31.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - 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: 4 months ago - Pushed at: almost 2 years ago - Stars: 3,358 - Forks: 461
blinkist/blinkist-config
This GEM allows you to access configuration stores with different adapters.
Language: Ruby - Size: 61.5 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 4 - Forks: 2
erenmulkoglu/design-patterns
.NET içerisinde kullanılan tüm tasarım desenleri yer alıyor. Singleton, Strategy, DependecyInjection, Adapter, AbstractFactory vb. (All design patterns used in .NET are included. Singleton, Strategy, DependecyInjection, Adapter, AbstractFactory etc.)
Language: C# - Size: 1.09 MB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0
Oluwanifemi007/servicelib
ServiceLib simplifies microservice development in Go by providing reusable components that enhance reliability and performance. 🌟 With a focus on modularity and testability, this library helps developers build robust applications efficiently. 🚀
Language: Go - Size: 378 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
caioneves05/design-patters-soluctions
This repository implements some of the design patterns from Design Patterns by Gamma et al. in Java, covering creational, structural, and behavioral patterns with concise examples for building scalable, maintainable software.
Language: Java - Size: 18.6 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
abitofhelp/servicelib
ServiceLib is a comprehensive Go library designed to accelerate the development of robust, production-ready microservices.
Language: Go - Size: 1.4 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0
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.
Language: C# - Size: 64.5 KB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 10 - Forks: 0
JanithR-creator/Product-Managemet-System
Internship Assignment.
Language: C# - Size: 16.1 MB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
marchingbeagle/design-patters-abp
Language: TypeScript - Size: 3.91 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - 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: 5 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
baguilar6174/node-template-server
Boilerplate Node projects with Express, Typescript and Clean Architecture
Language: TypeScript - Size: 403 KB - Last synced at: 6 months ago - Pushed at: 9 months ago - Stars: 94 - Forks: 24
rezatajari/CommonDesignPatterns
Real-world implementation of classic design patterns in C# (.NET) with clean code, analogies, and step-by-step documentation
Language: C# - Size: 27.3 KB - Last synced at: 6 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0
mikemajesty/nestjs-monorepo
Monorepo boilerplate using Nestjs, authentication, docker, redis, secrets service, logs service, libs structure, anti corruption layer pattern, adapter pattern, dependency inversion pattern, mongodb, redis, swagger and tests.
Language: TypeScript - Size: 707 KB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 356 - Forks: 91
HuzaifaBanegar/SystemDesign
This is a repo for understanding LLD concepts and different types of System Design Patterns along with its implementation. Here we will also design many complex architecture such as BookMyShow, Parking Lot , Tic Tac Toe etc.
Language: Java - Size: 37.1 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0
rekalogika/rekapager-pagerfanta-adapter
Adapts Pagerfanta and its adapters for use with Rekapager pagination library
Language: PHP - Size: 30.3 KB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0
rajan2275/Python-Design-Patterns
Python Design Patterns
Language: Python - Size: 65.4 KB - Last synced at: 6 months ago - Pushed at: over 7 years ago - Stars: 88 - Forks: 28
nichitaa/design-patterns
CLI application that implements some creational, structural and behavioral design patterns in TypeScript.
Language: TypeScript - Size: 3.76 MB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 2 - 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: 7 months ago - Pushed at: almost 2 years ago - Stars: 839 - Forks: 109
cwelt/Soloist
.NET C# Web Application for Generating a Solo-Melody Over a Given Midi-Playback & Chord-Progression :notes:
Language: C# - Size: 38.8 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 12 - Forks: 0
bryan-chilque/inmomanager-backend
Proyecto de gestión de inmuebles. Servicio API REST desarrollado en TypeScript utilizando el patrón Adaptador y arquitectura DDD
Language: TypeScript - Size: 134 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
bryan-chilque/graduation-memories
Proyecto de gestión de imagenes para promoción universitaria, servicio API REST desarrollado en TypeScript utilizando el patrón Adaptador y principios DDD
Language: TypeScript - Size: 85 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0
ecristobale/hexagonal-arquitecture-springboot
Hexagonal arquitecture example application with Spring Boot 3
Language: Java - Size: 409 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0
Rjchi/node-clean-architecture
Este repositorio tiene varias aplicaciones que van desde aplicaciones de consola, receptores de webhooks, Restful API endpoints, autenticación, web sockets y más, trabajando con TypeScript y patrones de desarrollo para escribir código de calidad.
Language: JavaScript - Size: 50.8 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0
george-georgy/Practicing-Design-Patterns-java
Design pattern is a solution to a common problem , each pattern describes a problem that occurs over and over multiple times in our environment and core of the solution on that problem can be used a several times without ever doing it same twice.
Language: Java - Size: 39.1 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0
leanh153/Android-Alarm
This repository is an Alarm application, demonstrate how to use multiple pending intent to set alarm's time wake up. use popup menu, RecyclerView Adapter, use SQLite to store data
Language: Java - Size: 3.85 MB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 25 - Forks: 13
AlanNunes/DesignPatterns
Explanation and implementation of some Design Patterns written in C# language
Language: C# - Size: 44.9 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0
MegMinnie/Projeto-POOII-Padroes Fork of LuisAraujo/Projeto-POOII-Padroes
Este projeto é uma atividade avaliativa da disciplina de Linguagem Orientada a Objetos II , dando continuidade à primeira atividade, "Sistema Escolar" . Ele aplica conceitos de refatoração e incorpora os padrões de projeto Singleton, Observer e Adapter.
Language: Java - Size: 41 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0
Dannemann/real-world-design-patterns
Language: Java - Size: 189 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 8 - Forks: 1
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: 7 months ago - Pushed at: almost 5 years ago - Stars: 9 - Forks: 1
prajun7/ranch-management
Our team developed the drone enhanced ranch management software. The software was able to track livestock vitality and location, monitor feeding and watering systems, and monitor property status with the help of the drone(s). Our team used Java 8 and Scenebuilder to develop the software. We created the Class diagrams, Sequence diagrams, Rapid prototypes, and other diagrams to assist us in developing the software. Also, different design patterns like Composite, Visitor, Adapter were used to develop the project.
Language: Java - Size: 52.7 KB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 4 - 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: 3 months ago - Pushed at: about 3 years ago - Stars: 21 - Forks: 5
stacenko-developer/Patterns
Паттерны проектирования с примерами на C#
Language: C# - Size: 875 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 18 - Forks: 1
JulianaMancera/LAB-SW_AdapterPattern
Software Engineering 1 - Adapter Pattern: Laboratory Seatwork
Language: Java - Size: 2.93 KB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0
JulianaMancera/LabAssign3_AdapterPattern
Software Engineering 1 - Adapter Pattern: Laboratory Assignment 3
Language: Java - Size: 8.79 KB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0
ehsangazar/design-patterns-cpp
All Design Patterns Samples in C++
Language: C++ - Size: 40 KB - Last synced at: 4 months ago - Pushed at: about 8 years ago - Stars: 45 - Forks: 30
edyeftimie/RemoteWinery
A mobile app for exploring, organizing, and managing wine collections. Discover wines by category, add them to your personal collection, and keep track of your favorites! 🍷📱
Language: Dart - Size: 794 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0
krysopath/vaultify
a hexagon of secret provisioning
Language: Python - Size: 86.9 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 11 - Forks: 1
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: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0
sangafabrice/process-inspector-mvc
The Process Inspector inspects individual processes and provides an option to stop them. It is a simple GUI application built with PowerShell WinForms and structured on the MVC architecture.
Language: PowerShell - Size: 77.1 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0
waseem4343/JAVA_Design_Patterns-
Java Design Patterns & their Code implementation
Size: 1000 Bytes - Last synced at: 9 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0
dcyuksel/AdapterPattern
Adapter Pattern in C#
Language: C# - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0
s-damian/design-patterns-php
Design Patterns PHP - Examples with PHP 8.3
Language: PHP - Size: 553 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0
LalanaChami/Java-Media-Converter-mp4-to-mkv-mp3-and-flv
📹♻️🎵 A simple command-line media file converter application, that converts mp4 to mp3, mkv and flv . Used a watcher to listen to newly added mp4 files and converted them to the relevant codec using java NIO.
Language: Java - Size: 45.9 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 2
Mofazzal874/PharmaPlus
CSE-3120 | Software Engineering and Information Systems Laboratory Android studio project with Factory , SingleTon , adapter , Observer Design pattern
Language: Java - Size: 2.14 MB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1
suleyman-demir/Design-Patterns
Design Patterns
Language: Java - Size: 26.4 KB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0
YAS-SIIN/DesignPatterns
Design paterns
Language: C# - Size: 3.42 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 0
akazad13/csharp-design-patterns
Implementations of different design patterns
Language: C# - Size: 38.1 KB - Last synced at: 8 months ago - Pushed at: about 1 year 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: 5 months ago - Pushed at: over 1 year 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: 8 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0
TeamOOTD/OOTD-iOS
너 오늘 커밋했니? 개발자를 위한 투두리스트
Language: Swift - Size: 16.3 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0
arkeodev/python
A collection of Jupyter notebooks covering Python concepts, software design principles, and key libraries.
Language: Jupyter Notebook - Size: 8.48 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0
qysp/photosmarter
A web interface & app to scan documents or photos with the HP Photosmart.
Language: C++ - Size: 773 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0
moises35/cli-task-tracker
Language: TypeScript - Size: 59.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
snir-david/CPP-Design-Patterns
Some design patterns implements in C++.
Language: C++ - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 2
MilovanTomasevic/Python-Design-Patterns
Python Design Patterns
Language: Python - Size: 2.21 MB - Last synced at: 6 months ago - Pushed at: over 4 years ago - Stars: 19 - Forks: 4
OGSmurfen/AndroidUni
Some of the more notable projects from the Android semester in the Technical University of Varna
Language: Java - Size: 135 KB - Last synced at: 9 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0
AlessandroFerrante/Software-Engineering
University subject: Software Engineering
Language: Java - Size: 1.02 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
SE-MahmoudAbdelaal/Design-Patterns
Design patterns are established solutions for recurring software design issues. They improve code flexibility, reusability, and maintainability. Creational Patterns: Handle object creation (e.g., Singleton, Factory Method). Structural Patterns: Focus on object composition (e.g., Adapter, Decorator). Behavioral Patterns: Deal w
Language: Java - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
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: over 1 year ago - Pushed at: about 4 years ago - Stars: 11 - Forks: 2
g-brrzzn/Java-College-Lessons
Done Java lessons from College
Language: Java - Size: 1.48 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
brunobatistabbf/VehicleLibrary
Language: Python - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
ehsangazar/design-patterns-php
All Design Patterns Samples in PHP
Language: PHP - Size: 20.5 KB - Last synced at: 4 months ago - Pushed at: about 8 years ago - Stars: 44 - Forks: 15
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: 8 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0
eneskzlcn/softdare
A social media web application allows user to follow other users, publish new posts, comment on published posts, like posts or comments. Users also has their timelines according to the followed users, trend page that shows the trend posts, search operation to find another users, get mailed on account creation or notifications.
Language: Go - Size: 62 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0
Kahmori/DesignPatterns
A collection of design patterns implemented in Java, showcasing practical examples of creational, structural, and behavioral patterns.
Language: Java - Size: 61.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
HendEmad/Design-Patterns
A repo. includes my study notes and implementation of design patterns
Language: C++ - Size: 108 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
CauaDeSa/5by5-Patterns
5by5 Internship Project with Patterns and Databases.
Language: C# - Size: 37.1 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0
HaiderABB/Structural-Design-Patterns-JAVA
Implementation of Structural Design Patterns in JAVA
Language: Java - Size: 1.95 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
eolatham/farm-dashboard-prototype
A prototype for a farmer utility application built with JavaFX as an exercise in using design patterns such as entity-control-boundary, composite, visitor, and adapter
Language: Java - Size: 1.55 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0
acidiney/brokher
A beautiful adapter for Message Brokers
Language: TypeScript - Size: 297 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 1
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: over 1 year ago - Pushed at: over 5 years ago - Stars: 65 - Forks: 18
fatiq123/Design-Patterns-Java
This repository includes design patterns in java for the 6th semester subject (DP).
Language: Java - Size: 29.3 KB - Last synced at: 6 months ago - Pushed at: over 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: over 1 year ago - Pushed at: over 2 years ago - Stars: 26 - Forks: 1
kadisin/PatternsPractise
Repository that implement pattern examples
Language: C# - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year 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: over 1 year ago - Pushed at: almost 7 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: over 1 year ago - Pushed at: over 2 years ago - Stars: 37 - Forks: 23
Digitalroot-Technologies/VFPtoCSharpBridge
Visual FoxPro to C# bridge/wrapper/proxy.
Language: xBase - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 2
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: over 1 year ago - Pushed at: almost 3 years ago - Stars: 2 - 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: over 2 years ago - Stars: 4 - Forks: 0
themse/ecommerce-store
Ecommerce Store / Admin Panel
Language: TypeScript - Size: 1.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
LeTarzan/api-clean-node
An API combining Clean Architecture with SOLID and others patterns
Language: TypeScript - Size: 1.84 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0
gunatheeban/Design-Patterns
This resource is crafted to help developers understand and implement various software design patterns. Whether you're a beginner looking to learn about design patterns
Language: Java - Size: 28.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
vasga-floze/node-course
DevTalles course
Language: TypeScript - Size: 890 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0