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. Best Practices for Efficient DOM Manipulation in JavaScript

      Best Practices for Efficient DOM Manipulation in JavaScript

      Tutorial Beginner

      DOM manipulation is an essential part of web development, and it allows developers to create dynamic and interactive web pages. In this article, we will...

    2. The 5 Best IDEs for WordPress Development (And Why)

      The 5 Best IDEs for WordPress Development (And Why)

      Tutorial Beginner

      The choice of editor to use for WordPress development can be mind-boggling! In this review, I try to make your decision a little easier by taking a look at...

    3. Learn Functional Programming in JavaScript

      Learn Functional Programming in JavaScript

      Tutorial Beginner

      JavaScript is one of the most interesting languages because it supports different paradigms. Object-oriented programming is the most common, but JavaScript...

    4. Creating a Blogging App Using React, Part 2: User Sign-Up

      Creating a Blogging App Using React, Part 2: User Sign-Up

      Tutorial Intermediate

      In the first part of this tutorial series, you saw how to implement the sign-in functionality. In this part, you'll learn how to implement the sign-up...

    5. Do You Suffer From the Dunning-Kruger Effect?

      Do You Suffer From the Dunning-Kruger Effect?

      Tutorial Beginner

      The Dunning–Kruger effect is a cognitive bias in which the unskilled rate their ability as much higher than it actually is, while the highly skilled...

    6. Android UI Workshop: Build an Interactive Quiz App

      Android UI Workshop: Build an Interactive Quiz App

      Tutorial Beginner

      Get a hands-on crash course in building an effective and attractive UI for your Android app, and design an interactive quiz app along the way!

    7. Start Using HTML5 WebSockets Today With a PHP Server

      Start Using HTML5 WebSockets Today With a PHP Server

      Tutorial Beginner

      One of the coolest new features of HTML5 is WebSockets, which let us talk to the server without using AJAX requests. In this tutorial, we'll review the...

    8. 12 Helpful jQuery Methods You Should Be Using

      12 Helpful jQuery Methods You Should Be Using

      Tutorial Intermediate

      In this tutorial, you will learn about 12 helpful jQuery methods that you could start using in your projects.

    9. Introduction to Machine Learning in Python

      Introduction to Machine Learning in Python

      Tutorial Beginner

      Machine learning is the act of giving computers the ability to learn without explicitly programming them. In this tutorial, we will talk about machine...

    10. How to Create a MySQL-Powered Forum From Scratch in Laravel

      How to Create a MySQL-Powered Forum From Scratch in Laravel

      Tutorial Beginner

      In this tutorial, we're going to build a PHP/MySQL-powered forum from scratch in Laravel 9.

    11. How to Fix a "WordPress Not Sending Email" Issue

      How to Fix a "WordPress Not Sending Email" Issue

      Tutorial Beginner

      In this article, I’m going to show you how to fix the "WordPress not showing email" issue, and I’ll share with you some tips on how to fix it with the...

    12. How to Wait in JavaScript

      How to Wait in JavaScript

      Tutorial Beginner

      This tutorial will teach you different ways of waiting in JavaScript. You will learn how to wait for a specific time or wait for a task to complete.