Ahmed A.HTML Tags ExplainedWe have all seen tags such as <b>, <a>, etc. in HTML code in this post we will explore what those tags mean and what they do. To understand…Jul 28, 2021Jul 28, 2021
Ahmed A.Big O notationToday I will discuss an important topic that is useful to know for your program but also more importantly it is useful to know for your job…Jul 24, 2021Jul 24, 2021
Ahmed A.Scripting Vs Programming LanguageScripting language and programming language are often used interchangeably, but in actuality, these two types of languages have many more…Jul 17, 2021Jul 17, 2021
Ahmed A.Ruby vs PythonWhile coding you will have to make certain choices for your application. When we look at coding especially the backend we have plenty of…Jul 11, 2021Jul 11, 2021
Ahmed A.First-Class FunctionsIn JavaScript you have the use of first-class functions, you may be asking yourself what a first-class function is. They are functions that…Jul 4, 2021Jul 4, 2021
Ahmed A.High Order FunctionsLast week we looked at the call-back functions, this week we will look at high-order functions. So what are high order functions? High…Jun 27, 2021Jun 27, 2021
Ahmed A.Callback FunctionsToday we will be looking into a type of function in JavaScript called Callback Functions. So now you may be asking yourself what is a…Jun 16, 2021Jun 16, 2021
Ahmed A.Create Your New Rails ProjectIn this post I will show you how to set up a new ruby on rails project, rails is a web application framework that uses Ruby code to make…Jun 7, 2021Jun 7, 2021
Ahmed A.Basic Destructuring JavaScriptDestructuring is a very useful feature of JavaScript, it is used to extract properties from objects to bind them to other variables. It can…May 30, 2021May 30, 2021