Skip to content

Instantly share code, notes, and snippets.

View phambaonam's full-sized avatar
🍀
Focusing

namdoraemon phambaonam

🍀
Focusing
View GitHub Profile
@phambaonam
phambaonam / media-query.css
Created November 27, 2019 10:45 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
@phambaonam
phambaonam / introrx.md
Created February 18, 2019 08:29 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@phambaonam
phambaonam / node-folder-structure-options.md
Created September 21, 2017 14:14 — forked from lancejpollard/node-folder-structure-options.md
What is your folder-structure preference for a large-scale Node.js project?

What is your folder-structure preference for a large-scale Node.js project?

0: Starting from Rails

This is the reference point. All the other options are based off this.

|-- app
|   |-- controllers
|   |   |-- admin