'Round Table' tutorials

All 'Round Table' tutorials:

  1. How to Add Multiple Instant App Features to Your App

    How to Add Multiple Instant App Features to Your App

    Tutorial Advanced

    Learn how to add a feature module to your instant app, and then discover how to get your finished instant app project into the Google Play store.

  2. Create a Blackjack Game in Swift 3 and SpriteKit

    Create a Blackjack Game in Swift 3 and SpriteKit

    Tutorial Intermediate

    In this tutorial you'll create a blackjack game in SpriteKit using Swift 3. You'll learn about implementing touch, creating visual animations, and many other...

  3. Programming With Yii2: Building a RESTful API

    Programming With Yii2: Building a RESTful API

    Tutorial Intermediate

    The Yii Framework provides straightforward support for implementing APIs, essential to making your application data available to other apps and services.

  4. Building Your First Web Scraper, Part 3

    Building Your First Web Scraper, Part 3

    Tutorial Beginner

    In this tutorial, we will cover in detail how we extracted the data, how the helper and utility methods accomplish their jobs, and how all the puzzle pieces...

  5. Round Table #1: Should Exceptions Ever be Used for Flow Control?

    Round Table #1: Should Exceptions Ever be Used for Flow Control?

    Tutorial Beginner

    I'm pleased to release our first ever round table, where we place a group of developers in a locked room (not really), and ask them to debate one another...

  6. Building a REST API With AWS SimpleDB and Node.js

    Building a REST API With AWS SimpleDB and Node.js

    Tutorial Intermediate

    In this tutorial, we build a functional REST API server in Node.js and Express that uses AWS SimpleDB as a storage engine.

  7. How to Determine What to Build With WordPress

    How to Determine What to Build With WordPress

    Tutorial Beginner

    WordPress is a large application and it provides a lot of functionality and a lot of opportunity, but knowing what potential exists coupled with what talent...

  8. AntiPatterns Basics: Rails Tests

    AntiPatterns Basics: Rails Tests

    Tutorial Beginner

    This article is an intro to the advanced waters of testing AntiPatterns. If you are a rather new to Test-Driven-Development and want to pick up a couple of...

  9. Optimizing Google PageSpeed to 100 in WordPress

    Optimizing Google PageSpeed to 100 in WordPress

    Tutorial Advanced

    Maximizing your PageSpeed score is difficult in WordPress due to its architecture, your theme, and a breadth of third-party plugins. Learn how I reached 100.

  10. How to Work With WordPress Comment Metadata

    How to Work With WordPress Comment Metadata

    Tutorial Beginner

    Throughout this series, we've looked at a number of the metadata APIs that are offered by WordPress. This includes the Post Meta API and the User Meta API....

  11. Designing for Apple Watch: Design Guidelines

    Designing for Apple Watch: Design Guidelines

    Tutorial Beginner

    Apple Watch offers a new medium to communicate with users. Using an app on a wearable device is vastly different than using it on your smartphone. To guide...

  12. Understanding the Magic of Bloom Filters With Node.js & Redis

    Understanding the Magic of Bloom Filters With Node.js & Redis

    Tutorial Beginner

    In this tutorial we will explain the curious properties of Bloom filters and three practical ways to use them: finding unused usernames, checking for stale...