'series' tutorials

All 'series' tutorials:

  1. Build a Simple YouTube App with Vanilla JavaScript

    Build a Simple YouTube App with Vanilla JavaScript

    Tutorial Intermediate

    We’re going to build a simple, yet fully functional YouTube app with Vanilla JavaScript: a simple UI where we can enter the ID of a channel and our app will...

  2. WP REST API: Retrieving Data

    WP REST API: Retrieving Data

    Tutorial Beginner

    In the current installment of the series, we will learn techniques to explore the API and retrieve data for different resources using the WP REST API.

  3. Create a Music Player on Android: Song Playback

    Create a Music Player on Android: Song Playback

    Tutorial Beginner

    In this series, we are creating a music player on Android using the MediaPlayer and MediaController classes. In this part of the series, we will implement a...

  4. Create a Music Player on Android: User Controls

    Create a Music Player on Android: User Controls

    Tutorial Beginner

    We are building a simple music player app for Android in this series. In this final part of the series, we will let the user control playback, including...

  5. Understanding and Working With the WordPress Options Table

    Understanding and Working With the WordPress Options Table

    Tutorial Intermediate

    In the earlier parts of this series, we looked at the tables in the WordPress database and the relationships between them. In this part I'll cover a...

  6. Create a Music Player on Android: Project Setup

    Create a Music Player on Android: Project Setup

    Tutorial Beginner

    Creating a music player is more complicated than creating something like a calculator. This is because in a music player, you will have to rely on the system...

  7. Learn JavaScript Arrays

    Learn JavaScript Arrays

    Tutorial Beginner

    If you already understand the basics of JavaScript arrays, it's time to take your skills to the next level with more advanced topics. In this series of...

  8. When to Use (And Not Use) a Mega Menu for Navigation

    When to Use (And Not Use) a Mega Menu for Navigation

    Tutorial Beginner

    Mega menus can be great for sites with lots of pages or sections for people to navigate, but they're not always the answer to your navigation needs. Find out...

  9. Kotlin From Scratch: Abstract Classes, Interfaces, Inheritance, and Type Alias

    Kotlin From Scratch: Abstract Classes, Interfaces, Inheritance, and Type Alias

    Tutorial Intermediate

    Learn more about object-oriented programming in Kotlin with a look at abstract classes, interfaces, inheritance, and type aliases.

  10. Learn React 18: Writing Components as Classes

    Learn React 18: Writing Components as Classes

    Tutorial Beginner

    This tutorial will teach you how to define your React components as classes. It will also briefly touch upon component lifecycle methods.

  11. Creating a Blogging App Using React, Part 2: User Sign-Up

    Creating a Blogging App Using React, Part 2: User Sign-Up

    Tutorial Intermediate

    In the first part of this tutorial series, you saw how to implement the sign-in functionality. In this part, you'll learn how to implement the sign-up...

  12. Creating a Blogging App Using React, Part 3: Add & Display Posts

    Creating a Blogging App Using React, Part 3: Add & Display Posts

    Tutorial Intermediate

    In the previous part of this tutorial series, you saw how to implement the sign-up and sign-in functionality. In this part of the tutorial, you'll implement...