jsmanifest logojsmanifest

Posts

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

Promises in JavaScript

Promises in JavaScript

December 2, 2019

This post aims to shed some light on how you can use promises in JavaScripts

javascriptbest practicepromise+2
4 Dangerous Problems in JavaScript Easily Solved by The Builder Design Pattern

4 Dangerous Problems in JavaScript Easily Solved by The Builder Design Pattern

November 24, 2019

This article will go over 4 dangerous problems in JavaScript that are easily solved by the builder design pattern

javascriptreactpattern+4
The Builder Pattern in JavaScript

The Builder Pattern in JavaScript

November 20, 2019

The design pattern we will be going over today is commonly known as the Builder Design Pattern, which is a pattern used to help construct complex objects.

javascriptreactpattern+4
The Prototype Pattern in JavaScript

The Prototype Pattern in JavaScript

November 16, 2019

In this article we will be going over the prototype pattern in JavaScript and explain its benefits as opposed to the classic object oriented approach

javascriptreactprototype+1
Create a Modern Dynamic Sidebar Menu in React Using Recursion

Create a Modern Dynamic Sidebar Menu in React Using Recursion

November 13, 2019

In this article we will be building a robust, modern dynamic sidebar in react using the powerful programming concept called recursion

javascriptreactsidebar+3
8 Useful Tricks for React Apps You Should Know

8 Useful Tricks for React Apps You Should Know

November 10, 2019

This article will go over 8 neat tricks in react that every react developer should know

javascriptreacttricks+1
The Power of the Module Pattern in JavaScript

The Power of the Module Pattern in JavaScript

November 1, 2019

We will be going over the module pattern in JavaScript and understand the benefits it provides to help us build robust applications

javascriptpatternbest practice+4
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