Mar 8 · 5 min read · Functions are one of the most important concepts in JavaScript. They allow us to write reusable blocks of code that perform specific tasks. Instead of writing the same code again and again, we can pla
Join discussionFeb 14 · 3 min read · 1. Introduction For a long time, Dependency Injection (DI) felt unnecessary to me. I kept asking myself: “Why am I writing an extra interface when I still have to write the implementation?” Isn’t that just… overengineering? This question is surpris...
MTiffany commented