'generation' tutorials

All 'generation' tutorials:

  1. Get Wear OS and Android Talking: Exchanging Information via the Wearable Data Layer

    Get Wear OS and Android Talking: Exchanging Information via the Wearable Data Layer

    Tutorial Intermediate

    If you’re developing for Wear OS, then you’re in a unique position to cherry-pick the best features from two very different devices. Find out how to create a...

  2. Detaching Expo Apps to ExpoKit

    Detaching Expo Apps to ExpoKit

    Tutorial Intermediate

    In this post, you'll learn how to detach an existing Expo app to ExpoKit and set up Android Studio or Xcode to run the app.

  3. Introduction to the Stimulus Framework

    Introduction to the Stimulus Framework

    Tutorial Beginner

    Stimulus is a modern and modest JavaScript framework created by Basecamp and DHH himself. This framework's philosophy is quite different from other popular...

  4. 8 Things That Make Jest the Best React Testing Framework

    8 Things That Make Jest the Best React Testing Framework

    Tutorial Intermediate

    Jest is an open JavaScript testing library from Facebook. Its slogan is "Delightful JavaScript Testing". While Jest can be used to test any JavaScript...

  5. Supercharging Your React Native App With AWS Amplify

    Supercharging Your React Native App With AWS Amplify

    Tutorial Intermediate

    Add authentication, storage, and analytics to your next application using AWS Amplify and AWS Mobile.

  6. How to Find and Fix Poor Page Load Times With Raygun

    How to Find and Fix Poor Page Load Times With Raygun

    Tutorial Beginner

    This tutorial will teach you how to integrate Raygun in your website and use it to find and fix any slow-loading pages.

  7. Ionic From Scratch: Working With Ionic Components

    Ionic From Scratch: Working With Ionic Components

    Tutorial Beginner

    Components make your Ionic app come to life. In this post we'll take a look at some key components—the building blocks for your Ionic app.

  8. Auto-Update Your WordPress Salts With WP-Salts-Update-CLI

    Auto-Update Your WordPress Salts With WP-Salts-Update-CLI

    Tutorial Beginner

    Raise your hand if you manage more than five WordPress sites. Keep it raised if the number exceeds ten. WordPress security is a major concern for all site...

  9. Detaching Expo Apps to ExpoKit: Concepts

    Detaching Expo Apps to ExpoKit: Concepts

    Tutorial Intermediate

    In this post, you'll learn what ExpoKit is and how it is used for adding native functionality to Expo apps. You'll also learn some of its pros and cons.

  10. 10 Best Ad Manager WordPress Plugins

    10 Best Ad Manager WordPress Plugins

    Tutorial Beginner

    If you're selling ads or promoting your own content, one of these 10 best ad manager WordPress plugins is sure to make a difference.

  11. Code a Widget for Your Android App: Updating the Widget

    Code a Widget for Your Android App: Updating the Widget

    Tutorial Beginner

    In the previous post, we created an Android widget that retrieves and displays data, and responds to onClick events, but this widget is still missing one...

  12. How to Use Generics in Swift

    How to Use Generics in Swift

    Tutorial Advanced

    Generics are a powerful concept and in this tutorial, you'll learn how to use generics in Swift. You'll learn about the value of generics and explore how to...