Workshopper is the name used for the open source lesson modules associated with NodeSchool. All are self guided (you don't need to attend a workshop to do one) and most work offline.
npm install -g learnyounode
learnyounode
» HELLO WORLD
» BABY STEPS
» MY FIRST I/O!
Get Going —
You’ll need Node.js on your computer to get started with each of these. Then use npm (it comes with Node) to install each module with the command below it. Once installed, simply type the workshopper’s name to launch.
You will also need a Text Editor, if you don't have one already, you may want one for editing code. A few options: Sublime Text, Visual Studio Code, Brackets.
Core
These workshoppers focus on essential skills for working with Node.js.
Stuck? Ask a question in the discussion.
javascripting
Learn the basics of JavaScript. No previous programming experience required.
npm install -g javascripting
Elementary Electron
Make a desktop application using Node and Chromium with Electron
npm install -g elementary-electron
stream-adventure
Learn to compose streaming interfaces with .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
Electives
Workshoppers on popular libraries or styles of writing Node.js.
Stuck? Ask a question in the discussion.
Functional Javascript
Learn fundamental functional programming features of JavaScript in vanilla ES5.
npm install -g functional-javascript-workshop
Level Me Up Scotty!
Learn to use leveldb, a simple key/value store with a vibrant package.
npm install -g levelmeup
Promise It Won't Hurt
Learn to use promises in JavaScript to handle async operations.
npm install -g promise-it-wont-hurt
Going Native
An exploration of Node.js from the underside: native C++ add-ons.
npm install -g goingnative
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
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
Learn the fundamentals of graphics programming using GLSL shaders.
npm install -g shader-school
Bytewiser
Learn how to manipulate binary data in node.js and HTML5 browsers.
npm install -g bytewiser
Bug Clinic
Learn some new tools and techniques as you improve your debugging skills.
npm install -g bug-clinic
Browserify Adventure
Use npm modules and node-style require() in the browser with browserify.
npm install -g browserify-adventure
Count to 6
Learn how to use some features from ES6, the next version of JavaScript.
npm install -g count-to-6
Kick off Koa
Getting started with Koa, the next generation web framework for Node.js.
npm install -g kick-off-koa
LololoDash
Learn Lo-Dash (fork of underscore) to handle your arrays and objects simple!
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
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
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