Self-taught Engineer | Disassembled my first PC at 16, been building ever since | Hardware fundamentals to software and coding| Obsessive learning | Built from scratch to scale
Freelance projects | Technical consulting | Collaboration on interesting problems
Mar 13 · 7 min read · Something interesting happens early on when you start writing JavaScript. You notice yourself that you are writing the same logic in multiple places multiple times.. Maybe you are calculating a total
Join discussion
Mar 13 · 7 min read · The more JavaScript you write, the more functions you write.Small helpers. Math operations. Transformations. Callbacks inside map() and filter(). Functions are everywhere. And after a while, you start
Join discussion