Links tagged “javascript”
136 links, newest first.
nteract.io
Desktop application for opening and running Jupyter notebooks directly, without a browser or a notebook server.
github.com
Node.js library that streams map tiles from sources such as geographic data formats to sinks such as file systems; no longer actively maintained.
blog.patricktriest.com
Tutorial building a geospatial API for an interactive Game of Thrones map, with Node.js, PostgreSQL/PostGIS and Redis caching.
mozilla.github.io
Documentation for Fathom, Mozilla’s JavaScript framework for extracting meaning from web pages with scored rulesets.
eloquentjavascript.net
Introductory book on JavaScript and programming, free to read in full online and also sold as a paperback.
arkwright.github.io
Account of scaling a React server-side rendering service on fixed hardware — round-robin load balancing, a client-side rendering fallback under load, and the risks of component caching.
knexjs.org
Knex.js, a SQL query builder for Node.js and the browser, supporting PostgreSQL, MySQL, SQLite and Oracle with callback, promise and stream interfaces.
webpack.js.org
Reference for webpack's configuration object and the webpack.config.js file, with an index of every available option.
eev.ee
Compares how Python, Lua, JavaScript and Perl each implement objects, showing object models vary far more than the C++/Java template suggests.
nicolas.kruchten.com
Introduces the pivottablejs module, which embeds the PivotTable.js drag-and-drop pivot table and chart interface in a Jupyter notebook over a pandas DataFrame.
chromium.googlesource.com
Documentation for hterm, a JavaScript library that renders a terminal emulator in the browser; it handles output and keyboard input but is not itself an SSH client or a shell.
css-tricks.com
Introduction to RxJS that builds up observables and the map, merge and scan operators by animating elements in response to mouse and touch events.
medium.com
Measures how JavaScript parse and compile time dominates web app start-up on mobile, and lists what developers and browser vendors can each do to shorten it.
philipwalton.com
Walkthrough of an opinionated Google Analytics setup: loading the tracker, custom dimensions, tracking errors and performance, and the reports that follow from it.
react-rte.org
A live demo of react-rte, a WYSIWYG rich text editor component for React built on Draft.js and meant as a full-featured textarea replacement.
mobxjs.github.io
An introduction to the MobX state management library through a to-do list example, covering observable state, computed values, reactions and actions, with runnable code.
chromium.googlesource.com
A short guide to embedding the hterm terminal emulator in a web application, covering setup, initialisation and feeding data to the terminal.
chromium.googlesource.com
Source and readme for hterm, a JavaScript library providing a terminal emulator that renders terminal output and keyboard input in a browser; it is not a shell or an SSH client.


















