Posts
Browse all articles about JavaScript, React, TypeScript, and web development.
The Mediator Pattern in JavaScript
October 27, 2019
In this article, we will be going over the _mediator pattern_ and implementing one using JavaScript
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
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!
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.
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.
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.
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.
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.
Currying Inside JavaScript
September 8, 2019
Currying is an advanced technique when working with functions and it's used in multiple programming languages.
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.
8 Miraculous Ways to Bolster Your React Apps
August 25, 2019
This artice will go over 8 Miraculous Ways to Bolster Your 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