Skip to content

Instantly share code, notes, and snippets.

View MahranElmasri's full-sized avatar

Mahran Elmasri MahranElmasri

  • Smart Vision
  • Berlin - Germany
View GitHub Profile
@MahranElmasri
MahranElmasri / terminal-commands.md
Created September 16, 2022 19:19 — forked from bradtraversy/terminal-commands.md
Common Terminal Commands

Common Terminal Commands

Key Commands & Navigation

Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:

  • Up Arrow: Will show your last command
  • Down Arrow: Will show your next command
  • Tab: Will auto-complete your command
  • Ctrl + L: Will clear the screen
@MahranElmasri
MahranElmasri / History|-10487af4|entries.json
Last active June 22, 2022 08:58 — forked from bradtraversy/vscode_shortcuts.md
Helpful shortcuts for VSCode
{"version":1,"resource":"file:///Users/mahran.elmasri/Documents/ft-webapp/src/feed/template/TemplateCard.test.js","entries":[{"id":"GTfc.js","timestamp":1655824333279}]}
@MahranElmasri
MahranElmasri / review-checklist.md
Created August 22, 2019 13:10 — forked from bigsergey/review-checklist.md
Front-end Code Review Checklist

Review checklist

General

  1. Does the code work?
  2. Description of the project status is included.
  3. Code is easily understand.
  4. Code is written following the coding standarts/guidelines (React in our case).
  5. Code is in sync with existing code patterns/technologies.
  6. DRY. Is the same code duplicated more than twice?
@MahranElmasri
MahranElmasri / codility_solutions.txt
Created September 23, 2018 16:12 — forked from lalkmim/codility_solutions.txt
Codility Solutions in JavaScript
Lesson 1 - Iterations
- BinaryGap - https://codility.com/demo/results/trainingU2FQPQ-7Y4/
Lesson 2 - Arrays
- OddOccurrencesInArray - https://codility.com/demo/results/trainingFN5RVT-XQ4/
- CyclicRotation - https://codility.com/demo/results/trainingSH2W5R-RP5/
Lesson 3 - Time Complexity
- FrogJmp - https://codility.com/demo/results/training6KKWUD-BXJ/
- PermMissingElem - https://codility.com/demo/results/training58W4YJ-VHA/
@MahranElmasri
MahranElmasri / webdev_online_resources.md
Created July 22, 2018 18:29 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)