'speed' tutorials

All 'speed' tutorials:

  1. Data Persistence and Sessions With React

    Data Persistence and Sessions With React

    Tutorial Intermediate

    Ensuring your application's users stay logged in and remembered by the app, despite Client or Server disconnections, is a crucial feature—which is easy to...

  2. The Benefits of WP Engine Developer Tools

    The Benefits of WP Engine Developer Tools

    Tutorial Beginner

    Managed WordPress hosting provider WP Engine provides a suite of powerful features and services above and beyond WordPress.com and traditional self-hosting.

  3. TextExpander: An Introduction

    TextExpander: An Introduction

    Tutorial Intermediate

    TextExpander is a productivity app that uses keyboard shortcuts to automatically insert longer blocks of frequently used text called snippets speeding up...

  4. iOS From Scratch With Swift: Building a Shopping List Application 1

    iOS From Scratch With Swift: Building a Shopping List Application 1

    Tutorial Beginner

    In the next two lessons, we'll put what we learned in this series into practice by creating a shopping list application. Along the way, you'll also learn a...

  5. How to Simplify Managing Multiple WordPress Sites

    How to Simplify Managing Multiple WordPress Sites

    Tutorial Beginner

    Join us as we explore ManageWP as the first of a number of services that make managing groups of WordPress sites easier.

  6. Core Data and Swift: Batch Updates

    Core Data and Swift: Batch Updates

    Tutorial Advanced

    Even though Core Data has been around for many years on OS X and iOS, a feature that was added only recently are batch updates. Developers have been asking...

  7. How to Create a To-Do List App With Polymer and Cordova

    How to Create a To-Do List App With Polymer and Cordova

    Tutorial Beginner

    If you've been tasked with developing an Android app on a very short deadline, then using hybrid technologies might be the best thing to do. Though hybrid...

  8. iOS From Scratch With Swift: More Swift in a Nutshell

    iOS From Scratch With Swift: More Swift in a Nutshell

    Tutorial Beginner

    While this tutorial focuses primarily on functions and closures, we take a brief detour at the end to explore protocols and access control. We'll be working...

  9. Building a CMS: Structure and Styling

    Building a CMS: Structure and Styling

    Tutorial Beginner

    With the increase of use of a Virtual Private Server (VPS), it is more feasible now than ever to roll out your own Content Management System (CMS). In this...

  10. A* Pathfinding for 2D Grid-Based Platformers: Ledge Grabbing

    A* Pathfinding for 2D Grid-Based Platformers: Ledge Grabbing

    Tutorial Intermediate

    In this part of our series, we'll introduce a new mechanic to the character: ledge grabbing. We'll also make appropriate changes to both the pathfinding...

  11. Codeship: Deployment Pipelines and ParallelCI for Faster Results

    Codeship: Deployment Pipelines and ParallelCI for Faster Results

    Tutorial Intermediate

    Automate your deployment for continuous delivery with Codeship. Now, gain a 10x speed increase for your test suite with up to ten parallel integration...

  12. iOS From Scratch With Swift: Exploring Tab Bar Controllers

    iOS From Scratch With Swift: Exploring Tab Bar Controllers

    Tutorial Beginner

    In the previous tutorial, we discussed how a navigation controller enables the user to navigate hierarchical content or complex data by managing a stack of...