Code

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.

Featured Code Tutorials

  • The Best Way to Deep Copy an Object in JavaScript

    The Best Way to Deep Copy an Object in JavaScript

    Kingsley Ubah
  • Create a JavaScript AJAX Post Request: With and Without jQuery

    Create a JavaScript AJAX Post Request: With and Without jQuery

    Kingsley Ubah
  • Promo Banner

    Put your new skills to work. Create with unlimited downloads of web templates, photos, fonts and more. Plus access our full AI stack.

    Start creating

    Code Courses

  • Learn React 18: The Complete React Developer Course

    Learn React 18: The Complete React Developer Course

    Franc Lucas
  • Learn Modern JavaScript Fundamentals in 7 Hours: Free Course

    Learn Modern JavaScript Fundamentals in 7 Hours: Free Course

    Dan Wellman
  • All Code Content:

    1. Resize and Manipulate Images in PHP (With Examples)

      Resize and Manipulate Images in PHP (With Examples)

      Tutorial Intermediate

      This tutorial will teach you how to transform an image using the convolution matrix and how to use different image copying and resize functions in GD to add...

    2. WP_Query Arguments: Status, Order, and Pagination

      WP_Query Arguments: Status, Order, and Pagination

      Tutorial Intermediate

      In the next part of this series on WP_Query, learn about the arguments you can use to query posts by status, to define the order in which they'll be output,...

    3. How to Sort Arrays in PHP

      How to Sort Arrays in PHP

      Tutorial Beginner

      In this tutorial, you'll learn how to sort an array in PHP. You'll learn how to sort in ascending or descending order based on its keys or values. You will...

    4. How to Create an Android App Without Coding

      How to Create an Android App Without Coding

      Tutorial Beginner

      You can be a non-programmer and still build a profitable Android app. In this article, I'm going to introduce you to several tools and templates that allow...

    5. Android From Scratch: Building Your First Android Application

      Android From Scratch: Building Your First Android Application

      Tutorial Beginner

      In this tutorial, you will build your first Android application. You will have the chance to look at how Android Studio works and to understand the concepts...

    6. Getting Started With Redux: Connecting Redux With React

      Getting Started With Redux: Connecting Redux With React

      Tutorial Intermediate

      Redux is a vital part of the React ecosystem. This tutorial explains the steps that you should follow to connect your Redux store with React. We will also be...

    7. Create an Inline Text Editor With the contentEditable Attribute

      Create an Inline Text Editor With the contentEditable Attribute

      Tutorial Beginner

      The contentEditable attribute can make standard HTML elements editable. It has a lot of applications like creating a wiki or editing an article by yourself....

    8. 10 Best Real Estate Listing Plugins for WordPress

      10 Best Real Estate Listing Plugins for WordPress

      Tutorial Beginner

      Are you having trouble finding a high-quality real estate listing plugin for WordPress? Do you need a fully featured real estate plugin that helps make your...

    9. Sorting and Searching in Python

      Sorting and Searching in Python

      Tutorial Intermediate

      In this tutorial, I'll show you two sorting and searching algorithms in Python, in particular the selection sort algorithm and the linear search algorithm....

    10. Get Started With React Native Layouts

      Get Started With React Native Layouts

      Tutorial Beginner

      In this tutorial, you'll learn how to lay out React Native apps and how to implement layouts commonly used in apps.

    11. Best WordPress Widgets for 2025

      Best WordPress Widgets for 2025

      Tutorial Beginner

      Check out this list of the best WordPress widgets for 2023. These top widget plugins will let you add a feature-rich and easy-to-use WordPress widget to your...

    12. How to Make Changes to Multiple Files Using Python

      How to Make Changes to Multiple Files Using Python

      Tutorial Beginner

      This tutorial shows how we can use Python to carry out a search and replace operation on multiple files within a directory.