jsmanifest logojsmanifest

Posts

Browse all articles about JavaScript, React, TypeScript, and web development.

Composing Functions in JavaScript

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

javascriptcompositionreact+2
Generics in TypeScript

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.

javascriptgenericstypescript
Decorators in JavaScript

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

javascriptdecoratorscomposition+1
6 Practices in React You Might Find Effective

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

javascriptreactcomposition+1
12 VSCode Shortcuts and Tactics to Ease Development

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

javascriptvscodevisual studio code+2
5 Examples of Higher Order Functions in JavaScript for Better Understanding

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

javascripthigher order functionfunctions+1
5 Tips for Newcomers to Approach Your Next React App

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.

javascriptreacttools+4
Write More Robust JavaScript: 7 Best Practices

Write More Robust JavaScript: 7 Best Practices

January 15, 2020

Here are seven code practices in JavaScript that will help you write stronger code

javascriptcompositionbest practice+5
9 Ways to Work With Objects in JavaScript in 2020

9 Ways to Work With Objects in JavaScript in 2020

January 13, 2020

javascript
10 VSCode Practices to Hasten Your React Development Flow

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.

javascriptreactvscode+4
The Power of Simplifying Large Components in React

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

javascriptreactsidebar+2
Create a React Chrome Extension Filtering YouTube Videos By Narrower Durations

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

javascriptreactchrome+3