Posts
Browse all articles about JavaScript, React, TypeScript, and web development.
The Power of Simplifying Large Components in React
January 2, 2020
We will be simplifying a large react component from a real world production app and explore the powerful benefits it gives in return
Create a React Chrome Extension Filtering YouTube Videos By Narrower Durations
December 29, 2019
In this article, we will be going over how to create a chrome extension in react to enhance filter youtube video results using facebooks create-react-app tool
The Command Design Pattern in JavaScript
December 21, 2019
We will be going over the command design pattern in JavaScript and see some problems that it solves
The Power of the Composite Design Pattern in JavaScript
December 7, 2019
In this post, we will be going over the Composite Design Pattern in JavaScript
5 Anti-Patterns in JavaScript to Avoid When Working With Collections
December 5, 2019
This article will go over 5 anti-patterns to avoid when working with collections in JavaScript
Promises in JavaScript
December 2, 2019
This post aims to shed some light on how you can use promises in JavaScripts
4 Dangerous Problems in JavaScript Easily Solved by The Builder Design Pattern
November 24, 2019
This article will go over 4 dangerous problems in JavaScript that are easily solved by the builder design pattern
The Builder Pattern in JavaScript
November 20, 2019
The design pattern we will be going over today is commonly known as the Builder Design Pattern, which is a pattern used to help construct complex objects.
The Prototype Pattern in JavaScript
November 16, 2019
In this article we will be going over the prototype pattern in JavaScript and explain its benefits as opposed to the classic object oriented approach
Create a Modern Dynamic Sidebar Menu in React Using Recursion
November 13, 2019
In this article we will be building a robust, modern dynamic sidebar in react using the powerful programming concept called recursion
8 Useful Tricks for React Apps You Should Know
November 10, 2019
This article will go over 8 neat tricks in react that every react developer should know
The Power of the Module Pattern in JavaScript
November 1, 2019
We will be going over the module pattern in JavaScript and understand the benefits it provides to help us build robust applications