Open in app

Sign In

Write

Sign In

Ahmed A.
Ahmed A.

1 Follower

Home

About

Jul 28, 2021

HTML Tags Explained

We 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 this we must first learn what HTML is. According to Wikipedia, HTML is the standard markup language for documents designed to…

4 min read

HTML Tags Explained
HTML Tags Explained

4 min read


Jul 24, 2021

Big O notation

Today 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 interview. According to Wikipedia big-o notation in computer science is used to classify algorithms according to how their run time or space requirements…

4 min read

Big O notation
Big O notation

4 min read


Jul 17, 2021

Scripting Vs Programming Language

Scripting language and programming language are often used interchangeably, but in actuality, these two types of languages have many more differences than you might be aware of. We can say that all scripting languages are programming languages, but we can not say that all programming languages are scripting languages. Some…

3 min read

3 min read


Jul 11, 2021

Ruby vs Python

While coding you will have to make certain choices for your application. When we look at coding especially the backend we have plenty of choices but the two we will look at today will be Python vs Ruby. I personally enjoy using both, but which is better we will find…

3 min read

3 min read


Jul 4, 2021

First-Class Functions

In JavaScript you have the use of first-class functions, you may be asking yourself what a first-class function is. They are functions that may be treated as other values. They can may be assigned to variables, passed as arguments in other functions, and can be returned from other functions. …

2 min read

2 min read


Jun 27, 2021

High Order Functions

Last week we looked at the call-back functions, this week we will look at high-order functions. So what are high order functions? High order functions is a function that takes a function as an argument, then returns a function. JavaScript has a lot of built-in high order functions that are…

3 min read

High Order Functions
High Order Functions

3 min read


Jun 16, 2021

Callback Functions

Today we will be looking into a type of function in JavaScript called Callback Functions. So now you may be asking yourself what is a callback? A callback is a type of function that will be executed after another function has been executed (called back). As you may already know…

2 min read

2 min read


Jun 7, 2021

Create Your New Rails Project

In 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 your web application. It can handle user-side and server-side. It really is a good place for all in one web application…

4 min read

Create Your New Rails Project
Create Your New Rails Project

4 min read


Jun 2, 2021

More Advanced Destructuring Features

In this post we will discuss more advanced destructuring topics, first lets look back again to what destructuring is. Destruturing is basically breaking down complex structures into, easier to read and understand, simpler parts. This complex structure is usually an object or array. In my previous destructuring post I spoke…

3 min read

3 min read


May 30, 2021

Basic Destructuring JavaScript

Destructuring is a very useful feature of JavaScript, it is used to extract properties from objects to bind them to other variables. It can also be useful and less time-consuming because it allows you to extract many properties in a single statement while setting a default property if one doesn’t…

3 min read

3 min read

Ahmed A.

Ahmed A.

1 Follower

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech