Skip to content

Commit

Permalink
Update design-patterns.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ancheta committed Dec 1, 2023
1 parent beb3d82 commit 8ba02ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion essays/design-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ labels:
---

## Design Patterns?
<img width="200px" class="rounded" src="../img/essay-photos/patterns.jpg" alt="ai">
<img width="200px" class="float-end me-3 rounded" src="../img/essay-photos/patterns.jpg" alt="ai">
In the realm of software development, design patterns act as guiding principles, offering a structured approach to solving common problems. When we discuss design patterns, we're essentially exploring the best ways to compose code—similar to how a chef blends ingredients for a delicious dish. In this context, let's dive into the world of Model-View-Controller (MVC), a practical approach that I've found immensely useful in my role as a front-end developer for our final project.


Expand Down

0 comments on commit 8ba02ce

Please sign in to comment.