Learn Microservices with Spring Boot (2nd edition) - Chapter 6
-
Updated
Dec 2, 2020 - Java
Learn Microservices with Spring Boot (2nd edition) - Chapter 6
Repository for my YouTube tutorial "Using the Repository Pattern for better data access encapsulation" (https://youtu.be/l_7ZpHE4EEY)
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
Terms, Abbreviations, Mnemonics, etc used in Software Development/Engineering.
how to use extensions in a cool way
Software testing is a good way to find software bugs. Also, it has important role on ‘Continuous Integration’ for SOA and MicroService(Modern SOA). Today’s, there are a few ways to test our system. ‘Unit’ and ‘Integration’ tests are the popular two type of these tests.
Java class files (from Maven project) demonstrating tight coupling, loose coupling with interface and abstract class, and loose coupling with Spring Framework
Change the strongly coupled code to loosely coupled on the example of the User class.
This project help to undestand some concept like tight coupling, control inversion, dependency injection in spring boot
Add a description, image, and links to the tight-coupling topic page so that developers can more easily learn about it.
To associate your repository with the tight-coupling topic, visit your repo's landing page and select "manage topics."