'generation' tutorials

All 'generation' tutorials:

  1. How to Auto Update WordPress Salts

    How to Auto Update WordPress Salts

    Tutorial Intermediate

    In this tutorial we cover what WordPress salts are, and why you should care about them. And, more importantly, how to keep them regularly updated!

  2. Three Ways to Make Your Swift Code More Readable

    Three Ways to Make Your Swift Code More Readable

    Tutorial Beginner

    We all strive to make the best apps for our user, but often, we forget to consider the readability of our code. This can be a problem both for ourselves and...

  3. Get Started With Firebase Storage for iOS

    Get Started With Firebase Storage for iOS

    Tutorial Intermediate

    Learn how to use the Firebase Storage SDKs to help you manage your app’s media assets—such as image, audio and video files—storing them remotely on the...

  4. Building Games With Python 3 and Pygame: Part 5

    Building Games With Python 3 and Pygame: Part 5

    Tutorial Intermediate

    In part 5 of this Pygame series, we'll cover diverse topics such as the end game, managing lives and score, sound effects, music and even a flexible special...

  5. Mastering the React Lifecycle Methods

    Mastering the React Lifecycle Methods

    Tutorial Intermediate

    Learn about the lifecycle of a React component from cradle to grave, what methods are available at each stage, and when it's appropriate to override them.

  6. How to Train a Core ML Model for an iOS App

    How to Train a Core ML Model for an iOS App

    Tutorial Intermediate

    Core ML makes it easy for iOS developers to add deep machine learning to their apps. Learn how you can train a Core ML model to derive intelligent insights.

  7. Building Games With Python 3 and Pygame: Part 1

    Building Games With Python 3 and Pygame: Part 1

    Tutorial Intermediate

    In this five-part series, I'll show you how to create 2D single-player games using Python 3 and the excellent Pygame framework.

  8. Create a Music Player App With Anko

    Create a Music Player App With Anko

    Tutorial Intermediate

    In this tutorial, you'll learn how to use Anko's DSL and helper functions to create a music player app for Android.

  9. 10 Must-See Easy Digital Downloads Extensions for Your WordPress Site

    10 Must-See Easy Digital Downloads Extensions for Your WordPress Site

    Tutorial Beginner

    Add new features and increase online sales with these 10 must-see Easy Digital Downloads Extensions for your WordPress site.

  10. What's in a Name? Data Analysis of 5,820 Steam Games

    What's in a Name? Data Analysis of 5,820 Steam Games

    Tutorial Beginner

    Are you an indie game developer, lover, or just a data enthusiast? We break down commonalities between 5,820 games released on Steam during 2017.

  11. Ionic From Scratch: Editing Your Ionic Project

    Ionic From Scratch: Editing Your Ionic Project

    Tutorial Beginner

    In this post we'll take a look at Ionic pages. I'll show you how to edit content inside your app as well as how to create additional app pages and set up...

  12. Introduction to Forms in Angular 4: Reactive Forms

    Introduction to Forms in Angular 4: Reactive Forms

    Tutorial Beginner

    Forms are an important part of your web application's UI. This tutorial is an introduction to creating model-driven forms using Angular 4.