Anas Nabil

Anas Nabil @anasnmu

About: Experienced mobile app developer who has a track record of success creating apps that are both well-received and commercially viable.

Location:
Cairo, Egypt.
Joined:
Feb 15, 2021

Anas Nabil
articles - 17 total

Caesar Cipher and JavaScript

What is Caesar Cipher? In cryptography, a Caesar cipher, also known as Caesar's cipher,...

Learn More 19 0Aug 22 '22

Importing and Exporting Modules in JavaScript

Name Export export const name = 'value' Enter fullscreen mode Exit fullscreen...

Learn More 20 1Aug 16 '22

Binary Search Algorithm

Definition Binary Search is a searching algorithm used in a sorted array by repeatedly...

Learn More 31 1Aug 13 '22

Hick's Law

Hick's Law Origins Hick’s Law (or the Hick-Hyman Law) is named after a British and an...

Learn More 25 2Aug 8 '22

How to Google Like a Pro

Search for a specific site Put "site:" in front of a site or domain. Example:...

Learn More 57 14Aug 8 '22

Interview Warmup

Google Launches New Interview Warmup to Assist Job Candidates Enhance Their Interview Approach. ...

Learn More 16 0Aug 5 '22

Singly Linked List in JavaScript

Node Class class Node { constructor(data, next) { this.data = data; this.next...

Learn More 19 0Aug 5 '22

React Native Custom Hooks - Part 1

- useEffectOnce import { useEffect } from 'react'; export function useEffectOnce(cb)...

Learn More 28 0Aug 5 '22

Priceless Tips for Life and Self Development

A post by Anas Nabil

Learn More 83 6Aug 1 '22

Object and Array Destructuring in JavaScript ES6

Destructuring Object Default Values const product = { name: 'Mac M1 256GB', ...

Learn More 22 0Jul 30 '22

Bubble and Selection Sort Algorithms using JavaScript

What is Sorting? Sorting refers to ordering data in an increasing or decreasing fashion...

Learn More 21 0Jul 28 '22

React Native Top UI Components Libraries

1- React Native Elements Github Documentation Stars ⭐ +22.6k 2- Native...

Learn More 18 0Jul 28 '22

Recursion in JavaScript

What is Recursion? A recursive function is a function that calls itself until it doesn’t....

Learn More 37 0Jul 25 '22

VS Code Extensions for MERN Stack

Auto Close Tag: Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime...

Learn More 32 0Jul 25 '22

JS Anagrams with Big O Notation

We say that two strings are anagrams of each other if they have the exact same letters in same...

Learn More 29 1Jul 23 '22

React Native Tab Bar Animation

Here's what are we going to implement but without The Pose Effect, which will be added later in a...

Learn More 30 1Jul 21 '22

Notifee Setup for React Native with Firebase

This article runs you through the Setup of Notifee in React Native. I'm assuming that you have...

Learn More 15 3Jul 20 '22