Design Patterns are used to write better maintainable and more efficient code. We usually write code to solve problems, and when those problems arise, we can notice that some of them are similar: they have common patterns. Which is where Design Patterns come: they are solutions to those common problems, and since they've been tried … Continue reading JavaScript Design Patterns
Tag: javascript
Spotify Battle App
As part of my school year, we had to build an app using Spotify's data to compare artists. STEP 1 - RESEARCH When I first looked at the brief, I wasn't sure exactly what was expected. So I looked online for inspiration. On Spotify for Developers, there are examples of projects that have been done, … Continue reading Spotify Battle App
You must be logged in to post a comment.