Payback - An Instagram Based Web App
A developer shares the process of building 'Payback', a web app using Instagram's API to find users you follow who don't follow you back.
A developer shares the process of building 'Payback', a web app using Instagram's API to find users you follow who don't follow you back.
A developer details fixing a mobile scrolling bug in Safari with VoiceOver while creating an accessible slide-out navigation menu.
A weekly roundup of web development news, covering browser updates, debugging tools, accessibility testing, and cross-browser compatibility tips.
A developer shares three practical Gulp.js recipes based on common StackOverflow questions, including conditional file deletion and managing watch tasks.
A weekly roundup of browser updates, bug fixes, and developer tools, covering Firefox, WebKit, and Chrome DevTools.
Explains the innerText property's behavior and algorithm for extracting text from HTML nodes, focusing on CSS and whitespace handling.
A monthly roundup of browser development news, bug reports, and web platform updates from December 2015.
A guide on using Gulp or Grunt build tools to automatically strip console and debugger statements from JavaScript code before production deployment.
A technical guide on using Gulp and Browserify to create multiple JavaScript bundles, explaining compatibility and the vinyl-source-stream plugin.
A developer builds a single-player Tic Tac Toe game in JavaScript/jQuery, detailing the logic for win detection and AI opponent tactics.
A monthly roundup of browser updates, bug fixes, and developer tools news, focusing on cross-browser compatibility and debugging techniques.
A roundup of browser updates, bug fixes, and developer tools news for March 2015, focusing on Chrome, Firefox, and Opera.
Learn AngularJS core concepts by building a simplified, 200-line educational implementation. Understand directives, controllers, and services.
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.