ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

868 results

Turbo Learn PHP
When should you use array_map over array_filter? array_map vs array_filter in #php – Which One

When should you use array_map over array_filter? array_map is used when you need to apply a transformation to every ...

0:27
When should you use array_map over array_filter? array_map vs array_filter in #php – Which One

49 views

11 months ago

The Coding Gopher
99% of Developers Don't Get Sockets

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

12:05
99% of Developers Don't Get Sockets

477,633 views

8 months ago

Kevin Powell
Goodbye VS Code!

Check it out Zed for yourself https://zed.dev/ ✉ Keep up to date with everything I'm up to https://www.kevinpowell.co/newsletter ...

36:45
Goodbye VS Code!

61,542 views

1 month ago

Turbo Learn PHP
What’s the quickest way to debug #php code? Master #php Debugging in Seconds The Ultimate Tip!

What's the quickest way to debug PHP code? Using error_reporting can show all errors quickly. Combine it with ...

0:17
What’s the quickest way to debug #php code? Master #php Debugging in Seconds The Ultimate Tip!

1,040 views

11 months ago

ojamboshop
Create PDF Files with PHP (No Libraries Needed!) - Easy Guide for Beginners

In this tutorial, you will learn how to generate PDF files from plain text using PHP — all without relying on any third-party libraries!

19:03
Create PDF Files with PHP (No Libraries Needed!) - Easy Guide for Beginners

19 views

1 month ago

axsantosh
The Complete Variables In Php Tutorial

Ready to master variables in php? This comprehensive guide covers everything you need to know! In this video, you'll discover: ...

11:33
The Complete Variables In Php Tutorial

5 views

4 months ago

The Coding Gopher
99% of Developers Don't Get PostgreSQL

Check out Supabase: https://supabase.plug.dev/qnxeTMY ❤️ Get 40% OFF CodeCrafters: ...

12:40
99% of Developers Don't Get PostgreSQL

163,722 views

2 months ago

Turbo Learn PHP
What makes socket_sendmsg() essential for PHP? Unlock the Power of socket_sendmsg() in PHP!

What makes socket_sendmsg() essential for PHP? Using socket_sendmsg() can simplify message sending. BUT many ...

0:49
What makes socket_sendmsg() essential for PHP? Unlock the Power of socket_sendmsg() in PHP!

27 views

10 months ago

Turbo Learn PHP
When should you use mysqli_num_rows() in PHP? Mastering MySQLi How to Use mysqli_num_rows() Like a

When should you use mysqli_num_rows() in PHP? mysqli_num_rows() helps you check the result set size. Its important for ...

0:36
When should you use mysqli_num_rows() in PHP? Mastering MySQLi How to Use mysqli_num_rows() Like a

105 views

11 months ago

Turbo Learn PHP
Why is mysqli_stmt_free_result important in PHP? Unlocking mysqli_stmt_free_result() Master Memory

Why is mysqli_stmt_free_result important in PHP? 🏍️ When you execute a prepared statement, it consumes memory. 🏍️ But ...

0:45
Why is mysqli_stmt_free_result important in PHP? Unlocking mysqli_stmt_free_result() Master Memory

8 views

11 months ago

Turbo Learn PHP
When should you use mysqli_get_client_stats() in PHP? Unlock #hidden Client Stats in #php with

When should you use mysqli_get_client_stats() in PHP? Use this function when you need to monitor detailed stats about ...

1:25
When should you use mysqli_get_client_stats() in PHP? Unlock #hidden Client Stats in #php with

16 views

11 months ago

Turbo Learn PHP
Why is ftp_get() essential for #php developers? Master FTP in #php Unleashing ftp_get() Power

Why is ftp_get() essential for PHP developers? When you need to download files from an FTP server. How it simplifies ...

1:31
Why is ftp_get() essential for #php developers? Master FTP in #php Unleashing ftp_get() Power

30 views

11 months ago

Turbo Learn PHP
Why does mysqli_stmt_fetch sometimes fail with bound results in PHP? The #secret Power of

Why does mysqli_stmt_fetch sometimes fail with bound results in PHP? 🏍️ The `mysqli_stmt_fetch()` function retrieves data from ...

1:21
Why does mysqli_stmt_fetch sometimes fail with bound results in PHP? The #secret Power of

18 views

11 months ago

Turbo Learn PHP
When should I use array_diff vs array_udiff in PHP? #php array_diff vs array_udiff – Which One Wins

When should I use array_diff vs array_udiff in PHP? ⛴️ Use array_diff for basic comparison of values between arrays.

0:25
When should I use array_diff vs array_udiff in PHP? #php array_diff vs array_udiff – Which One Wins

35 views

11 months ago

Turbo Learn PHP
Why is mysqli_real_escape_string critical for PHP? Master MySQL Queries with

Why is mysqli_real_escape_string critical for PHP? When handling user input, security is a major concern.

0:43
Why is mysqli_real_escape_string critical for PHP? Master MySQL Queries with

31 views

11 months ago

Turbo Learn PHP
How to manage advanced MySQL connections in PHP? Mastering mysqli_real_connect() for Secure #php DB

How to manage advanced MySQL connections in PHP? `mysqli_real_connect()` allows you to customize MySQL connections ...

1:45
How to manage advanced MySQL connections in PHP? Mastering mysqli_real_connect() for Secure #php DB

3 views

11 months ago

Turbo Learn PHP
When to use var_dump vs gettype in PHP? gettype vs var_dump – Best Way to Understand #php Data

When to use var_dump vs gettype in PHP? gettype is great for quickly checking just the type of a variable. var_dump is more ...

0:19
When to use var_dump vs gettype in PHP? gettype vs var_dump – Best Way to Understand #php Data

71 views

11 months ago

Turbo Learn PHP
How to convert Julian dates in #php using jdtogregorian? Transform Your Dates Master jdtogregorian()

How to convert Julian dates in PHP using jdtogregorian? You can use jdtogregorian() to convert Julian dates. This is helpful ...

0:44
How to convert Julian dates in #php using jdtogregorian? Transform Your Dates Master jdtogregorian()

9 views

10 months ago

Turbo Learn PHP
When to use array_splice instead of array_slice in PHP? #php array_splice vs array_slice – Which One

When to use array_splice instead of array_slice in PHP? array_splice removes elements from the array and optionally replaces ...

0:22
When to use array_splice instead of array_slice in PHP? #php array_splice vs array_slice – Which One

8 views

11 months ago

Turbo Learn PHP
Why does date_default_timezone_set() not affect all date functions? Why Doesnt

Why does date_default_timezone_set() not affect all date functions? date_default_timezone_set() sets the timezone for the ...

0:39
Why does date_default_timezone_set() not affect all date functions? Why Doesnt

76 views

11 months ago