3 followers
Software engineer @Vodafone | Frontend with +3 years of experience. I enjoy pretty much anything that is made with JavaScript and I love looking at old code bases and refactor it.
Singleton is a widely known design pattern that generally allows you to create a global object that can be accessed from anywhere in your application...
When people start exploring topics about JavaScript they get to feel a little weird sometimes and they also start to wonder why the heck do JavaScript...
Generators in JavaScript are one of the concepts that took me a while to get my head around and to fully understand its power and usages. In this...
What the heck are closures anyways? According to the official Mozilla website closure is: The combination of a function bundled together (enclosed)...