adapter-pattern
There are 323 repositories under adapter-pattern topic.
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.
anupavanm/csharp-design-patterns-for-humans
Design Patterns for Humans™ - An ultra-simplified explanation - C# Examples
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.
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.
Junzhuodu/design-patterns
C++ Implementation for 23 Design Patterns
ahmetcanaydemir/insanlar-icin-tasarim-desenleri
Tasarım desenlerinin aşırı basitleştirilmiş Türkçe açıklamaları
piyush6348/Design-Patterns
All design patterns implemented in Java with code, explanation and learning resources
baguilar6174/node-template-server
Boilerplate Node projects with Express, Typescript and Clean Architecture
rajan2275/Python-Design-Patterns
Python Design Patterns
jackdbd/design-patterns
Some of the most common design patterns implemented in Python.
anupavanm/csharp-design-patterns-for-humans-examples
Complete C# Examples Refereed in csharp-design-patterns-for-humans
utsmannn/Recycling
A Library for make an easy and faster RecyclerView without adapter
burakeregar/GenericRecyclerAdapter
Easiest way to use RecyclerView. Reduce boilerplate code! You don't need to write adapters for listing pages anymore!
ehsangazar/design-patterns-cpp
All Design Patterns Samples in C++
ehsangazar/design-patterns-php
All Design Patterns Samples in PHP
sergeyleschev/design-patterns
Design large-scale systems / 2022 / Design Patterns: Behavioral, Creational, Structural, etc. @ S.Leschev. Google Engineering Level: L6+
dslsyeoh/design-patterns-exercise
Practice exercise for design patterns
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
sergeyleschev/ios-dev-skills
iOS Dev Skills. Performance Review. @ S. Leschev. Google Engineering Level: L7+
CodeJamm/JAVA_Design_Patterns
Java Design Patterns & their Code implementation
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.
Abd-Beltaji/design-patterns-in-arabic
Design patterns بالمختصر المفيد 🎈
MilovanTomasevic/Python-Design-Patterns
Python Design Patterns
stacenko-developer/Patterns
Паттерны проектирования с примерами на C#
verloka/DesignPatterns
Design Patterns: Elements of Reusable Object-Oriented Software
dreamcatcher1020/Design-Patterns-Csharp
A .net solution that has code examples in C# for most used design patterns.
rohitksingh/Design_Patterns_aka_Hawai_Baatein
Repository which contains simple code implementation of different Design Pattern.
luizcalaca/node-adapters-servers-api
Adapters for Express.js and Hapi into Node.js software architecture
cwelt/Soloist
.NET C# Web Application for Generating a Solo-Melody Over a Given Midi-Playback & Chord-Progression :notes:
kadir-code/DesignPatterns
In this project, I tried to apply some design patterns with sample projects.
kan01234/design-patterns
Project of example of design patterns implement by Java.
krysopath/vaultify
a hexagon of secret provisioning
alexei/python-adapters
Adapters allow converting data from one structure to another
snir-david/CPP-Design-Patterns
Some design patterns implements in C++.
hamzaak/designpatterns
Implementing design patterns (GoF) in .NET Core with real world applications.
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.