Code Tutorials

Discover thousands of free code tutorials to help you learn web and mobile development. You can learn Android app development, master React Native, become a better WordPress developer, and much more.

All Code tutorials:

  1. 20 Best PHP AI Tools on CodeCanyon

    20 Best PHP AI Tools on CodeCanyon

    Tutorial Beginner

    Are you looking for AI-powered PHP tools to simplify your processes? Let's have a look at some of the best PHP AI tools available on CodeCanyon:

  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. How to Add Multiple Selection to Android RecyclerView

    How to Add Multiple Selection to Android RecyclerView

    Tutorial Advanced

    This tutorial will teach you how to implement a list using RecyclerView and then add selection capabilities to the list.

  4. List to Graph: How to Represent Your List as a Graph in Python

    List to Graph: How to Represent Your List as a Graph in Python

    Tutorial Beginner

    This tutorial shows how flexible Python can be when drawing a bar graph for a list of data.

  5. How to Create an Object-Oriented Blog Using PHP

    How to Create an Object-Oriented Blog Using PHP

    Tutorial Intermediate

    In this post, we are going to extend our knowledge of PHP and MySQL a step further by creating a simple blog.

  6. Getting Started With RecyclerView and CardView on Android

    Getting Started With RecyclerView and CardView on Android

    Tutorial Intermediate

    This tutorial will teach you how to create a dynamic list of items to display to users using RecyclerView and CardView.

  7. How to Add and Remove Event Listeners in JavaScript

    How to Add and Remove Event Listeners in JavaScript

    Tutorial Beginner

    Event listeners are the basic tool that allows interactivity in a web page. This tutorial will teach you how to add and remove event listeners in JavaScript.

  8. Tips for Generating Code With ChatGPT

    Tips for Generating Code With ChatGPT

    Tutorial Beginner

    There are several hidden prompts and formulas that you really need to know about to get the most out of ChatGPT. Let's look at these different formulas.

  9. Using Luxon for Date and Time in JavaScript

    Using Luxon for Date and Time in JavaScript

    Tutorial Beginner

    In this tutorial, you'll learn about a new JavaScript library called Luxon which makes it a breeze working with date and time in JavaScript.

  10. Best JavaScript Date and Time Libraries

    Best JavaScript Date and Time Libraries

    Tutorial Beginner

    This article will give you a brief overview of some of the best, free, and open-source date and time libraries in JavaScript.

  11. Types of Events in JavaScript: Common Keyboard and Mouse Events

    Types of Events in JavaScript: Common Keyboard and Mouse Events

    Tutorial Beginner

    In this article, you'll learn all about keyboard and mouse events in JavaScript and how to build interactive and dynamic websites with them.

  12. Handling Keyboard Events in JavaScript

    Handling Keyboard Events in JavaScript

    Tutorial Beginner

    In this tutorial, you will learn about different types of keyboard events, handling special key events, and getting information about the keys that were...