Skip to content

Instantly share code, notes, and snippets.

View puven12's full-sized avatar
🎯
Focusing

Puvendran Pillay puven12

🎯
Focusing
  • Kuala Lumpur, Malaysia
View GitHub Profile
@puven12
puven12 / iceberg.vifm
Created March 17, 2019 15:42
Colorscheme for vifm based on iceberg.vim by cocopon
" iceberg
" by Puvendran Pillay
"
" This colorscheme is based on iceberg colorscheme for vim
" by cocopon
highlight clear
highlight Win cterm=none ctermfg=255 ctermbg=234
highlight Directory cterm=bold ctermfg=109 ctermbg=default
@puven12
puven12 / getting-started.md
Created August 2, 2016 08:55 — forked from joepie91/getting-started.md
Getting started with Node.js

"How do I get started with Node?" is a commonly heard question in #Node.js. This gist is an attempt to compile some of the answers to that question.

And if this list didn't quite answer your questions, I'm available for tutoring and code review! A donation is also welcome :)

Javascript refresher

Especially if you normally use a different language, or you only use Javascript occasionally, it's easy to misunderstand some of the aspects of the language.

These links will help you refresh your knowledge of JS, and make sure that you understand the OOP model correctly.