Browse all articles about JavaScript, React, TypeScript, and web development.
November 10, 2019
This article will go over 8 neat tricks in react that every react developer should know
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
October 27, 2019
In this article, we will be going over the _mediator pattern_ and implementing one using JavaScript
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
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!
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.
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.
September 27, 2019
If you're new to recursion, this article will hopefully help you understand the concept a little more clearly.
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.
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.
September 8, 2019
Currying is an advanced technique when working with functions and it's used in multiple programming languages.
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.