Skip to content

Instantly share code, notes, and snippets.

View HasanCSE-IYI's full-sized avatar
🎯
Focusing

Hasan HasanCSE-IYI

🎯
Focusing
View GitHub Profile

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

Do not use forEach with async-await

TLDR: Use for...of instead of forEach() in asynchronous code.

For legacy browsers, use for...i or [].reduce()

To execute the promises in parallel, use Promise.all([].map(...))

The problem

@HasanCSE-IYI
HasanCSE-IYI / README.md
Created January 30, 2019 10:24 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@HasanCSE-IYI
HasanCSE-IYI / README.md
Created January 29, 2019 16:24 — forked from hofmannsven/README.md
My simply Git Cheatsheet