Workshopper é o nome usado para módulos open source de lição associados com a NodeSchool. São todos auto-guiados (não precisas de particiar numa workshop para fazeres uma lição) e a maior parte deles funciona offline.

npm install -g learnyounode learnyounode
» HELLO WORLD » BABY STEPS » MY FIRST I/O!

Primeiros passos —

Irás precisas de Node.js no teu computador para começar com cada um destes. Depois usa npm (vem com o Node) para instalar cada módulo com o comando por baixo dele. Quando instalado, simplesmente escreve o nome do workshopper para abrir.

Também irás precisar de um Editor de texto, se ainda não tiveres nenhum instalado, poderás precisar de um para escrever código. Algumas opções:

NodeConf, 2014

Foco

Estes workshoppers concentram-se em competências essenciais para trabalhar com Node.js.

Com dúvidas? Coloca uma questão nas discussões.

javascripting

Aprende o básico de JavaScript. Não é preciso conhecimento prévio de programação.

npm install -g javascripting

git-it

Aprende o básico de Git e GitHub.

Download the latest desktop app release.

Elementary Electron

Make a desktop application using Node and Chromium with Electron

npm install -g elementary-electron

learnyounode

Aprende os básicos de node: i/o assíncronos, http.

npm install -g learnyounode

How to npm

Learn how to use and create npm modules.

npm install -g how-to-npm

stream-adventure

Aprende a montar interfaces de streaming com.pipe().

npm install -g stream-adventure

how-to-markdown

Learn how to start using Markdown — a lightweight markup language with plain text formatting syntax.

npm install -g how-to-markdown

learnyouhtml

Learn how to create your first web page.

npm install -g learnyouhtml

Eleitos

Workshoppers sobre bibliotecas populares ou estilos de programação em Node.js.

Com dúvidas? Coloca uma questão na discussão.

Functional Javascript

Aprende fundamentos de características de programação functional de Javascrit com ES5 puro.

npm install -g functional-javascript-workshop

Level Me Up Scotty!

Aprende a usar leveldb, um sistema simples de armazenamento chave/valor com uma embalagem vibrante.

npm install -g levelmeup

ExpressWorks

Aprende o básico da framework Express.js.

npm install -g expressworks

Make Me Hapi

Aprende tudo sobre hapi através de uma série de desafios.

npm install -g makemehapi

Promise It Won't Hurt

Aprende a usar promessas em JavaScript para lidar com operações assíncronas.

npm install -g promise-it-wont-hurt

Async You

Aprende a usar o pacote async.

npm install -g async-you

NodeBot Workshop

Cria robôs com a API de johnny-five.

npm install -g nodebot-workshop

Going Native

Uma exploração de Node.js a partir de baixo nível: add-ons nativos de C++.

npm install -g goingnative

Planet Proto

Compreender Protótipos em JavaScript

npm install -g planetproto

WebGL Workshop

Learn the basics of WebGL in small, manageable chunks.

npm install -g webgl-workshop

ESNext Generation

Intro to ES6 Iterators, their use, and how they relate to Generators.

npm install -g esnext-generation

Tower of babel

Show you through a series of exercises that introduce you to ES6 features.

npm install -g tower-of-babel

learnyoumongo

Getting started with MongoDB and Node.js

npm install -g learnyoumongo

regex-adventure

Parse text with regular expressions

npm install -g regex-adventure

learn-sass

Learn the basics of SASS

npm install -g learn-sass

Pattern Lab Workshop

Learn the basics of Pattern Lab.

npm install -g pattern-lab-workshop

learnyoubash

Learn you how to use the terminal and write your first Bash script.

npm install -g learnyoubash

Currying in JavaScript

Learn currying concept and creating a currying function in JavaScript.

npm install -g currying-workshopper

bacon-love

Learn concepts of Functional and Reactive Programming using the Bacon.js library.

npm install -g bacon-love

innersourceadventure

Learn about InnerSource software development.

npm install -g innersourceadventure

Shader School

Aprende os fundamentos de programação gráfica usando GLSL shaders.

npm install -g shader-school

Bytewiser

Aprende a manipular informação binária em node.js e navegadores HTML5.

npm install -g bytewiser

Bug Clinic

Aprende algumas ferramentas e técnicas novas à medida que melhoras as tuas capacidades de debug

npm install -g bug-clinic

Browserify Adventure

Usa módulos npm e require() ao estilo de node no navegador com browserify.

npm install -g browserify-adventure

Intro to WebGL

Primeiros passos com three.js e WebGL.

npm install -g introtowebgl

Count to 6

Aprende como usar algumas características de ES6, a nova versão de JavaScript.

npm install -g count-to-6

Kick off Koa

Primeiros passos com Koa, a web framework de nova geração para Node.js.

npm install -g kick-off-koa

LololoDash

Aprende Lo-Dash (derivação de underscore) para lidar com os teus arrays e objectos simples!

npm install -g lololodash

learnyoucouchdb

Learn about CouchDB - the database that completely embraces the web

npm install -g learnyoucouchdb

learnuv

Learn uv for fun and profit, a self guided workshop to the library that powers Node.js.

npm install -g learnuv

Learn Generators

An Intro to JavaScript ES6 Generators.

npm install -g learn-generators

learnyoureact

Let's learn React.js and server side rendering!

npm install -g learnyoureact

perfschool

Find your way through the web performance optimization maze!

npm install -g perfschool

Web Audio School

Learn the Web Audio API by completing a series of interactive lessons with a focus on music.

npm install -g web-audio-school

torrential

A set of lessons to show you how to create a simple p2p bittorrent network

npm install -g torrential

Thinking in React

Learn React's philosophy by building a UI from scratch.

npm install -g thinking-in-react

Post-mortem debugging

Learn how to use post-mortem debugging on SmartOS to efficiently debug Node.js applications in production.

npm install -g node-debug-school

Seneca in practice

Learn how to leverage SenecaJs microservice toolkit.

npm install -g seneca-in-practice

LESS is more

Learn the fundamentals of the LESS CSS preprocessor.

npm install -g less-is-more

JavaScript best practices

Learn the best practices of writing clean JavaScript code.

npm install -g js-best-practices

Scope Chains & Closures

Learn the details of Scope, Scope Chains, Closures, and Garbage Collection.

npm i @workshoppers/scope-chains-closures -g
scope-chains-closures