'' tutorials

All '' tutorials:

  1. 10 Best Free Live Chat PHP Scripts

    10 Best Free Live Chat PHP Scripts

    Tutorial Beginner

    Free PHP live chat scripts come in all sizes and shapes. Some have enterprise-level features, while others have basic features that allow you to get started...

  2. Effectively Organize Your Game's Development With a Game Design Document

    Effectively Organize Your Game's Development With a Game Design Document

    Tutorial Beginner

    Have you ever dived right into developing a game, but found yourself having to constantly change aspects of the design or the gameplay due to a lack of...

  3. How to Use async in PHP

    How to Use async in PHP

    Tutorial Intermediate

    In this tutorial, I will show you how to use the async library from Spatie to run code asynchronously in PHP.

  4. SQL for Beginners: Part 3 - Database Relationships

    SQL for Beginners: Part 3 - Database Relationships

    Tutorial Beginner

    Today, we continue our journey into the world of SQL and relational database systems. In this part three of the series, we'll learn how to work with multiple...

  5. Android Sensors in Depth: Proximity and Gyroscope

    Android Sensors in Depth: Proximity and Gyroscope

    Tutorial Intermediate

    Gyroscopes and proximity sensors are available on most Android phones today. By using them creatively, you can add a whole new dimension to your user...

  6. How to Use the Symfony Event Dispatcher for PHP

    How to Use the Symfony Event Dispatcher for PHP

    Tutorial Intermediate

    Today, we're going to learn how to use the Symfony event dispatcher component, which allows you to create events and listeners in your PHP applications....

  7. Jump-Start Your Mobile App With an iOS App Template

    Jump-Start Your Mobile App With an iOS App Template

    Tutorial Beginner

    The best way to reach mobile users is through apps. By engaging with mobile users, you’re taking advantage of mobile traffic. It increases your visibility...

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

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

  10. 19 Best JavaScript Admin Templates for React, Angular, and Vue.js

    19 Best JavaScript Admin Templates for React, Angular, and Vue.js

    Tutorial Beginner

    With this list of JavaScript admin panel templates and dashboards, it's painless to create beautiful, interactive UIs. Built using cutting-edge technology...

  11. Adding Custom Hooks in WordPress: Custom Actions

    Adding Custom Hooks in WordPress: Custom Actions

    Tutorial Beginner

    In this two-part series, we're going to review the WordPress hook system and how it's implemented, and we're going to take a look at how to define both our...

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