Browsers and Bugs 09/2015
A monthly roundup of browser updates, developer tools, and web platform changes, including Opera Mini beta, Firefox Developer Edition, and debugging techniques.
A monthly roundup of browser updates, developer tools, and web platform changes, including Opera Mini beta, Firefox Developer Edition, and debugging techniques.
Explains how to persist ReactJS component state using localStorage to maintain state across browser sessions, with code examples.
Explores translating blocking file I/O from C's read() to non-blocking JavaScript, focusing on concurrency and data race challenges.
Explains the updated rules for valid JavaScript variable names in ES2015, including Unicode support and reserved words.
Explains how to use immutable data structures from Immutable.js to improve AngularJS application performance by optimizing change detection.
Monthly roundup of web browser updates, new features, bug fixes, and developer tools for testing and debugging.
A web developer revisits the 'Cut the Mustard' browser feature detection technique, proposing an updated check using Page Visibility and ServiceWorker APIs.
A roundup of browser updates, bug fixes, and developer tools for July 2015, covering asm.js, responsive images, and debugging platforms.
Introducing Awesomplete, a lightweight, dependency-free JavaScript library for creating customizable autocomplete widgets.
Announcement for NEJS Conf, a tech conference on August 7th at Omaha's Henry Doorly Zoo, with a call for speakers.
A tutorial on configuring Gulp to use LibSass and the Susy grid framework for automating Sass compilation in a development workflow.
Monthly roundup of browser development news, bug reporting tips, and new web development tools for June 2015.
Exploring methods for processing binary protocols in client-side JavaScript, from XMLHttpRequest to modern binary WebSockets with a proxy.
Analyzes performance bottlenecks of client-side MVC frameworks like Angular, advocating for server-side rendering to improve initial page load times.
Guide to using Microsoft's Office 365 API Sandbox for testing REST APIs with sample or real tenant data.
A 2015 roundup of browser bug fixes, development tools, and web development news, including Firefox, Chrome, and Opera updates.
A technical guide on using basket.js to asynchronously load module-specific JavaScript from local storage for better web performance.
A February 2015 roundup of browser bugs, workarounds, new features like WOFF2 in Firefox 35, and developer tools for debugging and accessibility.
A look back at Node.js's growth in 2014 and an introduction to a new weekly series on JavaScript design patterns, starting with the Factory pattern.
Explains the Factory design pattern in Node.js for simplifying and centralizing complex object creation in JavaScript applications.