Post
JavaScript "this" Keyword Beginner Tutorial
Read more
In JavaScript, "this" keyword can be confusing. In this post, I'll explain the 4 ways you can identify what "this" refers to in your code.
Post
Public Key Cryptography for Beginners with Node JS
Read more
Whether you're learning about cryptocurrencies or writing an authentication implementation for your web app, you need to understand cryptography basics
Post
Git Tutorial for Complete Beginners
Read more
In this tutorial, I will walk through the absolute basics of the Git source control utility. Git is an essential tool for any developer.