Is Coding really for Me ?

Is Coding really for Me ?

Is coding for Me ? Have you ever felt like you just aren’t smart enough to become a coder? you’ve probably had enough of the “Frustration is part of the process” pep talks, you just can’t help but think that someone will figure out that you’re an impostor, you’re not cut out for this field. You’re not the only one who feels like this, Impostor Syndrome is an enemy to programmers of all levels.

Artificial Intelligence: The Unwanted Guardian

Artificial Intelligence: The Unwanted Guardian

Artificial intelligence (AI) is defined as the ability of a computer or a robot controlled by a computer to do tasks that are usually done by humans. The coinage of the term AI dates back to 1956. Over the past decades, it has been applied to various fields such as...
Matrices in JavaScript: Multi-Dimensional Arrays.

Matrices in JavaScript: Multi-Dimensional Arrays.

Matrices in JavaScript:A Multi-dimensional array is an array with more than one level or dimension, it is commonly used to store data for mathematic computations, image processing, and record management. For example, a normal chess board has 8 rows and 8 columns which...