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. How to create an auto “text typing effect” with vanilla JavaScript

    How to create an auto “text typing effect” with vanilla JavaScript

    Tutorial Intermediate

    An auto text typing effect is one way to grab a user’s attention. It can give users cues when using an application, and it’s also a way to convey an...

  2. How to create a JavaScript PDF viewer

    How to create a JavaScript PDF viewer

    Tutorial Intermediate

    Modern browsers can display PDF files, but they do so using a PDF viewer that runs in an independent tab or window, forcing users to leave your website. In...

  3. How to Integrate Bootstrap 5 Tabs With Chart.js

    How to Integrate Bootstrap 5 Tabs With Chart.js

    Tutorial Intermediate

    Today, you’ll learn how to incorporate charts generated by the Charts.js charting library into Bootstrap 5 tabs/pills.

  4. Build a Simple YouTube App with Vanilla JavaScript

    Build a Simple YouTube App with Vanilla JavaScript

    Tutorial Intermediate

    We’re going to build a simple, yet fully functional YouTube app with Vanilla JavaScript: a simple UI where we can enter the ID of a channel and our app will...

  5. How to Set Up WordPress Error Logs In Your WP-Config File

    How to Set Up WordPress Error Logs In Your WP-Config File

    Tutorial Beginner

    Have problems with random errors appearing on your WordPress website? Have you checked all your plugins and server settings and issues still persist?

  6. Higher Order Functions in JavaScript

    Higher Order Functions in JavaScript

    Tutorial Intermediate

    A higher order function is a function that takes another function as a parameter, or returns a function as the output. They are widely used to improve code...

  7. 12 Best Home Security HTML Website Templates for 2025

    12 Best Home Security HTML Website Templates for 2025

    Tutorial Beginner

    Launching a business in the home security niche requires a website that's equally reliable and secure. This collection of home security website templates can...

  8. 20 Best Fashion Sales Ads Banners Templates

    20 Best Fashion Sales Ads Banners Templates

    Tutorial Beginner

    Envato Elements is the best marketplace to find ready-to-use web banner ad PSD templates for fashion sales on your website.

  9. When to Use (And Not Use) a Mega Menu for Navigation

    When to Use (And Not Use) a Mega Menu for Navigation

    Tutorial Beginner

    Mega menus can be great for sites with lots of pages or sections for people to navigate, but they're not always the answer to your navigation needs. Find out...

  10. How to Create a WordPress Author’s Page Template

    How to Create a WordPress Author’s Page Template

    Tutorial Beginner

    If you run a multi-author website, you may want to consider adding an author template to your website. Author templates help present more information about...

  11. How to Make a Sticky Menu in WordPress

    How to Make a Sticky Menu in WordPress

    Tutorial Intermediate

    In this tutorial, you’ll learn when to add (and not to add) a sticky menu, and how to add the code to your WordPress theme.

  12. Understanding and Working With the WordPress Options Table

    Understanding and Working With the WordPress Options Table

    Tutorial Intermediate

    In the earlier parts of this series, we looked at the tables in the WordPress database and the relationships between them. In this part I'll cover a...