jsmanifest logojsmanifest

Posts

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

The Mediator Pattern in JavaScript

The Mediator Pattern in JavaScript

October 27, 2019

In this article, we will be going over the _mediator pattern_ and implementing one using JavaScript

javascriptreactpattern+4
Extend Your React Electron Desktop App with TypeScript

Extend Your React Electron Desktop App with TypeScript

October 16, 2019

This article will go over steps on how to extend an electron repo to support TypeScript as it may be a little complex due the differences between the main and renderer process

javascriptreactdesktop+4
Create Your First React Desktop Application in Electron with Hot-Reload

Create Your First React Desktop Application in Electron with Hot-Reload

October 13, 2019

If you were wondering on how to begin with creating your first desktop application using JavaScript and TypeScript, then this post will help you to get started with writing your own desktop software application!

javascriptreactdesktop+4
The Publish/Subscribe Pattern in JavaScript

The Publish/Subscribe Pattern in JavaScript

October 10, 2019

In this article, we will be going over the publish/subscribe pattern in JavaScript and see how simple (but powerful) it is to implement in our JavaScript applications.

javascriptpatternbest practice+4
The Power of the Observer Pattern in JavaScript

The Power of the Observer Pattern in JavaScript

October 5, 2019

We will be going over the Observer Pattern and implementing it through JavaScript so that hopefully you can attain a better understanding of it if you're having trouble understanding the concept.

javascriptpatternbest practice+5
Recursion Inside JavaScript

Recursion Inside JavaScript

September 27, 2019

If you're new to recursion, this article will hopefully help you understand the concept a little more clearly.

javascriptreactpattern+2
The Power of Higher Order Functions in JavaScript

The Power of Higher Order Functions in JavaScript

September 18, 2019

A powerful feature i'm going to talk about in this article utilizes functions, called a higher order function. Powerful examples will also be shown in this article.

javascriptpatternbest practice+2
The Power of React Hooks

The Power of React Hooks

September 16, 2019

Create an app using only this new feature from React. We will build a new app called Slotify that inserts styled quotes throughout your blog posts.

javascriptreactslotify+2
Currying Inside JavaScript

Currying Inside JavaScript

September 8, 2019

Currying is an advanced technique when working with functions and it's used in multiple programming languages.

javascriptcurryfunctional programming
6 Ways to Help Keep You Going When Working on JavaScript Projects

6 Ways to Help Keep You Going When Working on JavaScript Projects

September 1, 2019

This post will list some things that make me code for longer periods of time and the goal is to help shed some light on how you can take some of these tips to improve your focus on your tasks.

javascriptliving
8 Miraculous Ways to Bolster Your React Apps

8 Miraculous Ways to Bolster Your React Apps

August 25, 2019

This artice will go over 8 Miraculous Ways to Bolster Your React Apps

javascriptreactbest practice
14 Beneficial Tips to Write Cleaner Code in React Apps

14 Beneficial Tips to Write Cleaner Code in React Apps

August 17, 2019

Here are 14 beneficial tips to help you write cleaner code in react apps

javascriptreactclean code+3