There are 0 repository under loose-coupling topic.
Loosely coupled Rust application design made easy
A thread safe library that aims to provide a simple API for interfacing with RabbitMQ. Built on top of rabbitpy, the library make it very easy to use the RabbitMQ message broker with just few lines of code. It implements all messaging pattern used by message brokers
This repository offers practical examples to understand different types of software coupling. Improve code organization and maintainability. Ideal for beginners seeking to enhance their understanding of software design principles and best practices. Explore the various coupling types and gain insights into achieving loosely coupled, modular systems
Lightweight and easy-to-use dependency injection library for PHP to simplify object management and promote loose coupling.
Terms, Abbreviations, Mnemonics, etc used in Software Development/Engineering.
2nd console application containing basic exercises made while studying C++ during the pandemic. Familiarizing myself with concepts of the language that inspired both Java and C#.
Factory pattern implementation in Laravel
Very basic example of loose coupling with Spring beans.
Lightweight Integrating Multiphysics Environment for coupling codes
This repository focused on dependency inversion && inversion of control (IoC) concepts in Java :octocat:
This Lab focused on dependency injection using the Spring Framework in Java :octocat:
A .NET implementation of Tic-Tac-Toe game that is loosely coupled to the user interface.
Different ways to avoid if-else hell problem
https://www.youtube.com/playlist?list=PLQVXoXFVVtp2eAq33DVNxeoXLXj4VMYpT
The calculator application focuses on the back-end and performs basic operations using the SOLID principle and the Spring Core framework. The application utilizes a factory class for loose coupling, creates beans of classes, and implements dependency injection through annotation configuration.
🌱 Spring Framework Essentials 🚀 This repository contains a comprehensive collection of Spring Framework programs covering loose coupling, tight coupling, dependency injection, Spring Core, and more. It serves as a valuable resource for mastering Spring's powerful features and understanding how to build scalable, maintainable Java applications!🔥
Sakila Rental Full API Rest Backend
A basic code sample of a very loosely coupled application, which uses delegate events to trigger activities
Java class files (from Maven project) demonstrating tight coupling, loose coupling with interface and abstract class, and loose coupling with Spring Framework
This is project show "SOLID" principles in C# Code
Change the strongly coupled code to loosely coupled on the example of the User class.