An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: builder-pattern

DavidHock07/RegRex

An intuitive Java regular expression builder – create readable and modular regex patterns with a clear API.

Language: Java - Size: 79.1 KB - Last synced at: about 11 hours ago - Pushed at: about 12 hours ago - Stars: 0 - Forks: 1

reconcilerio/dies

immutable, fluent, builders for Kubernetes resources

Language: Go - Size: 3.43 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 8 - Forks: 4

ms-ati/docile

Docile keeps your Ruby DSLs tame and well-behaved

Language: Ruby - Size: 642 KB - Last synced at: about 7 hours ago - Pushed at: 6 months ago - Stars: 422 - Forks: 32

elastio/bon

Next-gen compile-time-checked builder generator, named function's arguments, and more!

Language: Rust - Size: 5.83 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1,555 - Forks: 24

Jaimeloeuf/simpler-fetch

A simpler fetch because using window.fetch makes me cri and the other API libraries are too BIG, complex and unsafe, so here's mine... 😐

Language: TypeScript - Size: 619 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 4 - Forks: 0

mynktl/builder-pattern-codegen

builder-pattern-codegen contains a template-driven engine for golang to generate builder pattern code from structure definiation.

Language: Go - Size: 11.7 KB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

function61/turbobob

Modern, minimal container-based build/development tool to make any project´s dev easy and frictionless.

Language: Go - Size: 2.35 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 8 - Forks: 0

nityanandkumarm/builder-database

A Scalabale Database Builder Service

Language: Java - Size: 31.3 KB - Last synced at: 9 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

ashblue/fluid-behavior-tree

Behavior trees for Unity3D projects. Written with a code driven approach on the builder pattern.

Language: C# - Size: 1.18 MB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 1,034 - Forks: 115

tobi-laa/reflective-fluent-builders

A maven plugin for generating fluent builders for existing classes via reflection.

Language: Java - Size: 2.43 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 3 - Forks: 0

tonymushah/mangadex-api

A Mangadex API Wrapper for Rust

Language: Rust - Size: 3.26 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 17 - Forks: 5

UnifyAir/auto-new-builder

A lightweight, zero-dependency Rust derive macro for automatically generating builder patterns with a clean and intuitive API.

Language: Rust - Size: 2.93 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 0

colin-kiegel/rust-derive-builder

derive builder implementation for rust structs

Language: Rust - Size: 1.19 MB - Last synced at: 13 days ago - Pushed at: 6 months ago - Stars: 1,420 - Forks: 90

skydoves/WhatIf

☔ Fluent syntactic sugar to handle single if-else statements, nullable, collections, and booleans for Kotlin and KMP.

Language: Kotlin - Size: 671 KB - Last synced at: 7 days ago - Pushed at: 6 months ago - Stars: 911 - Forks: 36

ErickWendel/10-design-patterns-for-js

code examples of my 10 must-know design patterns for JavaScript Developers talk

Language: JavaScript - Size: 64.5 KB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 115 - Forks: 6

fillmore-labs/value-comparison

Comparison of value objects in Java

Language: Java - Size: 452 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

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: 36.1 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

graniet/rllm

Use multiple LLM backends in a single crate, simple builder-based configuration, and built-in prompt chaining & templating.

Language: Rust - Size: 233 KB - Last synced at: 17 days ago - Pushed at: about 2 months ago - Stars: 113 - Forks: 2

hedhyw/rex

Flexible regular expressions constructor for Golang.

Language: Go - Size: 675 KB - Last synced at: 17 days ago - Pushed at: 26 days ago - Stars: 202 - Forks: 5

mustafa-bircan/Library_System

A Java-based Library Management System that handles book inventory, user management, and library operations. Features include book tracking, user registration, and library service management.

Language: Java - Size: 93.8 KB - Last synced at: 16 days ago - Pushed at: 27 days ago - Stars: 1 - Forks: 0

Georgiy-Petrov/StepwiseBuilderGenerator

Language: C# - Size: 80.1 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 2 - Forks: 0

DamirDenis-Tudor/2d-tank-simulator

C++ game with a use-case modified A* algorithm.

Language: Jupyter Notebook - Size: 1000 MB - Last synced at: 13 days ago - Pushed at: 27 days ago - Stars: 10 - Forks: 0

Nafiz024705/MusicPlayer-JetpackCompose

An open-source Music Player built with Jetpack Compose that supports all audio formats using Android Media Player. It provides a beautiful and user-friendly UI/UX, supporting light & dark mode, and allows users to play, pause, resume, and navigate through their songs easily.

Language: Kotlin - Size: 1.26 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

thma/LtuPatternFactory

Lambda the ultimate Pattern Factory: FP, Haskell, Typeclassopedia vs Software Design Patterns

Language: Haskell - Size: 588 KB - Last synced at: 9 days ago - Pushed at: over 1 year ago - Stars: 999 - Forks: 37

pelagornis/swift-builder

Builder Patterns for Flexible Syntax in Swift.

Language: Swift - Size: 322 KB - Last synced at: 7 days ago - Pushed at: 30 days ago - Stars: 6 - Forks: 0

sdmg15/Java-design-patterns

Java Design patterns.

Language: Java - Size: 22.5 KB - Last synced at: 3 days ago - Pushed at: over 6 years ago - Stars: 54 - Forks: 44

tersesystems/securitybuilder

Fluent builders with typesafe API for the JCA

Language: Java - Size: 263 KB - Last synced at: 16 days ago - Pushed at: almost 4 years ago - Stars: 46 - Forks: 3

saksham24/android-kit

Learning In-app coding patterns and understanding how well know threading classes and observer classes were made using power of interfaces.

Language: Java - Size: 244 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - 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: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - 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: 3 days ago - Pushed at: about 1 year ago - Stars: 840 - Forks: 110

rajatt95/Tutorial_YT_Rajat_DesignPattern_POM_Selenium_Java

This repository contains a Tutorial for Page Object Model (POM) design pattern implementation using Selenium WebDriver and Java for automated testing of applications.

Language: Java - Size: 36.1 KB - Last synced at: 24 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

kerydan/DesignPatterns

Design Patterns according to GOF, C++

Language: C++ - Size: 72.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

33j33/design-patterns-using-typescript

Design Patterns Using Typescript

Language: TypeScript - Size: 102 KB - Last synced at: 17 days ago - Pushed at: about 2 months ago - Stars: 20 - Forks: 1

lyubomyr-shaydariv/maybify 📦

maybify returns an object proxy that wraps existing methods of the object in conditional maybe* wrappers

Language: JavaScript - Size: 4.88 KB - Last synced at: 10 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

MrEshboboyev/fluent-builder-design-pattern

A C# repository demonstrating the Fluent Builder design pattern, highlighting its advantages and differences compared to the traditional builder approach for creating complex objects.

Language: C# - Size: 10.7 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Lymia/derive_setters

A procedural macro that automatically generates setter methods for a struct's fields.

Language: Rust - Size: 51.8 KB - Last synced at: 13 days ago - Pushed at: 4 months ago - Stars: 23 - Forks: 3

Peet-HD/DownMark

Builder Pattern for Markdown in .NET

Language: C# - Size: 200 KB - Last synced at: 29 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Lukas-Simonson/Swift-Cobweb

A thin and light wrapper around Foundations Networking APIs

Language: Swift - Size: 32.2 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

inferred/FreeBuilder 📦

Automatic generation of the Builder pattern for Java

Language: Java - Size: 4.51 MB - Last synced at: 25 days ago - Pushed at: 6 months ago - Stars: 835 - Forks: 100

cayscays/Flower-Box-Bounty

Flower Box Bounty is a game I developed with C#, .NET, and MongoDB, featuring the 3-tier architecture and design patterns. The game allows players to nurture plants that transform into fresh vegetables and fruits, which can then be crafted into items for gifting.

Language: C# - Size: 84 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

omaralalwi/php-builders

sample php traits to add ability to use builder design patterns with easy in PHP applications

Language: PHP - Size: 9.77 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 11 - Forks: 1

swe-amr-abdelaziz/exam-simulator-cpp

A modern C++ console-based exam simulator with OOP, TDD, CI/CD, and Docker support.

Language: C++ - Size: 164 KB - Last synced at: 17 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

Jh123x/buildergen

Buildergen is a code generation tool to create a builder class for generating structs

Language: Go - Size: 96.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 6 - Forks: 0

matejchalk/build-md

Markdown builder for JS/TS

Language: TypeScript - Size: 1.96 MB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

davidmoten/java-builder-pattern-tricks

Tricks to use with the java builder pattern

Size: 60.5 KB - Last synced at: 21 days ago - Pushed at: 11 months ago - Stars: 53 - Forks: 11

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

slashlifeai/effect-builder

A type-safe, immutable builder to construct complex objects with runtime validation while maintaining compile-time type safety.

Language: TypeScript - Size: 134 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 13 - Forks: 0

Spafic/ASU_SeniorProject_DP

ASU_SeniorProject_DP is a senior project showcasing the use of the Builder Design Pattern for text conversion. It processes RTF-like input and converts it to formats like ASCII, TeX, and a custom text widget format. The project demonstrates efficient text processing and modular design.

Language: C++ - Size: 510 KB - Last synced at: 21 days ago - Pushed at: 3 months ago - Stars: 0 - 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: 194 KB - Last synced at: 15 days ago - Pushed at: 3 months ago - Stars: 5 - Forks: 0

shubhamv108/object-oriented-design-patterns

Simple examples of some of the Object Oriented Design Patterns.

Language: Java - Size: 32.9 MB - Last synced at: 16 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 3

elhathoutWobz/Design-Patterns-PHP Fork of elhathoute/Design-Patterns-PHP

this repository for explain Design Patterns PHP

Language: PHP - Size: 1.22 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Baboo7/builder-pattern-2

Implementation of the Builder Pattern for both Javascript/Typescript and compatible with ES5/ES6 classes.

Language: TypeScript - Size: 167 KB - Last synced at: about 2 hours ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

jrop/pratt

A Pratt parser builder.

Language: TypeScript - Size: 717 KB - Last synced at: 3 days ago - Pushed at: almost 7 years ago - Stars: 12 - Forks: 0

rafamguedes/MicrosservicoAgendamentos

Este projeto engloba um simples microsserviço para gerenciar o agendamento de manutenções em veículos.

Language: Java - Size: 120 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

TaeKwonZeus/botbuilder

An extension for discordgo to create a Discord bot quickly using the Builder pattern.

Language: Go - Size: 58.6 KB - Last synced at: 8 days ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

dsl-builders/spreadsheet Fork of MetadataConsulting/spreadsheet-builder

Spreadsheet Builder

Language: Java - Size: 4.14 MB - Last synced at: 25 days ago - Pushed at: 3 months ago - Stars: 58 - Forks: 12

dkildar/immutable-entity-manager

This initiative enables developers to leverage entities in Node.js projects, whether on the client side or in any other Node.js environment.

Language: TypeScript - Size: 133 KB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 4 - Forks: 0

Thitikorn-Nupan/spring-boot-commons-response-for-rest-api

this project i try to understand about @Builder (Builder pattern) and i got it. So two modules work for response api. Number one has a lombok library, Number two it doesn't. But it both response the samething.

Language: Java - Size: 64.5 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

darshna22/Design-Patterns

Design Patterns

Language: Kotlin - Size: 55.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

Samuele95/mapyreduce

Lightweight and extensible library to execute MapReduce-like jobs in Python

Language: Python - Size: 35.2 KB - Last synced at: 14 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

SeokminHong/builder-pattern

A derivable macro for declaring a builder pattern.

Language: Rust - Size: 194 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 29 - Forks: 3

Programmer-RD-AI/CI6115_Food_Ordering_System

The Pizza Ordering System is a sophisticated software solution that revolutionizes the way customers order and customize their perfect pizza. Built with Python, this system implements multiple design patterns to create a robust, scalable, and user-friendly platform.

Language: Python - Size: 7.76 MB - Last synced at: 14 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

W-y-l-t/EducationalProgramDesigner

The project is a model that allows you to create and edit educational programs that include users, laboratory work, lecture materials, subjects, and educational programs.

Language: C# - Size: 21.5 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

code-blessing/sourceamazing

SourceAmazing is a small framework to read data from sources like XML, Java/Kotlin Builders or Java/Kotlin DSLs into Java/Kotlin classes. You write Java/Kotlin interfaces with annotations, Sourceamazing is doing the rest.

Language: Kotlin - Size: 471 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

victorardila/builder-pattern-fastandfurious

Patron de diseño creacional builder

Language: Java - Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

sabomichal/immutable-xjc

immutable-xjc is a JAXB 4.0 XJC plugin for making schema derived classes immutable with optional builder pattern generator.

Language: Java - Size: 370 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 64 - Forks: 14

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.

Language: Java - Size: 341 KB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 0

CalderonRigoberto/github-activity

Github Activity CLI: A Java-based command-line to consult github activity by user using oop and modern features (streams, pattern builder, etc) and Jackson for JSON handling. Built while following roadmap.sh

Language: Java - Size: 15.6 KB - Last synced at: 2 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

mevlutayilmaz/creational-design-patterns

Language: C# - Size: 36.1 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

AlexDolhov/goit-react-hw-08-phonebook

React, Redux toolkit, connections-api, JWT, authentication, authorization

Language: JavaScript - Size: 5.66 MB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

poppinss/manager 📦

The builder (Manager) pattern implementation used by AdonisJs

Language: TypeScript - Size: 841 KB - Last synced at: 7 days ago - Pushed at: about 3 years ago - Stars: 18 - Forks: 1

mozhgan-peyvand/WeatherSDK

A modular SDK for fetching and displaying weather data from the Weatherbit API

Language: Kotlin - Size: 9.2 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

GetRighhttt/Itunes

Implemented a tab layout that displays a list of my favorite artists' songs. Also added a searchView to search other Artists.

Language: Kotlin - Size: 158 KB - Last synced at: 19 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

CSC3100/Patterns

📓Examples of design patterns

Language: Java - Size: 59.6 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

MPES-2024-2-Grupo-3/arquitetura-padroes

Alguns exemplos de Design Patterns em Kotlin

Language: Kotlin - Size: 3.91 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

vany0114/resilience-strategy-with-polly

Proposes a way to build resilience strategies using Polly and an easy and cool way to consume it using the builder pattern.

Language: C# - Size: 44.9 KB - Last synced at: 1 day ago - Pushed at: about 4 years ago - Stars: 29 - Forks: 5

R-SNGH/design-patterns

design patterns' solutions

Language: Java - Size: 15.6 KB - Last synced at: 5 months ago - Pushed at: 5 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: 5 months ago - Pushed at: about 1 year ago - Stars: 3,300 - Forks: 459

arabian9ts/builder

struct builder written in golang

Language: Go - Size: 30.3 KB - Last synced at: 5 days ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 1

victorsebrito/SweetBuilders

A generic implementation of the Builder Pattern for C#, for those who love syntactic sugar. Built on the top of AutoFixture.

Language: C# - Size: 85.9 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 10 - Forks: 0

space-code/builder-macro

builder-macro is a macro that implements the Builder design pattern in Swift

Language: Swift - Size: 312 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

analytically/innerbuilder

IntelliJ IDEA plugin which generates an inner builder class

Language: Java - Size: 2.37 MB - Last synced at: 7 days ago - Pushed at: about 1 year ago - Stars: 257 - Forks: 84

CoderTechWeb/DesignPattern

Design Pattern

Language: Java - Size: 154 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

suleyman-demir/Design-Patterns

Design Patterns

Language: Java - Size: 26.4 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

khusnetdinov/ruby.fundamental

:books: Fundamental programming with ruby examples and references. It covers threads, SOLID principles, design patterns, data structures, algorithms. Books for reading. Repo for website https://github.com/khusnetdinov/betterdocs

Language: Ruby - Size: 215 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 474 - Forks: 85

hainayanda/Builder

Builder is Swift builder pattern library that utilize dynamicCallable and dynamicMemberLookup as its core.

Language: Swift - Size: 264 KB - Last synced at: 5 days ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 1

Jefschlarski/pizza-builder-ordering

Um simples projeto que demonstra a implementação do padrão de projeto Builder em Go

Language: Go - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Synphonyte/default-struct-builder

Generates builder methods of every field of a struct

Language: Rust - Size: 44.9 KB - Last synced at: 21 days ago - Pushed at: 7 months ago - Stars: 4 - Forks: 1

Geri-Borbas/iOS.Package.Withable

📐 Declarative UIKit in 10 lines of code.

Language: Swift - Size: 2.22 MB - Last synced at: 23 days ago - Pushed at: about 3 years ago - Stars: 28 - Forks: 2

rafamguedes/BuilderPatternWithLombok

Este projeto consiste em uma simples API para demonstrar o uso do padrão de projetos criacional builder e a biblioteca Lombok.

Language: Java - Size: 16.6 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Mohamad-shosha/Design-Pattern

Understanding and applying some of the design Patterns with java, developers can ensure that their applications have a well-managed, single instance of critical components. This not only leads to better resource management and consistent behavior but also promotes loosely coupled design.

Language: Java - Size: 187 KB - Last synced at: about 1 month ago - Pushed at: 2 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

cassio-morais/another-fancy-builder

A builder with steroids. By the way, for me, it seems like a 'state builder'.

Language: C# - Size: 26.4 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

Abdulrahman-K-S/Money-Transfer-Service-API

A money transfer service API that digitalis the banking flow.

Language: Java - Size: 260 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

CodelyTV/youtube-code-examples

🎥 Collection of code examples used in our screencasts about programming best practices

Language: PHP - Size: 36.1 KB - Last synced at: 17 days ago - Pushed at: over 3 years ago - Stars: 31 - Forks: 13

Aptacode/Expressions

A light, cross platform & flexible .net library for creating, storing and dynamically evaluating expression trees using C#

Language: C# - Size: 448 KB - Last synced at: 14 days ago - Pushed at: about 3 years ago - Stars: 10 - Forks: 2

build-on-aws/amazon-bedrock-with-builder-and-command-patterns

A simple, yet powerful implementation in Java that allows developers to write a rather straightforward code to create the API requests for the different foundation models supported by Amazon Bedrock.

Language: Java - Size: 1.8 MB - Last synced at: 10 days ago - Pushed at: about 1 year ago - Stars: 12 - Forks: 5

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

AlexKolch/instaDiary

the project will develop

Language: Swift - Size: 1.43 MB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Related Keywords
builder-pattern 472 design-patterns 152 singleton-pattern 105 java 101 factory-pattern 97 adapter-pattern 68 decorator-pattern 68 observer-pattern 61 abstract-factory-pattern 59 builder 55 strategy-pattern 55 prototype-pattern 49 facade-pattern 41 command-pattern 39 bridge-pattern 38 factory-method-pattern 35 proxy-pattern 32 chain-of-responsibility-pattern 29 csharp 28 builder-design-pattern 27 composite-pattern 25 singleton 25 mediator-pattern 24 state-pattern 24 iterator-pattern 23 flyweight-pattern 22 creational-patterns 20 visitor-pattern 18 typescript 18 swift 18 rust 16 javascript 16 design-pattern 16 spring-boot 15 solid-principles 15 maven 14 chain-of-responsibility 14 android 13 structural-patterns 13 creational-design-patterns 13 kotlin 13 php 12 patterns 12 golang 12 unit-testing 12 lombok 11 dotnet 11 python 11 factory 11 memento-pattern 10 testing 10 code-generation 10 go 10 docker 9 ios 9 oop 9 repository-pattern 8 gof-patterns 8 cpp 8 behavioral-patterns 8 template-pattern 7 composite-patterns 7 tdd 7 rest-api 7 nodejs 7 mvc 7 dependency-injection 7 abstract-factory 7 object-oriented-programming 6 clean-code 6 interpreter-pattern 6 scala 6 annotation-processor 6 java-8 6 code-generator 6 uikit 6 react 6 dsl 6 clean-architecture 5 prototype 5 ruby 5 http 5 template-method-pattern 5 macro 5 c-sharp 5 fluent-interface 5 software-design 5 immutable 5 desing-patterns 5 solid 5 design 5 mvc-pattern 5 command 5 postgresql 5 creational-pattern 4 dao-design-pattern 4 java8 4 software-architecture 4 multithreading 4 kotlin-android 4