ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

108,962 results

Alex Demko
Best Testing Tools in 2025 for Python, PHP, JS & Java 💥 | PyTest, PHPUnit, Jest, Selenium & More

Not sure which testing tool to use in your project? In this video, I break down the best automated testing tools for the most ...

15:09
Best Testing Tools in 2025 for Python, PHP, JS & Java 💥 | PyTest, PHPUnit, Jest, Selenium & More

94 views

5 months ago

Roel Van de Paar
Software Engineering: python vs php (for project managers) (11 Solutions!!)

Software Engineering: python vs php (for project managers) Helpful? Please support me on Patreon: ...

5:14
Software Engineering: python vs php (for project managers) (11 Solutions!!)

3 views

3 years ago

Turbo Learn PHP
When should I use exit over die in PHP? exit vs die in #php – What’s the Difference?

When should I use exit over die in PHP? exit() and die() are essentially the same, but die() is often used for readability in error ...

0:16
When should I use exit over die in PHP? exit vs die in #php – What’s the Difference?

152 views

11 months ago

Turbo Learn PHP
Why avoid phpinfo in production? phpinfo vs ini_get: #hidden #php Config Secrets!

Why avoid phpinfo in production? phpinfo displays sensitive server information publicly. ini_get only retrieves specific ...

0:32
Why avoid phpinfo in production? phpinfo vs ini_get: #hidden #php Config Secrets!

440 views

1 year ago

Turbo Learn PHP
When is PDO better than MySQLi? PDO vs MySQLi: The Surprising #php #performance Trick!

When is PDO better than MySQLi? Use PDO if you need flexibility for multiple databases. PDO handles prepared statements ...

0:58
When is PDO better than MySQLi? PDO vs MySQLi: The Surprising #php #performance Trick!

245 views

1 year ago

Turbo Learn PHP
PHP Master Shares EXPERT Tips on require_once vs include_once!

When to use require_once vs include_once in PHP? ⛹️ require_once ensures that a file is included once and causes a fatal ...

0:19
PHP Master Shares EXPERT Tips on require_once vs include_once!

134 views

1 year ago

Turbo Learn PHP
When should you use #php ob_start()? #secret Hack When to Use #php ob_start()!

When should you use PHP ob_start()? Use `ob_start()` to capture and manage script output. It's essential when working with ...

0:39
When should you use #php ob_start()? #secret Hack When to Use #php ob_start()!

95 views

1 year ago

John Hammond
PHP Type Juggling: Python Web Hacking | Natas: OverTheWire (Level 23)

If you would like to support me, please like, comment & subscribe, and check me out on Patreon: ...

5:07
PHP Type Juggling: Python Web Hacking | Natas: OverTheWire (Level 23)

4,953 views

7 years 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 is using require sometimes better than include in PHP? #php include vs require – Whats the Real

Why is using require sometimes better than include in PHP? Require ensures that the file is included, otherwise, the script will ...

0:14
Why is using require sometimes better than include in PHP? #php include vs require – Whats the Real

106 views

11 months ago

Turbo Learn PHP
Why use mb_strtoupper instead of strtoupper in PHP? strtoupper vs mb_strtoupper in #php – Why

Why use mb_strtoupper instead of strtoupper in PHP? ⛴️ strtoupper works well for single-byte encodings, but can break ...

0:22
Why use mb_strtoupper instead of strtoupper in PHP? strtoupper vs mb_strtoupper in #php – Why

48 views

1 year ago

Turbo Learn PHP
Why use session instead of #cookies in PHP? session vs cookie in #php – Which is Better for Storing

Why use session instead of cookies in PHP? Sessions store data on the server, making them more secure. Cookies store ...

0:13
Why use session instead of #cookies in PHP? session vs cookie in #php – Which is Better for Storing

1,699 views

1 year ago

Roel Van de Paar
PHP scraping using Python

PHP scraping using Python Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:19
PHP scraping using Python

8 views

3 years ago

Turbo Learn PHP
Which method should you use for #php database connection? mysqli_connect vs PDO::__construct: Which

Which method should you use for PHP database connection? mysqli_connect is faster when you need to connect to MySQL ...

0:34
Which method should you use for #php database connection? mysqli_connect vs PDO::__construct: Which

108 views

1 year ago

Turbo Learn PHP
When should you use require instead of #autoloading in PHP? #php require vs #autoloading – Which One

When should you use require instead of autoloading in PHP? The require statement is ideal when you know exactly which files ...

0:14
When should you use require instead of #autoloading in PHP? #php require vs #autoloading – Which One

71 views

11 months ago

Turbo Learn PHP
Which is safer for handling form data in PHP? filter_input vs $_POST in #php – Which One is Safer

Which is safer for handling form data in PHP? filter_input() allows you to validate and sanitize input at the same time.

0:20
Which is safer for handling form data in PHP? filter_input vs $_POST in #php – Which One is Safer

80 views

1 year ago

Turbo Learn PHP
Which one is better for splitting strings in PHP? #php explode() vs str_split(): Which One to Use?

Which one is better for splitting strings in PHP? explode() is great when you need to split a string by a delimiter, like a comma or ...

0:10
Which one is better for splitting strings in PHP? #php explode() vs str_split(): Which One to Use?

75 views

1 year ago

Turbo Learn PHP
Why prefer switch over if-else in PHP? switch vs if-else in #php – Which One Wins Performance?

Why prefer switch over if-else in PHP? Switch can be more efficient when comparing a single variable against many values.

0:17
Why prefer switch over if-else in PHP? switch vs if-else in #php – Which One Wins Performance?

87 views

11 months ago

Turbo Learn PHP
When should I use is_null and empty in PHP? #php is_null vs empty: Which One Should You Use?

When should I use is_null and empty in PHP? is_null is used to check if a variable is explicitly set to null. empty checks if a ...

0:13
When should I use is_null and empty in PHP? #php is_null vs empty: Which One Should You Use?

309 views

1 year ago

Roel Van de Paar
Raspberry Pi: PHP or jquery to execute python scripts for GPIO (3 Solutions!!)

Raspberry Pi: PHP or jquery to execute python scripts for GPIO Helpful? Please support me on Patreon: ...

2:26
Raspberry Pi: PHP or jquery to execute python scripts for GPIO (3 Solutions!!)

34 views

4 years ago