'' tutorials

All '' tutorials:

  1. Set Up Routing in PHP Applications Using the Symfony Routing Component

    Set Up Routing in PHP Applications Using the Symfony Routing Component

    Tutorial Intermediate

    Today, we'll go through the Symfony Routing component, which allows you to set up routing in your PHP applications.

  2. Demystifying Python Recursion

    Demystifying Python Recursion

    Tutorial Intermediate

    Most complex tasks in Python can be broken down into simpler subtasks. Recursion helps to achieve this, making the code cleaner and neater. This tutorial...

  3. 10 Ways to Instantly Increase Your jQuery Performance

    10 Ways to Instantly Increase Your jQuery Performance

    Tutorial Intermediate

    This article will present ten easy steps that will instantly improve your script's performance. Don't worry; there isn't anything too difficult here....

  4. How to Use Python to Find the Zipf Distribution of a Text File

    How to Use Python to Find the Zipf Distribution of a Text File

    Tutorial Beginner

    This tutorial will show how we can use Python to work with a statistical concept, namely Zipf's law. It also demonstrates Python's efficiency in reading and...

  5. Code Your First API With Node.js and Express: Understanding REST APIs

    Code Your First API With Node.js and Express: Understanding REST APIs

    Tutorial Beginner

    If you've have heard of these terms like REST and API, but don't have a complete understanding of how they work or how to build your own API, this series is...

  6. How to Create a Resumable Video Uploader in Node.js

    How to Create a Resumable Video Uploader in Node.js

    Tutorial Intermediate

    In this tutorial, I'll demonstrate how to make a video uploader for your site that can resume an interrupted upload and generate a thumbnail upon completion.

  7. 10 Best Inventory and Stock Management PHP Scripts

    10 Best Inventory and Stock Management PHP Scripts

    Tutorial Beginner

    On CodeCanyon, you will find inventory management PHP scripts that will simplify how you manage your inventory and save you the headaches that come from...

  8. Introduction to Network Programming in Python

    Introduction to Network Programming in Python

    Tutorial Advanced

    This tutorial will give an introduction to sockets in Python and how to use the socket module to build HTTP servers and clients in Python. It will also cover...

  9. Easier React Native Development With Expo

    Easier React Native Development With Expo

    Tutorial Beginner

    Expo is a collection of tools that make it easier to code React Native apps. In this tutorial, I'm going to show you how you can quickly create React Native...

  10. How to Create Custom CLI Commands Using the Symfony Console Component

    How to Create Custom CLI Commands Using the Symfony Console Component

    Tutorial Beginner

    In this article, we're going to explore how you can create custom CLI commands in your PHP applications using the Symfony Console component. After installing...

  11. What Is JavaScript?

    What Is JavaScript?

    Tutorial Beginner

    If you're curious about getting into JavaScript but aren't sure where to start, then perhaps this primer will help set you in the right direction.

  12. How to Make a Drop-Down Menu in WordPress

    How to Make a Drop-Down Menu in WordPress

    Tutorial Beginner

    Learn how to code a menu with multiple-level items that drop down when the user hovers over higher-level menu items.