Browse all articles about JavaScript, React, TypeScript, and web development.
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.
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
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
August 14, 2021
In this article, I will go over some practices in JavaScript that will help you in the long run
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
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
April 18, 2021
Learn the Chain of Responsibility design pattern in JavaScript: decouple senders from receivers by passing a request along a chain of handlers.
October 29, 2020
This post will go over the Adapter Pattern in JavaScript and explain why the pattern is important and why it can be beneficial modern programming
September 12, 2020
This post will go over robust strategies to control errors in your app
June 8, 2020
This post will go over some examples of working with functions and composing them together to create more functions to do more things
May 17, 2020
We will be going over 5 critical tips to compose event handlers in react. This post will not cover everything that is possible, but it will cover important ways to compose event handlers that every react developer should know, minimally
April 19, 2020
Avoiding closures in react that reference state values from their callback handlers