Posts
Browse all articles about JavaScript, React, TypeScript, and web development.
9 Ways in React to Manipulate and Work With Components in 2020
April 1, 2020
In this article we will be going over 9 ways to manipulate and work with React components in 2020
The Power of Recursion in JavaScript
March 28, 2020
We will talk about the benefits of recursion, why we need it, and show great examples of recursion in use
Composing Functions in JavaScript
March 12, 2020
In this article, we will go over some examples of composing in JavaScript and talk about important concepts that always need to be kept in mind when composing
Generics in TypeScript
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.
Decorators in JavaScript
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
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.