Posts
Browse all articles about JavaScript, React, TypeScript, and web development.
6 Practices in React You Might Find Effective
February 19, 2020
In this article, we'll be going through 6 Practices in React You Might Find to be Effective
12 VSCode Shortcuts and Tactics to Ease Development
February 11, 2020
Here are 12 visual studio code shortcuts and tactics to ease your development flow
5 Examples of Higher Order Functions in JavaScript for Better Understanding
February 2, 2020
Here are 5 examples of higher order functions in use to help you understand them more clearly in JavaScript
5 Tips for Newcomers to Approach Your Next React App
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.
Write More Robust JavaScript: 7 Best Practices
January 15, 2020
Here are seven code practices in JavaScript that will help you write stronger code

9 Ways to Work With Objects in JavaScript in 2020
January 13, 2020
10 VSCode Practices to Hasten Your React Development Flow
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.
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