Skip to content

Instantly share code, notes, and snippets.

View LuckyMadu's full-sized avatar
🏠
Working from home

Lahiru Amaratunga LuckyMadu

🏠
Working from home
View GitHub Profile
@LuckyMadu
LuckyMadu / docker-help.md
Created October 6, 2020 03:33 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

@LuckyMadu
LuckyMadu / 0.md
Created October 30, 2019 03:09 — forked from max-mapper/0.md
JS hoisting by example

JavaScript function hoisting by example

Below are many examples of function hoisting behavior in JavaScript. Ones marked as works successfuly print 'hi!' without errors.

To play around with these examples (recommended) clone them with git and execute them with e.g. node a.js

Notes on hoisting

(I may be using incorrect terms below, please forgive me)

@LuckyMadu
LuckyMadu / mongodb_cheat_sheet.md
Created September 13, 2019 17:07 — forked from bradtraversy/mongodb_cheat_sheet.md
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database