Open in app

Sign In

Write

Sign In

Huda Yousif
Huda Yousif

Home

About

Dec 6, 2020

Constructors in JavaScript

Above I have created a class named Activity that is defined but nothing is in it yet. The first thing we need to do inside a class is to create a constructor function. A constructor is a function that constructs an instance of a class which is called an object…

JavaScript

4 min read

Constructors in JavaScript
Constructors in JavaScript
JavaScript

4 min read


Nov 29, 2020

JavaScript Switch Statements

Switch statements are very similar to if-else and else-if statement. However a switch statement is what programmers use when there is a lot of data that they want to check for. The switch statement is evaluated once. The value of the statement is compared with each value of the each…

JavaScript

3 min read

JavaScript Switch Statements
JavaScript Switch Statements
JavaScript

3 min read


Nov 21, 2020

Fetch API in JavaScript

According to MDN web docs the Fetch API provides a JavaScript interface for accessing and manipulating parts of the HTTP pipeline, such as requests and responses. It also provides a global fetch() method that provides an easy, logical way to fetch resources across the network. .The fetch function is a…

JavaScript

3 min read

Fetch API in JavaScript
Fetch API in JavaScript
JavaScript

3 min read


Nov 14, 2020

JavaScript Ternary Operators

The ternary or conditional operator is the only Javascript operator that takes three operands. This operator is a shortcut for the if statement. It tests the condition and returns one value or expression if it is true and another if it is false. The example below shows there is a…

JavaScript

2 min read

JavaScript Ternary Operators
JavaScript Ternary Operators
JavaScript

2 min read


Nov 8, 2020

Functions

Functions are one of the fundamental building blocks in JavaScript. A function is a set of statements that preforms a task or calculates a value. A function in JavaScript is somewhat similar to a procedure. A procedure is a set of statements that performs a task or calculates a value. …

Functions In Javascript

3 min read

Functions
Functions
Functions In Javascript

3 min read


Oct 31, 2020

My Favorite JavaScript Array Methods

.filter The filter() method returns an array that contains elements of a parent array that match the set test. The function containing the test is passed as the arguments to the filter method. The filter method returns true or false. If its true its in the new array and if it…

JavaScript

2 min read

My Favorite JavaScript Array Methods
My Favorite JavaScript Array Methods
JavaScript

2 min read


Oct 24, 2020

Omniauth and OAuth in Ruby

Omniauth Omniauth is a library that standardizes authentication for web applications. It allows you to add different sign-in methods with ease. Sign-ins are known as strategies. …

2 min read

Omniauth and OAuth in Ruby
Omniauth and OAuth in Ruby

2 min read


Oct 17, 2020

REST API

What is API? API stands for Application Program Interface. There are all kinds of API. API’s are everywhere from computers, smartphones and even refrigerators. Specifically we will be talking about web API’s. …

2 min read

2 min read


Oct 10, 2020

Models, Views and Controllers

In any application you will find the following three fundamental parts: Data => Models In interface to view and modify data => Views Operations that are preformed on data => Controllers MVC is short for models, views and controllers. MVC is a software design pattern/software pattern methodology. The main objective…

Mvc

2 min read

Models, Views and Controllers
Models, Views and Controllers
Mvc

2 min read


Oct 3, 2020

Breaking out into the real World

I recently started applying for positions in the software engineering field. I also just started a new Rails project. I figured it would be a great opportunity to review everything I learned once again. I decided to create Notes 2.0. It is an application that allows a user to create…

2 min read

Breaking out into the real World
Breaking out into the real World

2 min read

Huda Yousif

Huda Yousif

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams