'23:46:11' tutorials

All '23:46:11' tutorials:

  1. SpriteKit Basics: Putting It All Together

    SpriteKit Basics: Putting It All Together

    Tutorial Intermediate

    In this post we'll build a simple game from scratch. Along the way, we'll touch on some of the most important aspects of the SpriteKit library.

  2. How to Monetize Your Android Apps With AdMob

    How to Monetize Your Android Apps With AdMob

    Tutorial Beginner

    In this tutorial, you'll learn how to integrate AdMob so you can make advertising money from your awesome Android app—come on, who doesn't want that?

  3. Introduction to Vuforia on Unity for Creating Augmented Reality Applications

    Introduction to Vuforia on Unity for Creating Augmented Reality Applications

    Tutorial Beginner

    This tutorial is going to cover how to implement a basic augmented reality application with Vuforia SDK on Unity. Throughout the tutorial, you are going to...

  4. Essential Meteor Tips

    Essential Meteor Tips

    Tutorial Beginner

    Rapidly develop solid web apps written entirely in JavaScript. Utilize npm and the Meteor app framework fully with these essential Meteor tips.

  5. Basic 2D Platformer Physics, Part 7: Slopes Groundwork

    Basic 2D Platformer Physics, Part 7: Slopes Groundwork

    Tutorial Intermediate

    In this part we'll lay down the groundwork needed to add support for slopes and other kinds of custom tiles to the game's physics.

  6. How to Deploy a WordPress Plugin From TravisCI to WordPress.org

    How to Deploy a WordPress Plugin From TravisCI to WordPress.org

    Tutorial Beginner

    Not everyone likes subversion. If you use Git to manage WordPress plugin development, keeping your Git repo and the WordPress.org SVN repo in sync is...

  7. Android Design Patterns: The Observer Pattern

    Android Design Patterns: The Observer Pattern

    Tutorial Intermediate

    The Observer Pattern is a software design pattern that establishes a one-to-many dependency between objects. Anytime the state of one of the objects (the...

  8. How to Define and Implement a Go Interface

    How to Define and Implement a Go Interface

    Tutorial Intermediate

    Learn what a Go interface is, Go's take on interfaces, how to implement an interface in Go, and finally the limitations of interfaces vs. contracts.

  9. Dynamic Page Templates in WordPress, Part 3

    Dynamic Page Templates in WordPress, Part 3

    Tutorial Advanced

    In part three we'll create specific dynamic page templates that you can use in your own projects. We also cover using dynamic page templates for Custom Post...

  10. Android Design Patterns: The Singleton Pattern

    Android Design Patterns: The Singleton Pattern

    Tutorial Beginner

    The Singleton Pattern is a software design pattern that guarantees a class has one instance only and a global point of access is provided by that class.

  11. Creating a jQuery Plugin for Long Shadow Design

    Creating a jQuery Plugin for Long Shadow Design

    Tutorial Beginner

    In this tutorial we will create a jQuery plugin for transforming a flat icon to a long shadow design.

  12. Android Things: Creating a Cloud-Connected Doorman

    Android Things: Creating a Cloud-Connected Doorman

    Tutorial Beginner

    Android Things lets you make amazing IoT devices with simple code. In this post, I'll show you how to put it all together to build a more complex project!