Posts
Browse all articles about JavaScript, React, TypeScript, and web development.
This React Cheatsheet Includes All of v16+
August 11, 2019
This post will go over a cheat sheet that includes react v16 snippets
22 Miraculous Tools for React Developers in 2019
August 4, 2019
This article will go over 22 tools you can use to build your react apps in 2019
Build a Character Select Screen in React
July 28, 2019
Build a cool character select screen in React with plain CSS
2 Reasons Why You Must Understand Delegate Prototypes
July 23, 2019
This article will go over a known anti-pattern with delegate prototypes and also explain how to turn that around to improve your apps performance
Designing API Methods in JavaScript
July 21, 2019
This article will go over a couple of rules to keep in mind when designing methods for an API in JavaScript
8 Habits For Beginning and Mid Level JavaScript Developers That Will Sabotage Your Future
July 15, 2019
You might be devoting so much of your time and energy into your daily JavaScript tasks that you might end up causing a catastrophe for yourself and your future. My goal is to help you from making these mistakes so that you don't end up in misery.
21 VSCode Shortcuts To Code Faster and Funner
July 9, 2019
In this post I will list my top favorite shortcuts that make me a faster coder. I personally think it makes coding a lot funner when applying these shortcuts. Watching your time get cut in half makes me feel proactive :)
26 Miraculous VS Code Tools for JavaScript Developers in 2019
July 5, 2019
As a JavaScript developer, I will share what enhances my development flow in several aspects revolving around 3 of 5 of the Five Senses of the human.
8 Practices In React That Will Crash Your App In The Future
July 3, 2019
If you're currently building an application using react or thinking of using react for upcoming projects, then this tutorial is for you. I hope this tutorial will help you on your journey to make great react applications too by exposing a few code implementations that you ought to think twice about
10 Things NOT To Do When Building React Applications
June 28, 2019
React comes with its own set of gotchas, some of it potentially becoming a severe problem to your applications if you don't take care of them now. This article will go over 10 things not to do when building react applications
7 Mistakes That Keep You Behind
June 25, 2019
This article will go over 7 mistakes developers tend to make that are keeping them behind while learning to become better in JavaScript.

Enhance Your React App With Undo and Reset Abilities
June 23, 2019
Ever developed something where you made mistakes and wished there was an undo feature? What about reset? Well, look no further because I am here to show you how to enhance your application with undo and reset capabilities!