'' tutorials

All '' tutorials:

  1. 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...

  2. How to Crop or Resize an Image With JavaScript

    How to Crop or Resize an Image With JavaScript

    Tutorial Beginner

    This tutorial will show you how to crop or resize an image with JavaScript using the canvas API.

  3. 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...

  4. 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.

  5. Particles.js: Control Particle Count and Shape

    Particles.js: Control Particle Count and Shape

    Tutorial Intermediate

    In this tutorial I will teach you how to control the physical appearance of particles in Particles.js.

  6. 10 Best Android News App Templates

    10 Best Android News App Templates

    Tutorial Beginner

    Are you interested in building a news app for you or your clients? News app templates get you up and running quickly because all the programming has been...

  7. 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...

  8. 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...

  9. 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.

  10. Creating a Web App From Scratch Using Python Flask and MySQL: Part 2

    Creating a Web App From Scratch Using Python Flask and MySQL: Part 2

    Tutorial Intermediate

    In the previous part of this series, we saw how to get started with Python Flask and MySQL and implemented the user registration portion of our application....

  11. 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...

  12. 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.