Why Use a Linter Many times when writing code, especially with a dynamically typed language such as JavaScript, we inadvertently…
Why Use a Linter Many times when writing code, especially with a dynamically typed language such as JavaScript, we inadvertently…
Do You Need a Computer Science Degree to Write Code Professionally? No. And I will tell you why. If you…
Semicolons: Are they Required Or Not? Do a quick google search on whether or not semicolons are required when writing…
Feeling a Little IIFE? I have covered modules in previous posts, and this week I wanted to create a short…
Generics in C Sharp I wanted to give some demonstrations around the use of Generics in the C# language. Generics…
Equality and Type Conversion There are two what I will call classes of operators for comparing in JavaScript. Strict and…
Setting an Object Property to Be Read Only Many times in JavaScript, we want to create an object with properties…
Arrays are Objects Arrays in JavaScript are based created from the prototype object. With that, Arrays in JavaScript come with…
What is a First Class Object? This post I am going to cover the reason why we ought to be…
I’ll admit it, I’ve used these two words interchangeably when talking about a project, and wanted to help shed some…