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. Gates and Policies in Laravel

    Gates and Policies in Laravel

    Tutorial Beginner

    Master the authorization system of the Laravel web framework, which works with gates and policies. Learn how to use gates and policies and then how to...

  2. Getting Started With Chart.js: Radar and Polar Area Charts

    Getting Started With Chart.js: Radar and Polar Area Charts

    Tutorial Intermediate

    In this tutorial, you will learn how to create radar and polar charts using Chart.js. After that, we will discuss various configuration options that control...

  3. Understanding Nested Routing in React

    Understanding Nested Routing in React

    Tutorial Intermediate

    React is a JavaScript library built by Facebook for composing user interfaces in a single-page application. In this tutorial, we'll discuss how to properly...

  4. How Long Does It Take to Learn JavaScript?

    How Long Does It Take to Learn JavaScript?

    Tutorial Beginner

    JavaScript is one of the most popular programming languages in use today, and that is because it powers almost all of the web. One of the major questions...

  5. 9 More Popular HTML5 Projects for You to Use and Study

    9 More Popular HTML5 Projects for You to Use and Study

    Tutorial Beginner

    HTML5 is the best way to build applications in a multimedia-rich world. Here are nine useful HTML5 projects at CodeCanyon that you need to know about.

  6. Mathematical Modules in Python: Statistics

    Mathematical Modules in Python: Statistics

    Tutorial Beginner

    In this tutorial, you will learn about different functions available in the statistics module which can be used to calculate the averages or spread of a...

  7. How to Make a Live Chat Script in PHP

    How to Make a Live Chat Script in PHP

    Tutorial Intermediate

    In this article, we’ll discuss how you can make a live chat script in PHP. Although there are different ways you could achieve this, we’ll use a socket-based...

  8. Particles.js: Introduction

    Particles.js: Introduction

    Tutorial Beginner

    This tutorial will introduce you to a particle system library called Particles.js and help you get started with it by creating basic particle systems.

  9. Getting Started With Chart.js: Introduction

    Getting Started With Chart.js: Introduction

    Tutorial Intermediate

    This series will teach you how to easily create responsive canvas-based charts using Chart.js. The first part of the series will introduce you to the...

  10. Set Up an OAuth2 Server Using Passport in Laravel

    Set Up an OAuth2 Server Using Passport in Laravel

    Tutorial Intermediate

    Learn how to set up a fully fledged OAuth2 server in Laravel using the Laravel Passport library. We’ll go through the necessary server configurations along...

  11. Kotlin From Scratch: Variables, Basic Types, and Arrays

    Kotlin From Scratch: Variables, Basic Types, and Arrays

    Tutorial Beginner

    Kotlin is a modern programming language that compiles to Java bytecode. It is free and open source, and it promises to make coding for Android even more fun.

  12. Base64 Encoding and Decoding Using Python

    Base64 Encoding and Decoding Using Python

    Tutorial Intermediate

    This article will show how we can use Python to encode and decode Base64 files, more specifically, a binary image.