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 93821b1 commit beb3d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions essays/design-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ layout: essay
type: essay
title: "Kitchen and Dance Floor: Places to Understand Design Patterns"
# All dates must be YYYY-MM-DD format!
date: 2023-11-21
date: 2023-11-30
published: true
labels:
- Design Patterns
- MVC
---

## Design Patterns?
<img width="190px" class="float-start me-3 rounded" src="../img/essay-photos/patterns.jpg" alt="ai">
<img width="200px" class="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 beb3d82

Please sign in to comment.