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. Node.js for Beginners

    Node.js for Beginners

    Tutorial Beginner

    Event-driven programming can be overwhelming for beginners, which can make Node.js difficult to get started with. But don't let that discourage you. In this...

  2. WP_Query Arguments: Taxonomies

    WP_Query Arguments: Taxonomies

    Tutorial Intermediate

    In the next part of the series on the WP_Query class, learn how to add arguments for taxonomy terms to WP_Query.

  3. Serialization and Deserialization of Python Objects: Part 1

    Serialization and Deserialization of Python Objects: Part 1

    Tutorial Intermediate

    Serialization and deserialization is happening whenever you save your program's state to a file or send some data over the network. Understanding the...

  4. Kotlin From Scratch: More Fun With Functions

    Kotlin From Scratch: More Fun With Functions

    Tutorial Intermediate

    Learn about top-level functions, lambda expressions, anonymous functions, local functions, infix functions, and member functions in Kotlin.

  5. 11 Best WordPress Advertising Plugins of 2025

    11 Best WordPress Advertising Plugins of 2025

    Tutorial Beginner

    Creating a successful advertising campaign is a must in today's crowded eCommerce world. Once you have your website and products in place, you must have the...

  6. File Upload With Multer in Node.js and Express

    File Upload With Multer in Node.js and Express

    Tutorial Intermediate

    Multer is middleware for Express and Node.js that makes it easy to handle multipart/form-data when uploading files. This tutorial will discuss how to use...

  7. Build a React App With a Laravel Back End: Part 2, React

    Build a React App With a Laravel Back End: Part 2, React

    Tutorial Intermediate

    In this second part of our series on building a React application with a Laravel back end, we will be developing a front end to the API using React.

  8. WP_Query Arguments: Posts, Pages, and Post Types

    WP_Query Arguments: Posts, Pages, and Post Types

    Tutorial Intermediate

    Creating custom queries for specific posts or post types with WP_Query gives you a lot of flexibility. Here are the arguments to use.

  9. Notifications in Laravel

    Notifications in Laravel

    Tutorial Beginner

    In this article, we're going to explore the notification system in the Laravel web framework. The notification system in Laravel allows you to send...

  10. How to Collaborate on GitHub

    How to Collaborate on GitHub

    Tutorial Beginner

    Today, we will discuss a few rules of the road for collaborating on open-source projects, and give you the knowledge and intuition you will need to get...

  11. Scraping Webpages in Python With Beautiful Soup: Search and DOM Modification

    Scraping Webpages in Python With Beautiful Soup: Search and DOM Modification

    Tutorial Intermediate

    In this tutorial, you will learn how to search the document for particular tags and then modify the document using the Beautiful Soup library.

  12. 10 Best Restaurant App Templates

    10 Best Restaurant App Templates

    Tutorial Beginner

    Do you want to build a restaurant app? Food app templates are a great way to jump-start your next development project or to learn from other people's work.