Skip to content

Instantly share code, notes, and snippets.

View shayan-taheri's full-sized avatar
😎
Feeling like a charcoal that is under process to become a diamond someday!

Shayan (Sean) Taheri shayan-taheri

😎
Feeling like a charcoal that is under process to become a diamond someday!
View GitHub Profile
@shayan-taheri
shayan-taheri / getting-started.md
Created June 11, 2019 21:50 — 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. It's a perpetual work-in-progress.

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

Setting expectations

Before you get started learning about JavaScript and Node.js, there's one very important article you need to read: Teach Yourself Programming in Ten Years.

Understand that it's going to take time to learn Node.js, just like it would take time to learn any other specialized topic - and that you're not going to learn effectively just by reading things, or following tutorials or courses. _Get out there and build things!

@shayan-taheri
shayan-taheri / most_common_stat_tests.r
Created May 29, 2019 15:50 — forked from benmarwick/most_common_stat_tests.r
What are the most frequently used statistical tests?
---
title: "What are the most frequently used statistical tests?"
author: "Ben Marwick"
date: "March 31, 2016"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,
warning = FALSE,