Browse all articles about JavaScript, React, TypeScript, and web development.
March 5, 2020
This post aims to go over generics in TypeScript and talk about what they are, how they work, and why we even need them.
February 23, 2020
We'll be taking a look at some examples of decorators in JavaScript and create our own decorator to see how it can be useful to our code
February 19, 2020
In this article, we'll be going through 6 Practices in React You Might Find to be Effective
February 11, 2020
Here are 12 visual studio code shortcuts and tactics to ease your development flow
February 2, 2020
Here are 5 examples of higher order functions in use to help you understand them more clearly in JavaScript
January 19, 2020
Starting a fresh modern front end project today can become quite stressful since there are an abundance of variations of specific tools that go hand in hand in each stack. Here are 5 tips to help you.
January 15, 2020
Here are seven code practices in JavaScript that will help you write stronger code

January 13, 2020
Nine practical techniques for working with objects in JavaScript, from truly creating an empty object to cloning, merging, freezing, and iterating over properties.
January 8, 2020
We will be going over my VSCode settings that enhance my development for react apps such as extensions, snippets, keyboard shortcuts, and configuration settings.
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
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
December 21, 2019
We will be going over the command design pattern in JavaScript and see some problems that it solves