Leapcopter
A developer combines a Leap Motion controller with a Parrot AR Drone, using Node.js and socket.io to control the drone with hand gestures.
A developer combines a Leap Motion controller with a Parrot AR Drone, using Node.js and socket.io to control the drone with hand gestures.
A developer shares a simple JavaScript script to automatically generate a talks list from a JSON file, eliminating manual HTML updates.
Introducing mpld3, a tool that creates interactive D3.js visualizations from matplotlib plots for use in IPython notebooks.
Exploring JavaScript inheritance patterns for AngularJS components like controllers, services, and directives to enable code reuse.
Announcing DevNexus 2014, a major developer conference in Atlanta with 100+ sessions on Java, web tech, cloud, mobile, and agile development.
Fixing a Google Charts date formatting issue specific to Internet Explorer 7 and 8 by implementing browser-specific JavaScript.
Two methods to add line numbers to cells in IPython/Jupyter Notebooks: a keyboard shortcut toggle and a permanent startup configuration.
A developer's personal recap of attending the Topconf Tallinn 2013 software conference, covering talks, panels, and networking.
A developer shares October learnings including iOS screen recording tools, HTML5 game frameworks, and JavaScript resources while navigating a job change.
Overview of an Advanced JavaScript university course covering modern web technologies, ES5/6 features, HTML5 APIs, Node.js, and popular frameworks.
Explains JavaScript's surprising Unicode handling, common pain points, and how ECMAScript 6 improves the situation.
A community-driven AngularJS style guide and best practices repository for developers.
A developer shares lessons from September, covering JavaScript data visualization libraries, Node.js, Bower, CSS frameworks, Jenkins CI, and Ruby gems.
A technical guide explaining the browser Notification API, covering support, permission requests, and cross-browser implementation.
A technical hack to disable the auto-mute feature while typing during Google Hangouts calls using a terminal command.
A presenter shares a screencast of a TechEd Australia 2013 demo that had technical issues live, along with the source code.
A developer shares technical learnings from August, covering iOS, Ruby automation, JavaScript libraries, CSS tools, and interesting tech reads.
A tutorial on creating a simple VNC client using only HTML5 and JavaScript, with a Node.js proxy server and WebSocket communication.
Explains how to replace common jQuery functionality with modern vanilla JavaScript and CSS, using examples like DOM manipulation, AJAX, and animations.
A defense of JavaScript callbacks, arguing they are manageable with proper code organization and naming conventions, compared to newer async patterns.