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
  • 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. How to Create a Chrome Extension With Vanilla JavaScript

      How to Create a Chrome Extension With Vanilla JavaScript

      Tutorial Intermediate

      This tutorial will cover how to build a minimalistic homepage Chrome extension, with JavaScript, designed to help users stay productive.

    2. How to Change the Featured Image Size in WordPress

      How to Change the Featured Image Size in WordPress

      Tutorial Beginner

      Not happy with your theme’s featured image size? In this step-by-step guide, we’ll show you how to find out what the current default size is, change the...

    3. How to Redirect a Page or URL in WordPress

      How to Redirect a Page or URL in WordPress

      Tutorial Intermediate

      In this post, I'll show you how to redirect a page in WordPress. You'll learn how to set up automatic redirects in WP, manual redirects, and wildcard...

    4. How to Create a Typing Test Game with Vanilla JavaScript

      How to Create a Typing Test Game with Vanilla JavaScript

      Tutorial Beginner

      How many words per minute can you type? In this tutorial you’ll learn how to create a typing test game with JavaScript. The app will feature a timer that...

    5. What Is the WordPress .htaccess File and What Can You Do With It?

      What Is the WordPress .htaccess File and What Can You Do With It?

      Tutorial Beginner

      Wondering where the .htaccess file is on your server or in WordPress and how to edit it? Keep reading.

    6. Create Your Own AI Image Generator App With JavaScript and DALL-E 3

      Create Your Own AI Image Generator App With JavaScript and DALL-E 3

      Tutorial Beginner

      In this tutorial, we’ll build an AI image-generation app with JavaScript. Users will enter text describing the image they want, then behind the scenes we’ll...

    7. 6 of the Best WordPress Alternatives in 2024

      6 of the Best WordPress Alternatives in 2024

      Tutorial Beginner

      Looking for a website builder that isn’t WordPress? In this post, we’ve compared WordPress competitors like Wix, Squarespace, Ghost, and other website...

    8. How to Retrieve the IDs, Titles, and URLs of the Core WordPress/WooCommerce Pages

      How to Retrieve the IDs, Titles, and URLs of the Core WordPress/WooCommerce Pages

      Tutorial Beginner

      In this tutorial, you’ll learn different methods for accessing the IDs, titles, and URLs of the core WordPress and WooCommerce pages.

    9. How to Build a Text-to-Voice Application With JavaScript

      How to Build a Text-to-Voice Application With JavaScript

      Tutorial Beginner

      Let’s convert text into speech using JavaScript and the WebSpeechAPI. Our app will feature a simple interface where the user adds the text, then clicks a...

    10. Learn These Viewport-Relative CSS Units (100vh, 100dvh, 100lvh, 100svh)

      Learn These Viewport-Relative CSS Units (100vh, 100dvh, 100lvh, 100svh)

      Tutorial Beginner

      In this tutorial, we’ll cover the challenges when working with the classic 100vh unit for making full-screen sections and discuss some great alternative CSS...

    11. How to Fix a 500 Internal Server Error on Your WordPress Site

      How to Fix a 500 Internal Server Error on Your WordPress Site

      Tutorial Intermediate

      What do you do when you encounter the “HTTP 500 ERROR” in WordPress? This tutorial explains the 10 steps to take.

    12. Build an Infinite Blinking Text Animation With CSS and a Touch of JavaScript

      Build an Infinite Blinking Text Animation With CSS and a Touch of JavaScript

      Tutorial Intermediate

      In this new tutorial, we’ll learn how to create an infinite blinking/flashing/highlighting text effect with CSS animations and a bit of JavaScript.