There are 0 repository under singleton-design-pattern topic.
Analysis and implementation of the Singleton Design Pattern
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.
An educational project where all .NET design patterns are implemented with given examples.
A simple web-based email program developed using Angular Framework and Spring Boot.
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.
Demo implementations of different design patterns.
Software standards established by the Gang of Force.
Repository to learn all design patterns by example.
This C++20 solution enables lazy initialization for multithreaded tasks. It efficiently initializes an expensive object only when needed, ensuring thread safety. It utilizes std::once_flag and std::atomic<bool> for synchronization, optimizing resource utilization and scalability.
This is a learning project for Design Patterns
Chat client server using RMI. The whole conversation is logged in .txt files, one for each day.
A simulation of both producer-consumer and reader-writer problems, using the fair solution.
Exemplo de Implementação do Design Pattern Singleton feito na Cadeira de Análise e Projeto de Sistemas II da UNI7
In this project , I have implemented a console application of Notification System using Design Patterns to showcase different functionalities like mode of sending message(email, or sms),and notification is sended to all subscribed users list(which was given).
Personal Project.
The primary objective behind developing this project is to deepen the understanding of low-level system design in C++, encompassing Object-Oriented Programming (OOP) principles, threading concepts, and modern C++ features such as Smart Pointers and the Standard Template Library (STL).
Sales system desktop application for a hardware store. Allows the user to create a sale.
Singleton Base
First project for OOP course. Created simple game that simulates a population divided in two species that multiply, age and attack eachother.
in memory-cache, using simple variables , classes , singleton pattern
This small project was use to develop layered architecture ,java fx and mysql databases .
Java Design Pattern
Java caching framework is designed to provide a robust and scalable caching mechanism, suitable for various use cases, including multi-threaded environments.
Projeto desenvolvido para exemplificar a implementação do Design Pattern Singleton em Java.
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.
LLD basic concepts