'10:13:27' tutorials

All '10:13:27' tutorials:

  1. WP_Query Arguments: Posts, Pages, and Post Types

    WP_Query Arguments: Posts, Pages, and Post Types

    Tutorial Intermediate

    Creating custom queries for specific posts or post types with WP_Query gives you a lot of flexibility. Here are the arguments to use.

  2. WP_Query Arguments: Taxonomies

    WP_Query Arguments: Taxonomies

    Tutorial Intermediate

    In the next part of the series on the WP_Query class, learn how to add arguments for taxonomy terms to WP_Query.

  3. Build a React App With a Laravel Back End: Part 2, React

    Build a React App With a Laravel Back End: Part 2, React

    Tutorial Intermediate

    In this second part of our series on building a React application with a Laravel back end, we will be developing a front end to the API using React.

  4. File Upload With Multer in Node.js and Express

    File Upload With Multer in Node.js and Express

    Tutorial Intermediate

    Multer is middleware for Express and Node.js that makes it easy to handle multipart/form-data when uploading files. This tutorial will discuss how to use...

  5. Manipulating Images in PHP Using GD

    Manipulating Images in PHP Using GD

    Tutorial Intermediate

    This tutorial will cover the basics of manipulating images using the GD library in PHP. We will begin with basic operations like resize and rotate, before...

  6. 18 Best Contact Form PHP Scripts for 2025

    18 Best Contact Form PHP Scripts for 2025

    Tutorial Beginner

    Are you looking for an easy-to-use contact form PHP script? Contact forms are a must-have for every website, and with 14 premium scripts from CodeCanyon and...

  7. Node.js for Beginners

    Node.js for Beginners

    Tutorial Beginner

    Event-driven programming can be overwhelming for beginners, which can make Node.js difficult to get started with. But don't let that discourage you. In this...

  8. Kotlin From Scratch: More Fun With Functions

    Kotlin From Scratch: More Fun With Functions

    Tutorial Intermediate

    Learn about top-level functions, lambda expressions, anonymous functions, local functions, infix functions, and member functions in Kotlin.

  9. Render Text and Shapes on Images in PHP

    Render Text and Shapes on Images in PHP

    Tutorial Intermediate

    This tutorial will teach you how to draw basic shapes in PHP and how to render text using your favorite font.

  10. 10 Best Restaurant App Templates

    10 Best Restaurant App Templates

    Tutorial Beginner

    Do you want to build a restaurant app? Food app templates are a great way to jump-start your next development project or to learn from other people's work.

  11. Write to Files and Read Files With PHP

    Write to Files and Read Files With PHP

    Tutorial Beginner

    In this tutorial, you'll learn several important functions in PHP which are sufficient for all your basic file reading and writing needs. You'll learn how to...

  12. Introduction to Animations in React

    Introduction to Animations in React

    Tutorial Beginner

    In the last couple of React tutorials, you got familiar with basic React concepts like JSX, routing, and forms. In this tutorial, we'll take it to the next...