'' 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. What Is the Android Activity Lifecycle?

    What Is the Android Activity Lifecycle?

    Tutorial Beginner

    Activities are a fundamental part of Android app development, and you need to understand their lifecycles. So learn all about the Activity lifecycle.

  3. How to Use Media Queries in JavaScript

    How to Use Media Queries in JavaScript

    Tutorial Beginner

    In this tutorial, you will learn how to use media queries in JavaScript and how well they perform compared to other methods.

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

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

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

  7. How to Read Extremely Large Text Files Using Python

    How to Read Extremely Large Text Files Using Python

    Tutorial Beginner

    This quick tip shows how we can read extremely large text files using Python. And by "extremely large," I mean those that not even Microsoft Word will read.

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

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

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

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