jsmanifest logojsmanifest

Posts

Browse all articles about JavaScript, React, TypeScript, and web development.

Convenient Tactics of Logging in NodeJS and JavaScript in the browser

Convenient Tactics of Logging in NodeJS and JavaScript in the browser

February 7, 2022

In this post we will go over several convenient tactics of logging in both nodejs and browser environments in JavaScript.

javascriptloggingconsole+7
9 Marvelous VSCode Practices You Need To Do Now In 2022

9 Marvelous VSCode Practices You Need To Do Now In 2022

February 2, 2022

In this post we will be going over 9 Marvelous VSCode Practices You Need To Do Now In 2022, and if you're using VSCode and hoping to be included with the rest of the community in using features that make it so awesome, then you have come to the right post because we are on the same team and it's time to check off our list of marvelous VSCode features.

javascriptvscodevisual studio code+4
8 Horrifying Practices You Really Must Not Do in JavaScript

8 Horrifying Practices You Really Must Not Do in JavaScript

January 28, 2022

JavaScript can be a really flexible but powerful language when developing code but it's not always straight forward to know which practices we should avoid. In this post we will be going over 8 Practices You Really Must Not Do in JavaScript and should not do before it gets too late.

javascriptbest practicecrash
Chaining Patterns in JavaScript

Chaining Patterns in JavaScript

January 25, 2022

As developers it is our responsibility to write good code. This means writing code that is both efficient and readable. But sometimes we come across obstacles where we have to decide which code is better to go with when one sacrifices readability to perform better or vice versa. This post will go over different chaining patterns in JavaScript

javascriptchain of responsibilitychaining+4
9 Ways You Can Use React Today in 2022

9 Ways You Can Use React Today in 2022

January 21, 2022

In this post, we will cover 9 Ways You Can Use React in 2022 to build applications. These can range from video stream services to text editors.

javascriptreactreact+2
The Power of Caching in JavaScript

The Power of Caching in JavaScript

January 18, 2022

As our applications become larger the need for performance grows. Performance can be achieved by caching. In this post we will go over powerful ways caching can improve the way you think and write efficient code.

javascriptcachecaching+5
Here is 6 Reasons Why You Should Know The Composite Design Pattern

Here is 6 Reasons Why You Should Know The Composite Design Pattern

January 15, 2022

The composite pattern can be your swiss-army knife when developing dynamic user interfaces. This post will explain in more about the composite pattern in detail

javascriptcompositepattern
5 JavaScript Practices That Will Help Your Teammates Sleep At Night

5 JavaScript Practices That Will Help Your Teammates Sleep At Night

August 26, 2021

In this article, I will go over some practices in JavaScript that will help you and your teammates sleep like a baby at night

javascriptbest practicesclean code
5 JavaScript Practices That Will Help You In The Long Run

5 JavaScript Practices That Will Help You In The Long Run

August 14, 2021

In this article, I will go over some practices in JavaScript that will help you in the long run

javascriptbest practicesclean code
5 NodeJS Tricks to Make JavaScript Development Fascinating

5 NodeJS Tricks to Make JavaScript Development Fascinating

June 12, 2021

This post will go over some useful tricks you can use in NodeJS right now to enhance your development experience to the point you will become fascinated

javascripttricksnodejs
The Power of MutationObserver in JavaScript

The Power of MutationObserver in JavaScript

April 23, 2021

The MutationObserver is a powerful API that can help develop an improved user experience for any app. We will go over this api and implement one as well

javascriptmutationmutationobserver+1
The Power of Chain Of Responsibility in JavaScript

The Power of Chain Of Responsibility in JavaScript

April 18, 2021

javascriptchain of responsibilitycor+1