builder-design-pattern
There are 94 repositories under builder-design-pattern topic.
ITSpecialist111/ai_automation_suggester
This custom Home Assistant integration automatically scans your entities, detects new devices, and uses AI (via cloud and local APIs) to suggest tailored automations. It supports multiple AI providers, including OpenAI, Anthropic, Google, Groq, LocalAI, and Ollama. The integration provides automation suggestions via persistent notifications.
jonas-grgt/bob
Java annotation processor for builder generation (plain source code, no bytecode weaving)
verloka/DesignPatterns
Design Patterns: Elements of Reusable Object-Oriented Software
AndreasHefti/flyKo
A fully component based 2D game API with DSL support completely designed on the Entity Component System design approach
KeremTAN/Creational-Patterns-Benchmark
This project has been carried out with the aim of observing and examining the object production performances of creational design patterns.
ezgiyaman/Design_Patterns
This repository, contains the explanation of the design pattern categories and examples about it.
hainayanda/Builder
Builder is Swift builder pattern library that utilize dynamicCallable and dynamicMemberLookup as its core.
nihatcanertug/DesignPatterns
In this project, I explained Singleton pattern and BuilderPattern, both theoretically and with examples.
pelagornis/swift-builder
Builder Patterns for Flexible Syntax in Swift.
RidvanOrun/DesignPatterns
In this project, I explain design patterns and some patterns application.
UltiRequiem/the-builder-patron
👷 The Builder Patron, code examples, pros and cons and relation with other patterns
AliAsadi/builder-annotation
⏳ An annotation processor which implements "Builder Pattern" for your java classes.
natitech/builder-generator
PHP standalone library to generate a builder (pattern) from a class
NisanurBulut/Kerberos
It is an asp.net core project template using JWT tokens. User role control and token control is done.
pcejrowski/safe-builder
Scala type-safe builder generator
tobi-laa/reflective-fluent-builders
A maven plugin for generating fluent builders for existing classes via reflection.
darshna22/Design-Patterns
Design Patterns
mojtabashirkhani/BottomSheetModule
Applying strategy and builder pattern for creating multiple type of bottom sheets with java, kotlin, and jetpack compose
tjcchen/AutoNaviGeocodeGenerator
🚦 A GEO code generator with AutoNavi Geocoding API. Main code logic written with Java & AutoNavi REST API.
tuanh00/Advanced_OOP_Cinema_ConsoleApp_FallProject
The Cinema Management System is a Java-based application that demonstrates the use of key design patterns such as Abstract Factory, Builder, Chain of Responsibility, and Singleton. It simulates interactions between customers, employees, and a cinema database system to manage movie screenings, customer reservations, and employee tasks.
VSVanadium/MovieApp
Console app in .Net Core using entity framework, Nunit testing and bogus for data
BrodyGaudel/design-pattern
design pattern
bvkeersop/DocumentBuilder
DEPRECATED: No longer maintained. DocumentBuilder is a library that uses the builder pattern to easily create different kinds of documents.
Eukolos/proud-of-dadash
A Restaurant Management System
fernandostockler/ValidatorBuilder
Build a validator object that can be used in a viewmodel to control input via events, such as TextBox.TextChangedEvent, and display compliance with validation rules on every keystroke.
ffelipelimao/gobuilder
A Go (golang) library for create files.
goldenfingers98/java-annotation-processor-sample
A simple example of Java annotation processor for the builder design pattern.
ijeyg/quality-control
This repository hosts a Laravel application named "Quality Control," designed for managing product quality assurance using HMVC architecture and various design patterns such as Repository, Builder, Data Mapper, Strategy, and Factory Method for scalability and maintainability.
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
mohamedhassan279/Email-Server
A simple web-based email program developed using Angular Framework and Spring Boot.
mozhgan-peyvand/Jobs
Example Jetpack compose and MVI implementation, based on Google's architectural samples.
ravonit/low-level-design
Demo implementations of different design patterns.
Safo-Samson/Design-Patterns
Working with Design patterns by refactoring sample code snippets for improvement
ShadowGreg/GoFPatterns
GoF Patterns
tuanh00/AircraftManagement_DesignPatterns
This repository contains a Java application that implements three design patterns: Builder, Abstract Factory, and State patterns. The project also includes comprehensive JUnit tests to verify functionality and ensure smooth operation.