'' tutorials

All '' tutorials:

  1. How to Check Your WordPress PHP Version

    How to Check Your WordPress PHP Version

    Tutorial Beginner

    In this article, I'll explain to you what PHP is and tell you why it is important to regularly check for updates. Then I'll give you a step-by-step guide to...

  2. 8 Best Free Open-Source JavaScript Timelines

    8 Best Free Open-Source JavaScript Timelines

    Tutorial Beginner

    This article will give you a brief overview of the most popular free JavaScript timeline libraries to use in your projects.

  3. HTTP: The Protocol Every Web Developer Must Know—Part 1

    HTTP: The Protocol Every Web Developer Must Know—Part 1

    Tutorial Intermediate

    HTTP stands for Hypertext Transfer Protocol. It's a stateless, application-layer protocol for communicating between distributed systems, and it's the...

  4. How to Code a Random Color Generator in JavaScript

    How to Code a Random Color Generator in JavaScript

    Tutorial Beginner

    This tutorial will show you how to code a random color generator in JavaScript for three different color formats.

  5. 30 JavaScript Best Practices for Beginners

    30 JavaScript Best Practices for Beginners

    Tutorial Beginner

    This week, we'll look at some of the best practices for coding in JavaScript! Once you've reviewed the list, be sure to let us know what little tips you've...

  6. How to Use assert() in PHP

    How to Use assert() in PHP

    Tutorial Beginner

    In this article, I'll teach you about the assert() function in PHP. I will teach you what exactly it is, how it works, and the right context to use it in...

  7. How to Iterate Over Object Properties in JavaScript

    How to Iterate Over Object Properties in JavaScript

    Tutorial Beginner

    In this article, we'll go through the various ways to iterate over the properties of an object in JavaScript.

  8. Data Structures With JavaScript: Tree

    Data Structures With JavaScript: Tree

    Tutorial Beginner

    Trees are one of the most commonly used data structures in web development. This statement holds true for both developers and users. Every web developer who...

  9. Add Days to a Date With PHP DateInterval

    Add Days to a Date With PHP DateInterval

    Tutorial Beginner

    In this quick tip, you will learn how to add days to a date in PHP using the DateInterval class.

  10. 30+ PHP Best Practices for Beginners

    30+ PHP Best Practices for Beginners

    Tutorial Intermediate

    PHP is the most widely used language for programming on the web. Here are 30+ best practices for beginners wanting to gain a firmer grasp of the fundamentals.

  11. PHP Magic Methods Cheatsheet

    PHP Magic Methods Cheatsheet

    Tutorial Beginner

    In this post, I'll give you a cheatsheet quick reference to all the magic methods available in PHP.

  12. Pop and Shift Arrays With PHP: When to Use Each One

    Pop and Shift Arrays With PHP: When to Use Each One

    Tutorial Beginner

    In this quick tip, I'll show you how to use the array_pop() and array_shift() functions in PHP to get the first and last elements of an array.