Published inThe StartupUnderstanding Git (Local Repo) and GitHub (Remote Repo)We will expect you to know the basic of Git and how to use the terminal. If you don’t know what we are talking about here, I strongly…Feb 2, 20212Feb 2, 20212
Published inThe StartupUnderstanding Version Control System(VCS) & Git (Local Repo)What’s Version Control System?Jan 3, 2021Jan 3, 2021
Published inThe StartupHow to Use the Command Line Interface (CLI)There is saying that says : “you can truly call yourself a developer if you know at least how to use the command line”, base on that…Dec 20, 2020Dec 20, 2020
Published inThe StartupjQuery, Write Less & Do MoreIf you are a JavaScript developer and want to write less code and do more, this tutorial is for you.Dec 8, 20201Dec 8, 20201
Strict vs Loose equality in JavaScriptIn this tutorial, you are going to learn the difference between strict === and loose == equality operators in JavaScript and understand…Nov 23, 2020Nov 23, 2020
React Hook (useState)What is a Hook? A Hook is a special function or in-built function that lets you “hook into” React features. For instance, useState is a…Nov 16, 2020Nov 16, 2020
I wish I knew imposter syndrome before joining Coding BootcampHere we are, I am at fifth and final Module at Flatiron School’s software engineering precisely one week from graduation. In fact, last…Sep 1, 2020Sep 1, 2020
Nodes vs Elements in the DOMIn my early JavaScript learning process, I came across two objects: ‘nodes’ and ‘elements’ which triggered some confusion in my mind. I…Jul 27, 20202Jul 27, 20202