4 followers
I am frontend developer passionate about learning and self development
Subscribe to my newsletter and never miss my upcoming articles
Introduction This tutorial will introduce you to scripting in a Bash shell, its structure, and how you can get started with it. In this tutorial, I assume that you are already familiar with or have some knowledge of the shell and Linux commands. If y...
Introduction In this article I will talk about why I started learning JavaScript and the benefits of learning JavaScript. First off, what is JavaScript? JavaScript is simply a programming language mostly used to add interactivity to websites, that is...
Introduction There isn't a path worth exploring that isn't without it's fair share of challenges, the same is true for the world of tech. In this article I highlight and talk about the problems I faced or I am currently facing in trying to build a ca...
Introduction In this article, I talk about how I started my tech career and how it's going so far and my plans for 2021. How it Started For as long as I can remember, I have always been fascinated with how things work under the hood especially elect...
There is more than one way to declare a variable in JavaScript, it uses the var, let and const keywords for variable declarations and they all behave differently. I will try to explain them and their different behaviors but before I do that, I would ...