Romman Sabbirrommansabbir.com·May 17, 2024UseCase Usages and Best PracticesFirst, Is UseCase a Design Pattern?: The UseCase pattern is not a standalone design pattern in the traditional sense like Observer or Strategy patterns. Instead, it's a concept that is commonly used within the context of software architecture, partic...432 readsKotlinUsecase
Harsh Deephdeep61034.hashnode.dev·Nov 10, 2023Intro to the Single Responsibility principle of object-oriented design!!S.O.L.I.D principles in JavaScript are an amazing set of rules & patterns to write maintainable and scalable code. The 5 Principles are as follows: Single responsibility principle Open closed principle Liskov substitution principle Interface segr...1 like·28 readsJavaScript