AngularJS style guide
A community-driven AngularJS style guide and best practices repository for developers.
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.
A developer argues against being labeled a 'JavaScript Developer', advocating for a generalist approach to problem-solving across multiple languages and technologies.
A guide to implementing Aspect-Oriented Programming (AOP) in AngularJS to handle cross-cutting concerns like logging and authentication.
Explains how to use `xhr.responseType='json'` to simplify fetching and parsing JSON data via Ajax in web development.
A developer's journal detailing the 7-day creation of a web-based RTS game using a custom JavaScript engine, covering progress, challenges, and open-source code.
Explains how to use jQuery deferred objects with Backbone.js models for handling asynchronous operations like parallel saves.
Explains how to implement truly private methods in JavaScript using scoping and benchmarks performance to show no impact.
A collection of humorous programming fails and silly code mistakes, shared for entertainment and a reminder to double-check your work.
A guide to using JavaScript functions within PostgreSQL for JSON data manipulation, featuring examples and code snippets.
A comprehensive list of reserved keywords in JavaScript, detailing their evolution across different ECMAScript versions and usage rules.
Developer creates an open-source web app to calculate screen DPI/PPI, detailing the project's inspiration, features, and development process.
Explains how to pass data between Javascript and Python in IPython/Jupyter notebooks using kernel.execute, though notes the method is now obsolete.