© 2023 Hashnode
#design-principles
The first image that pops in front of our eyes when thinking about cybercrime is a dark ominous hooded figure. A threat to our digital data and our digitally connected lives. A lot of this visual has its roots in movies and tv series that w…
There is already plenty of content about Web development online, but not many addresses one of the most important aspects of Software Engineering, choosing the right tool for the right job. Many artic…
So, I Just Completed the Complete Web Design Course by Vako Shvili on Udemy I decided to condense all my learnings from the course in to a blog post. This is going to provide two benefits -> Revise a…
The SOLID principles are a set of design principles for object-oriented programming that were introduced by Robert C. Martin in his 2000 paper, "Design Principles and Design Patterns". These principles are intended to help developers create…
Introduction In the world of software engineering, the terms dependency inversion and dependency injection are frequently used. You've probably heard it more than once. It's common to get dependency i…
image credit Are you tired of feeling isolated as a UI/UX designer? Do you find yourself itching to connect with others who share your passion for design and creativity, but don't know where to start?…
SOLID Design Principle. The things that we usually asked or ask in an interview. It is an acronym for words: S: Single Responsibility Principle O: Open/Closed Principle L: Liskov Substitution Princip…
Design patterns play a critical role in software architecture by providing proven solutions to commonly occurring software design problems. They are reusable templates that can be applied to different…
As software developers, we know that creating high-quality software requires a deep understanding of various programming concepts and techniques. Design principles, design patterns, and app architectu…
This post is going to cover the bridge pattern. The adapter pattern in the previous post is more used to fix an occurring problem whereas the bride pattern is more used to avoid a problem. The problem…