Posts

Viewing 10 / 71 posts

5 JavaScript Practices That Will Help Your Teammates Sleep At Night
1. Avoid multiple files with the same name (especially with similar behavior) Naming our files is seemingly a simple task. But just because it is simple to do doesn't mean it wouldn't become much of a problem. Just like naming our variables in code, it is a practice that can become a huge deal when…

over 3 years ago

5 JavaScript Practices That Will Help You In The Long Run
In this article, I will go over some practices in JavaScript that will help you in the long run. You might have already heard of some (or all) of them, but it's the details that follow below them that is most important. Some of these examples are real-world examples taken from a production code-base…

over 3 years ago

5 NodeJS Tricks to Make JavaScript Development Fascinating
NodeJS is one of the most popular platforms to develop applications due to its blazing fast abilities to process I/O operations. But there are plenty of more good reasons that contribute to its success in popularity. This post will go over some useful tricks you can use in NodeJS right now to…

almost 4 years ago

The Power of MutationObserver in JavaScript
In modern programming there is plenty involvement and discussion about what is known as state, which is most commonly revolved around user interactivity. The MutationObserver is a powerful API that can help us with this because we can use it to react to user interactivity. It is what replaced the…

almost 4 years ago

The Power of Chain Of Responsibility in JavaScript
Design Patterns are integral to know in the software industry as they have been proven to solve real life problems in enterprise applications. A common pattern used is the publish/subscribe pattern which is extensively used in the DOM. The command pattern is used in Redux which had boomed (even to…

almost 4 years ago

Subscribe to the Newsletter
Get continuous updates
© jsmanifest 2025