Posts
All the articles I've posted.
-
Understanding Closure in JavaScript and Its Importance
Now that we've explored the mechanics of generator functions, it's essential to understand where they can be utilized best. Despite their power, they are not a one-size-fits-all solution. But, for ce…
-
Essential JavaScript Design Patterns - Building Blocks of Web Applications
JavaScript, the lingua franca of the web, has long shed its reputation as a rudimentary scripting language. Today, it's ubiquitous across web, mobile, and server-side development, powering some of th…
-
Doing Internalization in Angular
Creating applications that can effortlessly transcend language barriers has become imperative in our increasingly globalised world. Internalization, also known as internationalization or i18n, is the…
-
Understanding the Difference - Libraries vs SDKs in Software Development
In the realm of software development, the lexicon is filled with terms that are often used interchangeably but have nuanced differences. Two such terms that are crucial to understand are 'library' an…