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

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

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

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

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

  6. 14 Best JavaScript Plugins to Liven Up Your WordPress Site

    14 Best JavaScript Plugins to Liven Up Your WordPress Site

    Tutorial Beginner

    JavaScript can make your site more dynamic, more interactive, and more engaging. Discover some WordPress JavaScript plugins on CodeCanyon that can liven up...

  7. Build Native iOS and Android Apps With AppMySite

    Build Native iOS and Android Apps With AppMySite

    Tutorial Beginner

    Convert your website into a native mobile application without writing a single line of code with AppMySite!

  8. 10 Best Exit Intent Popup Plugins for WordPress

    10 Best Exit Intent Popup Plugins for WordPress

    Tutorial Beginner

    Are you having trouble keeping visitors on your website? Do you want to boost your conversions and sales? Try a WordPress exit intent popup plugin.

  9. Get a Fake REST API Up and Running Using json-server

    Get a Fake REST API Up and Running Using json-server

    Tutorial Beginner

    In this tutorial, you'll see how to get started with setting up and using a fake REST API server using json-server, which you can use while developing mobile...

  10. Extending HTML by Creating Custom Tags

    Extending HTML by Creating Custom Tags

    Tutorial Beginner

    Custom tags in HTML will let you build elements that are unique to your application. It is an elegant way of extending HTML to solve many requirements.

  11. Building Web Applications From Scratch With Laravel

    Building Web Applications From Scratch With Laravel

    Tutorial Intermediate

    We'll build a web application from scratch, while diving into a great new PHP framework that's rapidly picking up steam, called Laravel — a simple and...

  12. Authenticating Node.js Applications With Passport

    Authenticating Node.js Applications With Passport

    Tutorial Intermediate

    In this article, we are going to develop a basic Express application from scratch and delegate everything related to authentication to Passport, which is...