Node Tuts
By Pedro Teixeira
To listen to an audio podcast, mouse over the title and click Play. Open iTunes to download and subscribe to podcasts.
Podcast Description
Node.js Free screencast tutorials
| Name | Description | Released | Price | ||
|---|---|---|---|---|---|
| 1 | VideoEpisode 31 | In this episode Pedro shows you the power and simplicity of Konphyg to parse and merge configuration files for different environments. | 9 12 11 | Free | View In iTunes |
| 2 | VideoEpisode 30 | Pedro shows you how to interact with a CouchDB database using Nano. For documents and piping attachments. | 6 12 11 | Free | View In iTunes |
| 3 | VideoEpisode 29 | In this episode Pedro shows how you can deploy your Node app to the Nodejitsu cloud. | 4 11 11 | Free | View In iTunes |
| 4 | VideoEpisode 28 | In this episode Pedro digs into Javascript prototypical chaining, pseudo-classes and closures. | 26 9 11 | Free | View In iTunes |
| 5 | VideoEpisode 27 | On this episode Pedro shows you how to use to manage, produce and consume a job queue using Node.js and Kue. | 27 7 11 | Free | View In iTunes |
| 6 | VideoEpisode 26 | On this episode Pedro starts using everyauth. Also using couchdb and cradle. Code here: https://github.com/pgte/nodetuts_26 | 17 7 11 | Free | View In iTunes |
| 7 | VideoEpisode 25 | On this episode Pedro shows you how you can serve your Node.js app using Nginx. | 28 6 11 | Free | View In iTunes |
| 8 | VideoEpisode 24 | On this episode Pedro shows you how you can collect some statistics on your TCP-based server using Node.js | 24 6 11 | Free | View In iTunes |
| 9 | VideoEpisode 23 | On this episode Pedro shows how you can easily modularize your express app into resources and some other niceties like auto-loading and content negotiation. | 15 5 11 | Free | View In iTunes |
| 10 | VideoEpisode 22 | On this episode Pedro explains you how you can survive dependency hell and freeze and bundle your app dependencies using node_modules and npm bundle on node v0.4.0 and greater. | 1 4 11 | Free | View In iTunes |
| 11 | VideoEpisode 21 | On this episode Pedro Teixeira explores the awsomeness of the new Mongoose API. | 2 3 11 | Free | View In iTunes |
| 12 | VideoEpisode 20 | On this episode Pedro Teixeira shows you how you can use should.js and expresso to unit test your app. | 10 2 11 | Free | View In iTunes |
| 13 | VideoEpisode 19 | On this episode Pedro Teixeira digs into javascript patterns for iterating over asynchronous functions. | 3 2 11 | Free | View In iTunes |
| 14 | VideoEpisode 18 | On this episode Pedro Teixeira learns how to use MongoDB inside node.js using the Mongoose ODM.\r\n\r\nNote: I store clear-text passwords on this tutorial as an example. It's just to simplify. In real applications you should store a (salted) hash. | 3 2 11 | Free | View In iTunes |
| 15 | VideoEpisode 17 | On this episode Pedro Teixeira explains you how you can build node.js modules. | 3 2 11 | Free | View In iTunes |
| 16 | VideoEpisode 16 | On this episode Pedro Teixeira shares his explorations into Coffeescript on Node.js. | 3 2 11 | Free | View In iTunes |
| 17 | VideoEpisode 15 | On this episode Pedro Teixeira shows how you can deploy to Joyent no.de node.js hosting service. | 3 2 11 | Free | View In iTunes |
| 18 | VideoEpisode 14 | On this episode Pedro Teixeira covers some node.js tools he uses like Nodemon, Spark2, Fugue and Node-inspector. | 3 2 11 | Free | View In iTunes |
| 19 | VideoEpisode 13 | On this episode Pedro Teixeira shows you how to use Express route middleware and Express sessions to handle authentication on your node.js Express app. | 3 2 11 | Free | View In iTunes |
| 20 | VideoEpisode 12 | After recovering from a sore throat, Pedro Teixeira explains how you can handle file uploads using node.js and express.\r\n\r\nResources:\r\n\r\nSource code:\r\nhttps://gist.github.com/727178#file_app.js\r\n\r\nMultipart:\r\nhttps://github.com/isaacs/multipart-js | 3 2 11 | Free | View In iTunes |
| 21 | VideoEpisode 11 | On this episode Pedro Teixeira resists his sore throat and heroically shows how you can use forms in Express in a RESTful way. | 3 2 11 | Free | View In iTunes |
| 22 | VideoEpisode 10 | On this episode Pedro Teixeira shows you how to serve static files in your express apps, how to render partials and pass variables into your views. | 3 2 11 | Free | View In iTunes |
| 23 | VideoEpisode 9 | On this episode Pedro Teixeira shows you the Express web development framework, how to bootstrap your app, how integrate middleware into it and how to render some jade views.\r\n\r\nSource code: https://gist.github.com/702084\r\n\r\nReferences:\r\n\r\nhttp://expressjs.com\r\nhttp://jade-lang.com | 3 2 11 | Free | View In iTunes |
| 24 | VideoEpisode 8 | On this episode Pedro Teixeira shows you how to equip your node.js http servers with middleware modules and how to build them using connect. | 3 2 11 | Free | View In iTunes |
| 25 | VideoEpisode 7 | On this episode Pedro Teixeira shows you how to implement a simple web-based chat server using Socke.io to achieve maximum browser interoperability.\r\n\r\nSource code: https://gist.github.com/671318 | 3 2 11 | Free | View In iTunes |
| 26 | VideoEpisode 6 | On this episode Pedro Teixeira shows how to serve websockets in node.js by making a simple web-based chat server.\r\n\r\nCode: https://gist.github.com/5151ec2f5d79ce74a68a | 3 2 11 | Free | View In iTunes |
| 27 | VideoEpisode 5 | On this episode Pedro Teixeira shows you how to build a simple chat server using a net.Server and how to use Carrier to parse lines. | 3 2 11 | Free | View In iTunes |
| 28 | VideoEpisode 4 | On this episode Pedro Teixeira shows an example of a deep nested application and shows the use of the Step library for helping control asynchronous flow. | 3 2 11 | Free | View In iTunes |
| 29 | VideoEpisode 3 | On this episode Pedro Teixeira shows you how node.js can serve static files using the fs module, introduces you to node streams, addresses the slow clients problem and shows the sys.pump utility. | 3 2 11 | Free | View In iTunes |
| 30 | VideoEpisode 2 | On this episode Pedro Teixeira shows the child process node.js API and shows you how to stream a child process output into your web app. | 3 2 11 | Free | View In iTunes |
| 31 | VideoEpisode 1 | On the first episode of Node Tuts, Pedro Teixeira explains how to install Node.js and also how to bootstrap your first HTTP web server. | 3 2 11 | Free | View In iTunes |
| Total: 31 Episodes |
Viewers also subscribed to

- Minute With Node.js
- Minute With
- View In iTunes

- NodeUp
- A Node.js Podcast
- View In iTunes

- jsconf
- The JSConf Team
- View In iTunes

- The Javascript Show
- hi@javascriptshow.com (The Javascript Show)
- View In iTunes

