A tutorial on how to set up your own web app with login authentication, cookies, and sessions using Node and Express.
An introduction into React-Redux — a framework for building web applications. This tutorial is implemented with ES6 and Webpack.
A short introduction into TypeScript as well as a reflection on my thoughts and opinions about it.
A quick overview of Redux, its benefits, and how it integrates with React
A simple tutorial on how to use Javascript libraries in your web apps. I will be using TheaterJS as an example library.
I programmed an app to analyze the user's text for patterns, word choice, writing level, etc. It's still being developed, but the basic functionality works. Give it a try! You might learn something about yourself. It works with any '.txt' file or with your Facebook message user data.
Quick start guide of the Javascript runtime environment, Node.js, and its basic functionalities.
Uploading a text file and parsing it into a string in a web app
A cool web app that visually demonstrates how browsers execute Javascript's call stacks/event loops/callbacks.