5 followers
I am an avid front-end web developer with an unquenchable thirst for great designs and a good book. My best moments are when i'm enjoying a 🥤 of coffee while working on a project.
Subscribe to my newsletter and never miss my upcoming articles
A string is considered of primitive type in javascript. this means it's immutable or can't be changed. I admit the first I read and researched this, it was difficult to understand the difference between primitive (immutable/ unchangeable) and referen...
VS-CODE is becoming perhaps the most prominent and preferred code editor in modern days, yet proving to be the most underutilized. This application which is classified as an ide(Integrated development environment ) or simply a code editor like many ...
1. Drop the use of var in javascript ; There are various reasons why you should drop the use of var in javascript mostly related to scope as expounded in this article. Basically, var has a lot of "sinkholes" that have proven to be quite a nightmare...
I am a javascript enthusiast, developer, teacher, and a lifetime learner. Javascript is a diverse language and a unique one considering it applies to almost all areas of development be it frontend, backend, desktop, or even mobile app development. ...
LONG ARTICLE ALERT !!!! I have previously written a post on lessons I've learned so far on my programming journey here, but I decided to go deeper and elaborate on what keeps me going despite the daily challenges and disappointments. These are the da...
This is the first post that forms the beginning of a number of related blog posts on the basics and syntax of the javascript language. These blog posts will dive into a number of small topics that are normally neglected by developers but are crucial ...