| Bonus Resources.txt | 102.4 B | ||
| Get Bonus Downloads Here.url | 204.8 B | ||
| application.properties | 307.2 B | ||
| com | |||
| codebyswamy | |||
| SpringbootSolidPrinciplesApplication.class | 819.2 B | ||
| controller | |||
| AdminOrderController.class | 1.4 KB | ||
| CustomerOrderController.class | 1 KB | ||
| NotificationController.class | 1.8 KB | ||
| OrderController.class | 1.1 KB | ||
| OrderRestController.class | 921.6 B | ||
| UserController.class | 1.6 KB | ||
| dto | |||
| UserDto.class | 2.1 KB | ||
| entity | |||
| User.class | 3.1 KB | ||
| repository | |||
| UserRepository.class | 307.2 B | ||
| service | |||
| EmailService.class | 204.8 B | ||
| NotificationSender.class | 204.8 B | ||
| NotificationService.class | 204.8 B | ||
| OrderCancellingService.class | 204.8 B | ||
| OrderDeliveryService.class | 204.8 B | ||
| OrderPlacingService.class | 204.8 B | ||
| OrderRefundService.class | 204.8 B | ||
| PaymentService.class | 204.8 B | ||
| UserService.class | 204.8 B | ||
| impl | |||
| AdminOrderServiceImpl.class | 921.6 B | ||
| CreditCardPaymentService.class | 1.2 KB | ||
| CustomerOrderServiceImpl.class | 716.8 B | ||
| DeliveryOrderServiceImpl.class | 716.8 B | ||
| EmailNotificationSender.class | 1.2 KB | ||
| EmailNotificationService.class | 1.2 KB | ||
| EmailServiceImpl.class | 1.2 KB | ||
| FreeTrialService.class | 614.4 B | ||
| NotificationFactory.class | 1.1 KB | ||
| NotificationService.class | 1.1 KB | ||
| OrderService.class | 716.8 B | ||
| OrderService2.class | 819.2 B | ||
| SMSNotification.class | 1.2 KB | ||
| UPIPaymentService.class | 1.2 KB | ||
| UserServiceImpl.class | 1.4 KB | ||
| WhatsAppNotification.class | 1.2 KB | ||
| test-classes | |||
| com | |||
| codebyswamy | |||
| 2 - Single Responsibility Principle[SRP] | |||
| 1. Quiz Time.html | 5.1 KB | ||
| 3 - Open–Closed Principle[OCP] | |||
| 10. Building a Real Time App the Right Way Using OCP.mp4 | 130.4 MB | ||
| 2. Quiz Time.html | 5.7 KB | ||
| 4 - Liskov Substitution Principle[LSP] | |||
| 11. Understanding the Design Problem.mp4 | 14.4 MB | ||
| 12. Implementing the Solution A Practical Approach.mp4 | 14.1 MB | ||
| 13. Building a Real Time App the Right Way Using LSP.mp4 | 102.4 MB | ||
| 3. Quiz Time.html | 5.7 KB | ||
| 5 - Interface Segregation Principle[ISP] | |||
| 14. Understanding the Design Problem.mp4 | 13 MB | ||
| 15. Implementing the Solution A Practical Approach.mp4 | 10.1 MB | ||
| 16. Building a Real Time App the Right Way Using ISP.mp4 | 144.2 MB | ||
| 4. Quiz Time.html | 5.7 KB | ||
| 6 - Dependency Inversion Principle[DIP] | |||
| 17. Understanding Dependency Injection.mp4 | 70.5 MB | ||
| 18. Selecting the Right Dependencies for the Application.mp4 | 102.2 MB | ||
| 19. What Is Inversion of Control.mp4 | 5 MB | ||
| 20. Understanding the Design Problem.mp4 | 12.8 MB | ||
| 21. Implementing the Solution A Practical Approach.mp4 | 18.3 MB | ||
| 22. Building a Real Time Application with DIP.mp4 | 85 MB | ||
| 5. Quiz Time.html | 4.6 KB | ||
| 7 - Course Summary | |||
| 23. Course Summary.mp4 | 31.9 MB | ||
| 6. Quiz Time.html | 4.7 KB | ||
| 8. Understanding the Design Problem.mp4 | 24.7 MB | ||
| 9. Implementing the Solution A Practical Approach.mp4 | 33.3 MB | ||
| 5. Understanding the Design Problem.mp4 | 19.1 MB | ||
| 6. Implementing the Solution A Practical Approach.mp4 | 41.6 MB | ||
| 7. Building a Real Time App the Right Way Using SRP.mp4 | 177 MB | ||
| SpringbootSolidPrinciplesApplicationTests.class | 614.4 B | ||
| ~Get Your Files Here ! | |||
| 1 - Introduction | |||
| 1. What You’ll Learn in This Course.mp4 | 66.1 MB | ||
| 2. Getting Started with SOLID Principles.mp4 | 50.8 MB | ||
| lecture-notes | |||
| solid-principles.txt | 4.9 KB | ||
| solid-roadmap.pdf | 1.1 MB | ||
| springboot-solid-principles | |||
| HELP.md | 1.6 KB | ||
| classpath | 2 KB | ||
| factorypath | 204.8 B | ||
| gitattributes | 0 B | ||
| gitignore | 409.6 B | ||
| mvn | |||
| wrapper | |||
| maven-wrapper.properties | 204.8 B | ||
| mvnw | 11.5 KB | ||
| mvnw.cmd | 8.1 KB | ||
| pom.xml | 2.7 KB | ||
| project | 716.8 B | ||
| settings | |||
| org.eclipse.core.resources.prefs | 204.8 B | ||
| org.eclipse.jdt.apt.core.prefs | 204.8 B | ||
| org.eclipse.jdt.core.prefs | 512 B | ||
| org.eclipse.m2e.core.prefs | 102.4 B | ||
| org.springframework.ide.eclipse.prefs | 102.4 B | ||
| src | |||
| main | |||
| java | |||
| com | |||
| codebyswamy | |||
| SpringbootSolidPrinciplesApplication.java | 307.2 B | ||
| controller | |||
| AdminOrderController.java | 921.6 B | ||
| CustomerOrderController.java | 614.4 B | ||
| NotificationController.java | 819.2 B | ||
| OrderController.java | 716.8 B | ||
| OrderRestController.java | 614.4 B | ||
| UserController.java | 921.6 B | ||
| dto | |||
| UserDto.java | 102.4 B | ||
| entity | |||
| User.java | 512 B | ||
| repository | |||
| UserRepository.java | 204.8 B | ||
| service | |||
| EmailService.java | 102.4 B | ||
| NotificationSender.java | 102.4 B | ||
| NotificationService.java | 102.4 B | ||
| OrderCancellingService.java | 102.4 B | ||
| OrderDeliveryService.java | 102.4 B | ||
| OrderPlacingService.java | 102.4 B | ||
| OrderRefundService.java | 102.4 B | ||
| PaymentService.java | 102.4 B | ||
| UserService.java | 204.8 B | ||
| impl | |||
| AdminOrderServiceImpl.java | 512 B | ||
| CreditCardPaymentService.java | 409.6 B | ||
| CustomerOrderServiceImpl.java | 307.2 B | ||
| DeliveryOrderServiceImpl.java | 307.2 B | ||
| EmailNotificationSender.java | 307.2 B | ||
| EmailNotificationService.java | 307.2 B | ||
| EmailServiceImpl.java | 307.2 B | ||
| FreeTrialService.java | 204.8 B | ||
| NotificationFactory.java | 512 B | ||
| NotificationService.java | 512 B | ||
| OrderService.java | 409.6 B | ||
| OrderService2.java | 409.6 B | ||
| SMSNotification.java | 307.2 B | ||
| UPIPaymentService.java | 307.2 B | ||
| UserServiceImpl.java | 819.2 B | ||
| WhatsAppNotification.java | 307.2 B | ||
| resources | |||
| application.properties | 307.2 B | ||
| test | |||
| java | |||
| com | |||
| codebyswamy | |||
| SpringbootSolidPrinciplesApplicationTests.java | 204.8 B | ||
| target | |||
| classes | |||
| META-INF | |||
| MANIFEST.MF | 204.8 B | ||
| maven | |||
| com.codebyswamy | |||
| springboot-solid-principles | |||
| pom.properties | 307.2 B | ||
| pom.xml | 2.7 KB |
SOLID Principles: Introducing Software Architecture & Design (2025)
https://WebToolTip.com
Published 12/2025
Created by Swamy Masna
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Beginner | Genre: eLearning | Language: English | Duration: 23 Lectures ( 1h 34m ) | Size: 1.13 GB
Master SOLID Principles to Write Clean, Well-Designed Object-Oriented Code
What you'll learn
Understand each SOLID principle with clear, practical explanations
Identify design problems and code smells in real projects
Write clean, maintainable, and scalable object-oriented code
Apply SOLID principles in Java and other OOP languages
Improve software architecture and design decision-making
Build systems that are easy to extend, test, and refactor
Apply SOLID principles in real enterprise-level scenarios
Requirements
Beginner level knowledge in any object oriented programming language
Basic object oriented concepts like inheritance etc.
| torrent name | size | uploader | age | seed | leech |
|---|---|---|---|---|---|
|
Udemy - UML and SOLID Principles - Software Design Beginners to Advance Posted by
freecoursewb in Other
|
295.4 MB | freecoursewb | 8 months | 8 | 1 |
| 656.6 MB | freecoursewb | 8 months | 2 | 0 | |
| 4.43 GB | Misa065 | 9 months | 0 | 0 | |
|
Solid Principles - Introducing Software Architecture and Design by Ganesh Kadam Posted by
freecoursewb in Other
|
329.7 MB | freecoursewb | 2 years | 0 | 0 |
| 1.2 GB | freecoursewb | 2 years | 1 | 3 |
All Comments