'' tutorials

All '' tutorials:

  1. 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...

  2. Formatting JavaScript Dates

    Formatting JavaScript Dates

    Tutorial Beginner

    Formatting dates and times is a common requirement in JavaScript development, but the built-in formatting capabilities of the Date object have their...

  3. 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.

  4. An Introduction to Handlebars

    An Introduction to Handlebars

    Tutorial Intermediate

    If your site's data regularly changes, then you might want to take a look at Handlebars. Handlebars is a template processor that dynamically generates your...

  5. Learn React 18: Using Uncontrolled Inputs

    Learn React 18: Using Uncontrolled Inputs

    Tutorial Beginner

    This tutorial will teach you how to use uncontrolled inputs in your React components to manage form data.

  6. Using Faker to Generate Filler Data for Automated Testing

    Using Faker to Generate Filler Data for Automated Testing

    Tutorial Intermediate

    In-depth automated testing requires solid data generation. Come learn about Faker, a PHP library for straightforward data filling.

  7. 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...

  8. WordPress Error Handling With the WP_Error Class

    WordPress Error Handling With the WP_Error Class

    Tutorial Beginner

    In this post, we'll explore the WP_Error class in WordPress: the backbone of error handling.

  9. Build a Newsletter System With PHP and MySQL

    Build a Newsletter System With PHP and MySQL

    Tutorial Advanced

    Today, we are going to be building a newsletter system using PHP with a MySQL database. The tutorial will cover building a system that allows for multiple...

  10. Validating Email Addresses With Emailvalidation.io

    Validating Email Addresses With Emailvalidation.io

    Tutorial Beginner

    In the world of email correspondence, deliverability is king. But what if I told you there's a secret weapon that can revolutionize your email campaigns? Get...

  11. Histogram Equalization in Python

    Histogram Equalization in Python

    Tutorial Beginner

    This tutorial shows how we can enhance the contrast of an image using histogram equalization and implement the method using Python and OpenCV.

  12. Using date-fns for Easy Date Manipulation

    Using date-fns for Easy Date Manipulation

    Tutorial Beginner

    date-fns is a powerful and easy-to-use library that can save you a lot of time and effort when working with dates in JavaScript.