jsmanifest logojsmanifest

Posts

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

10 JavaScript and NodeJS Tips that Will Knock Away Multiple Concepts

10 JavaScript and NodeJS Tips that Will Knock Away Multiple Concepts

March 10, 2022

In todays world working smart is the way to go. This post will go over 10 JavaScript and NodeJS Tips that Knock Away Multiple Concepts with One Stone Each.

javascriptdevelopmentself improvement
The Only Parts of Fetch API in JavaScript That Will Get You Far In Your Career

The Only Parts of Fetch API in JavaScript That Will Get You Far In Your Career

March 6, 2022

In this post we will go over the parts of the fetch api that is just enough to get you very far in your development career. You don't need to understand everything about fetch in order to succeed. You just need the understand the parts you will be asked to do in your projects.

javascriptfetchrequest+1
Build a Powerful Reusable Box Component in React

Build a Powerful Reusable Box Component in React

February 27, 2022

Box components are the basic foundation to composing more complex components together, allowing endless possibilities to create modern user interfaces. In this post we will be building a powerful reusable box component in react with just a few simple implementations inside the function.

javascriptreactbox+2
10 JavaScript Practices You Should Know Before Tomorrow

10 JavaScript Practices You Should Know Before Tomorrow

February 21, 2022

This post will go over 10 JavaScript tricks and best practices that every front end engineer should know before tomorrow

javascripttricksbest practice
8 JavaScript Habits That Add Value to Your Projects

8 JavaScript Habits That Add Value to Your Projects

February 11, 2022

This post will go over 8 JavaScript Habits that Add Value to Your Projects so that people other than you who are reading your code will value you more. I have been a lead for almost two years and these are the top most loved habits I adapted from my teammates as a Team Lead.

javascriptbest practicescommenting+3
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