singleton-design-pattern
There are 60 repositories under singleton-design-pattern topic.
33j33/design-patterns-using-typescript
Design Patterns Using Typescript
aminehsan/DesignPattern-Singleton
Analysis and implementation of the Singleton Design Pattern
muameh/JetWeatherApplication
Jet Weather Forecast is a cutting-edge weather app using Android's latest tech stack. It features Jetpack Compose for a modern UI, Room for local storage, and Retrofit for API communication. Powered by Kotlin Coroutines and Flow, it offers smooth, asynchronous data handling.
Reda-Ganoutre01/Design-Patterns-java
This repository provides Java implementations of common design patterns. They help make code more modular, reusable, and maintainable.
arminmokri/DesignPatterns
This repo features key design patterns with concise explanations and practical implementations to help you understand and apply software design principles.
faiyaz103/NoteMania
NoteMania is a user-friendly Android application designed to help you manage your notes effortlessly.
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.
divyamsavsaviya/object-oriented-design-patterns
This repository is a comprehensive showcase of various design patterns implemented in Java, demonstrating advanced Object-Oriented Design (OOD) principles in Java. The patterns implemented in this project are fundamental to building robust, flexible, and maintainable software systems.
Jayakrishnan-mk/design-patterns
Its a practice repo for practicing about the `gang of four` design patterns
milyo001/.NET-Design-Patterns-Examples
An educational project where all .NET design patterns are implemented with given examples.
Mohamad-Jamal-J/PatternsPlayground
Simulating a gaming console runner. Allowing for single-game management using the Singleton design pattern, and game management using the State design pattern for different game states.
mohamedhassan279/Email-Server
A simple web-based email program developed using Angular Framework and Spring Boot.
muameh/JetTrivia
This Trivia application is developed using Jetpack Compose. The questions in JSON format are fetched from an API using the Retrofit library. The MVVM architecture is employed. Flow technology is utilized for data flow. Dependency Injection is implemented using the Hilt library. The Singleton Design Pattern is used.
muameh/MiniQuizApp
This interactive quiz app challenges users to test their knowledge of world history. With multiple-choice questions and instant feedback, participants can easily track their performance and learn while having fun.
noturlee/AgriEnergy-Connect
A forward-thinking initiative bridging agriculture and green energy in South Africa. As an MVC platform, it fosters sustainable practices and integrates renewable energy solutions. It serves as a vital link between farmers and technology providers, driving innovation for a greener future.
ravonit/low-level-design
Demo implementations of different design patterns.
rushee603/Singletone-Pattern
A creational design pattern that ensures a class has only one instance throughout the application lifecycle and provides a global access point to that instance.
shlmt/HtmlCrawler
C# library for efficient HTML parsing and CSS selector-based querying.
tada5hi/singa
A tiny library to create and manage singleton instances.
vipinsharma29/Interview-Questions-Basics
JAVA Practice Questions
hiltas73/Bookit-ui-db-api
This Java Selenium framework automates UI, PostgreSQL database, and API testing for the Bookit demo app. It integrates Tabnine AI for code completion as well. It provides comprehensive testing across all layers, ensuring robust functionality and data integrity, making it an ideal resource for developers looking to enhance their automation skills.
hiltas73/Demo-LMS
This Java Selenium framework automates testing for the https://cydeo.com/ web page. It streamlines the testing process using Selenium WebDriver, ensuring efficient execution and easy maintenance. This project is ideal for developers seeking to enhance their automated testing capabilities for web applications
MasterLaplace/Singleton
My own implementation of a portable singleton in C/CPP following the stb style
nirbelelti/python-secure-flask-api-jwt-demo
This is a demo API application built using Flask, JWT (JSON Web Tokens), and SQLAlchemy with SQLite and Redis. The application follows best practices for user authentication and password management, including salting and hashing passwords. It implements key design patterns and ensures token-based security using JWT.
Salman-1211/Low-Level-Design
LLD basic concepts
satyam-singhxx/snake-_ladder_game
This repository contains a C++ implementation of the classic Snake and Ladder board game. The game supports multiple players competing to reach the final square (100) first. The code includes the game logic, player management, and board handling. Opportunities for optimization and feature expansion are also outlined.
sushanslondhe/crypto-exchange-platform
a live crypto exchange platform project
yash1th-yerra/BookMyShow-Backend-Design
This Repository contains basic backend low level design of BookMyShow which is created using datastructures and design patterns.Assumptions: No db is used(in-memory i.e. using datastructures)
Abdulrehman-Baloch/Rent-Rides-App
Rent Rides is a JavaFX-based vehicle rental application that provides a seamless and affordable platform for renting cars and bikes. The application is built using JavaFX for the front end and Java for the back end, ensuring a responsive and interactive user experience
feriel214/Design-Patterns
Singleton Design Pattern in C#
hamidurrk/rally-championship-management-system
A system that follows SOLID principles, Singleton pattern and effective static members
nethmiumaya/Design-Patterns
The repository is likely a collection of software design pattern implementations, providing resources to enhance code quality.
PiaMacalanda/SoftEng1_Singleton-Pattern
Centralized Queuing System for Pag-ibig Office applying singleton pattern using Java
Samuel-Giftson/StockDataPipeline
Hourly stock data ETL via GitHub Actions — foundation for an expanded analytics project.
tan7vir/Software-Design-Patterns
This repository demonstrates five key software design patterns: Singleton, Factory, Builder, Composite, and Strategy. Each pattern is implemented with practical examples to enhance code flexibility, maintainability, and scalability.