Posts
Browse all articles about JavaScript, React, TypeScript, and web development.
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.
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
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.
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.
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.
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.
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
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.
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.
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
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
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