Workshopper ist die Bezeichnung für die Open-Source Kurse der NodeSchool. Alle Workshopper werden von dir selbst gesteuert (du brauchst keinen Workshop zu besuchen) und funktionieren meist auch offline.

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

Los geht's —

Um loszulegen benötigst du Node.js . Benutze dann npm (wird zusammen mit Node installiert) um die einzelnen Workshopper zu installieren. Gib danach den Namen des Worshoppers ein, um diesen zu starten.

Du benötigst zudem einen Text Editor, der für das Editieren von Code geeignet ist. Hier ein paar zur Auswahl:

NodeConf, 2014

Grundkurse

Diese Workshopper konzentrieren sich auf die Grundlagen von Node.js.

Du kommst nicht weiter und benötigst Hilfe? Stell eine Frage im Diskussionsforum.

javascripting

JavaScript Grundkurs. Es werden keine tieferen Programmierkenntnisse vorausgesetzt.

npm install -g javascripting

git-it

Git und GitHub Grundlagen.

Download the latest desktop app release.

Elementary Electron

Make a desktop application using Node and Chromium with Electron

npm install -g elementary-electron

learnyounode

Grundlagen von Node.JS: Asynchrones I/O, HTTP.

npm install -g learnyounode

How to npm

Learn how to use and create npm modules.

npm install -g how-to-npm

stream-adventure

Lerne alles über Streaming Interfaces mit.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

Wahlkurse

Workshopper über beliebte Bibliotheken bestimmte Arten des Entwickelns mit Node.js.

Du kommst nicht weiter und benötigst Hilfe? Stell eine Frage im Diskussionsforum.

Functional Javascript

Funktionale Programmierung mit JavaScript in reinem ES5.

npm install -g functional-javascript-workshop

Level Me Up Scotty!

Lerne leveldb kennen, ein simpler Key/Value-Store mit lebhaften Ökosystem.

npm install -g levelmeup

ExpressWorks

Lerne die Grundlagen des Express.js Frameworks.

npm install -g expressworks

Make Me Hapi

Lerne alles über hapi anhand einer Serie von Aufgaben.

npm install -g makemehapi

Promise It Won't Hurt

Lerne den Umgang mit Promises in JavaScript für asynchrone Operationen.

npm install -g promise-it-wont-hurt

Async You

Lerne wie man das async Modul einsetzt.

npm install -g async-you

NodeBot Workshop

Baue Roboter mit der Johnny-Five API.

npm install -g nodebot-workshop

Going Native

Node.js von unten: Native C++ Add-Ons.

npm install -g goingnative

Planet Proto

JavaScript Prototypes verstehen

npm install -g planetproto

WebGL Workshop

Lerne die Grundlagen von WebGL in kleinen Häppchen.

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

Grundlagen der Computergrafik anhand von GLSL Shadern.

npm install -g shader-school

Bytewiser

Binäre Daten in Node.JS und in modernen Browsern verarbeiten.

npm install -g bytewiser

Bug Clinic

Neue Techniken und Werkzeuge zum besseren Debuggen.

npm install -g bug-clinic

Browserify Adventure

Mit browserify npm-Module und require() im Browser verwenden.

npm install -g browserify-adventure

Intro to WebGL

Einstieg in three.js und WebGL.

npm install -g introtowebgl

Count to 6

Lerne einige der neuen Features in ES6 kennen, der nächsten Version von JavaScript.

npm install -g count-to-6

Kick off Koa

Einführung in Koa, einem Web-Framework der nächsten Generation.

npm install -g kick-off-koa

LololoDash

Lerne Lo-Dash (einem Fork von underscore) für den Umgang mit Objekten und Arrays!

npm install -g lololodash

learnyoucouchdb

Lerne CouchDB kennen – die Datenbank mit Web-Technologien im Kern

npm install -g learnyoucouchdb

learnuv

Lerne libuv kennen, die Bibliothek, die unter der Haube von Node.JS steckt.

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