'speed' tutorials

All 'speed' tutorials:

  1. Out-of-the-Box WordPress: Bundling With Themes & Plugins and wp-config Tweaks

    Out-of-the-Box WordPress: Bundling With Themes & Plugins and wp-config Tweaks

    Tutorial Intermediate

    Move the core WordPress files, install WordPress, then install plugins and themes, switch themes... Is there quicker way to install WordPress?

  2. A* Pathfinding for 2D Grid-Based Platformers: Making a Bot Follow the Path

    A* Pathfinding for 2D Grid-Based Platformers: Making a Bot Follow the Path

    Tutorial Intermediate

    In this tutorial, we'll use the platformer pathfinding algorithm we've been building to power a bot that can follow the path by itself; just click on a...

  3. How to Use New Relic Browser to Improve Your Web App's User Experience

    How to Use New Relic Browser to Improve Your Web App's User Experience

    Tutorial Intermediate

    In modern web applications, a big part of what the user sees, from page loading to actions triggered in JavaScript, happens inside a web browser rather than...

  4. iOS Quick Tip: 7 Tips to Speed Up Your Development

    iOS Quick Tip: 7 Tips to Speed Up Your Development

    Tutorial Beginner

    Most developers are always looking for ways to improve or automate their workflow being it with a simple script to automate a common task or by learning...

  5. How to Program With Yii2: Validations

    How to Program With Yii2: Validations

    Tutorial Intermediate

    The Yii Framework's built-in, extensible validators provide powerful data conformance controls which speed web development. Learn how to use them and extend...

  6. Text Expander III: Scripting Fill Ins

    Text Expander III: Scripting Fill Ins

    Tutorial Advanced

    TextExpander is an incredibly powerful Mac app. In this tutorial, I look at how to make it even more powerful by using scripting languages like JavaScript in...

  7. Understanding Fluent APIs in JavaScript

    Understanding Fluent APIs in JavaScript

    Tutorial Intermediate

    While designing Babylon.js v2.0 (a library for building 3D on the web), I recently found myself wishing that more APIs were fluent—that is, I wish the...

  8. GetUserMedia: Using the Media Capture and Streams API

    GetUserMedia: Using the Media Capture and Streams API

    Tutorial Intermediate

    Today I’d like to experiment with the Media Capture and Streams API, developed jointly at the W3C by the Web Real-Time Communications Working Group and the...

  9. Toolbox of the Smart WordPress Developer: CMB2

    Toolbox of the Smart WordPress Developer: CMB2

    Tutorial Intermediate

    In this part of the "Toolbox of the Smart WordPress Developer" series, we're going to go through CMB2, an extensive library for developing custom metaboxes...

  10. How to Adapt A* Pathfinding to a 2D Grid-Based Platformer: Implementation

    How to Adapt A* Pathfinding to a 2D Grid-Based Platformer: Implementation

    Tutorial Intermediate

    Now that we have a good idea of how to modify an A* pathfinding algorithm to work for platformers, it's time to actually code it. Rather than build it from...

  11. Get Started Building Your Blog With Parse.js: Refactor

    Get Started Building Your Blog With Parse.js: Refactor

    Tutorial Beginner

    Have you ever got excited by your idea for a website, but found yourself becoming miserable when trying to make it dynamic and actually run it on a server?...

  12. Build a High-Performance Mobile App With Famo.us and Manifold.js

    Build a High-Performance Mobile App With Famo.us and Manifold.js

    Tutorial Intermediate

    In this tutorial, I'll look at the new JavaScript framework Famo.us, launched in October 2014. Famo.us includes an open-source 3D layout engine fully...