{"id":20381888,"url":"https://github.com/serhatyamann/design_patterns","last_synced_at":"2025-08-21T20:23:17.891Z","repository":{"id":111237964,"uuid":"420783963","full_name":"serhatyamann/DESIGN_PATTERNS","owner":"serhatyamann","description":"Design Patterns explanations and examples.","archived":false,"fork":false,"pushed_at":"2021-10-31T01:46:08.000Z","size":39,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T08:53:26.646Z","etag":null,"topics":["adapter-pattern","behavioral-design-patterns","bridge-pattern","builder-pattern","chain-of-responsibility-pattern","creational-design-patterns","decorator-pattern","design-patterns","factory-pattern","mediator-pattern","observer-pattern","singleton-pattern","structural-design-patterns"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serhatyamann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-24T20:05:41.000Z","updated_at":"2022-01-09T12:20:09.000Z","dependencies_parsed_at":"2023-03-16T04:30:14.922Z","dependency_job_id":null,"html_url":"https://github.com/serhatyamann/DESIGN_PATTERNS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/serhatyamann/DESIGN_PATTERNS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serhatyamann%2FDESIGN_PATTERNS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serhatyamann%2FDESIGN_PATTERNS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serhatyamann%2FDESIGN_PATTERNS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serhatyamann%2FDESIGN_PATTERNS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serhatyamann","download_url":"https://codeload.github.com/serhatyamann/DESIGN_PATTERNS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serhatyamann%2FDESIGN_PATTERNS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271537953,"owners_count":24777410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adapter-pattern","behavioral-design-patterns","bridge-pattern","builder-pattern","chain-of-responsibility-pattern","creational-design-patterns","decorator-pattern","design-patterns","factory-pattern","mediator-pattern","observer-pattern","singleton-pattern","structural-design-patterns"],"created_at":"2024-11-15T02:15:49.264Z","updated_at":"2025-08-21T20:23:17.869Z","avatar_url":"https://github.com/serhatyamann.png","language":"C#","readme":"# DESIGN PATTERNS\n\n#### Design patterns are solutions to software design problems you find again and again in real-world application development. Patterns are about reusable designs and interactions of objects. They are categorized in three groups: Creational, Structural, and Behavioral.\n\n## Creational Patterns\n\n### [Singleton Pattern](https://github.com/serhatyamann/DESIGN_PATTERNS/tree/master/Singleton_Pattern)\n\n#### The Singleton design pattern ensures a class has only one instance and provide a global point of access to it.\n\n#### A visualization of the classes and objects participating in this pattern.\n![Singleton](https://user-images.githubusercontent.com/25529312/139563016-f17a49c7-c538-4e4d-9046-f462903d34eb.png)\n\n### [Factory Method Pattern](https://github.com/serhatyamann/DESIGN_PATTERNS/tree/master/Factory_Method_Pattern)\n\n#### The Factory Method design pattern defines an interface for creating an object, but let subclasses decide which class to instantiate. This pattern lets a class defer instantiation to subclasses.\n\n#### A visualization of the classes and objects participating in this pattern.\n![factory](https://user-images.githubusercontent.com/25529312/139563021-ad0cdde9-5eda-4bc1-95cf-04ed9222e9e6.png)\n\n## Structural Patterns\n\n### [Decorator Pattern](https://github.com/serhatyamann/DESIGN_PATTERNS/tree/master/Decorator_Pattern)\n\n#### The Decorator design pattern attaches additional responsibilities to an object dynamically. This pattern provide a flexible alternative to subclassing for extending functionality.\n\n#### A visualization of the classes and objects participating in this pattern.\n![decorator](https://user-images.githubusercontent.com/25529312/139563139-1261f29d-af1e-4c81-b078-9802526041a4.png)\n\n## Behavioral Patterns\n\n### [Chain of Responsibility Pattern](https://github.com/serhatyamann/DESIGN_PATTERNS/tree/master/Chain_of_Responsibility_Pattern)\n\n#### The Chain of Responsibility design pattern avoids coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. This pattern chains the receiving objects and passes the request along the chain until an object handles it.\n\n#### A visualization of the classes and objects participating in this pattern.\n![chain](https://user-images.githubusercontent.com/25529312/139563170-6e278713-120c-44a8-adbb-6291b7767318.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserhatyamann%2Fdesign_patterns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserhatyamann%2Fdesign_patterns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserhatyamann%2Fdesign_patterns/lists"}