Decorator Pattern — Part 3 of a design patterns book studyGoing into this chapter, I assumed we’d be using the @ sign a lot, as I’m used to that from Typescript and the like. However, there were no…Apr 1, 2020Apr 1, 2020
Published inVendastaObserver pattern — Part 2 of a design patterns book studyThis is a pattern I am much more familiar with, as I have a stronger frontend skill set. In this chapter, we implemented a weather data…Mar 25, 2020Mar 25, 2020
Published inVendastaStrategy Pattern — Part 1 of a design patterns book studyHead First Design Patterns is a book by Eric Freeman and Elisabeth Robson which is written with Java developers in mind — the code is all…Mar 11, 2020Mar 11, 2020
Published inVendastaWhy you shouldn’t use @here on SlackLet me paint a picture for you: it’s a normal day at work. It’s Monday, around 9:45 AM, and the developers are getting settled into their…Jun 7, 20193Jun 7, 20193
Published inVendastaJavascript array iteration methods, when and which to use?forEach, map, filter, reduce… so many to choose from! Which one should you pick, and why should you use them at all? And what’s wrong with…May 29, 2019May 29, 2019