Skip to main content
Ryan Orban

Ryan Orban

Subject
11 entries

Nodejs

Bookmarks

  1. Volta — The Hassle-Free JavaScript Tool Manager

    Volta is a hassle-free JavaScript tool manager written in Rust — pins Node, npm, and yarn versions per project automatically, with no manual .nvmrc management or shell shim fiddling. Faster than nvm with cross-platform consistency.

  2. Raneto — Markdown-Powered Knowledgebase for Node.js

    Raneto is an open-source, flat-file knowledgebase for Node.js that stores all content as Markdown files — no database required. A 2014 example of the then-emerging pattern of Markdown-as-content-store that later influenced tools like Obsidian and Notion.

  3. Crunching NYC Subway Data: A New Yorker's Busiest Stations

    A data analysis post combining Node.js and SQL to parse MTA turnstile data and identify New York City's busiest subway stations. An early example of civic data journalism: public transit data as a lens on urban density and movement.

  4. Cross Compiling Node.js v0.8.x

    Nathan Rajlich's guide to cross-compiling Node.js v0.8.x for ARM targets — a prerequisite for running Node.js on Raspberry Pi and similar ARM boards in 2012, before pre-built ARM binaries were widely distributed.

  5. NodeBots: The Rise of JS Robotics

    Chris Williams argues that Node.js and JavaScript's event-driven model make it a surprisingly natural fit for physical computing and robotics. A 2012 manifesto for what became the Johnny-Five ecosystem.

  6. Node and Express Tips

    A collection of practical tips for building web applications with Node.js and Express in 2012, covering middleware patterns, error handling, and performance. Reflects the early period when Node's non-blocking I/O model was still novel to most web developers.

  7. Beginning Node.js and Express

    An introductory Node.js and Express tutorial from 2012 — part of the wave of content that helped JavaScript developers cross from browser scripting to server-side web development. Node.js was two years old and just starting to find its production audience.

  8. Socket.IO

    Socket.IO homepage bookmarked in 2012, when real-time web apps required elaborate workarounds. Socket.IO abstracted WebSockets with cross-browser fallbacks (long-polling, Comet), making bidirectional communication practical before WebSockets were universally supported.

  9. Node.js

    Node.js homepage bookmarked in 2012, when server-side JavaScript was still a novel and contested idea. Node's event-loop architecture and npm ecosystem would go on to reshape backend development across the industry.

  10. Express — Node Web Framework

    Express.js homepage bookmarked in 2012, when it was the de facto web framework for Node.js. Express's minimal, middleware-composable design made it the starting point for almost every Node web project and set patterns that persist in modern frameworks.

  11. The Node Beginner Book

    The Node Beginner Book is a free, comprehensive tutorial that teaches server-side JavaScript with Node.js by building a real web application — not a toy. Written for experienced developers from other languages who need to unlearn some assumptions about JavaScript before they can use it well.

All bookmarks