ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,503 results

Евгений Орехов (Evgeny Orekhov)
PHP vs JavaScript (Node.js) - floating point precision (IEEE 754)

The IEEE floating point standard made it difficult to count money on a computer, ‪‎PHP‬ made it impossible to display a result.

2:39
PHP vs JavaScript (Node.js) - floating point precision (IEEE 754)

1,256 views

10 years ago

Roel Van de Paar
Software Engineering: Generating presentation elements with Javascript vs PHP (2 Solutions!!)

Software Engineering: Generating presentation elements with Javascript vs PHP Helpful? Please support me on Patreon: ...

1:50
Software Engineering: Generating presentation elements with Javascript vs PHP (2 Solutions!!)

12 views

3 years 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!

242 views

1 year ago

Turbo Learn PHP
Which #php method is best for making HTTP requests? curl_exec vs file_get_contents – Which is Best

Which PHP method is best for making HTTP requests? curl_exec() is more flexible and powerful for complex HTTP requests.

0:15
Which #php method is best for making HTTP requests? curl_exec vs file_get_contents – Which is Best

368 views

1 year ago

Turbo Learn PHP
When should you use array_push vs array_merge? array_push vs array_merge in #php – Which is Faster?

When should you use array_push vs array_merge? array_push is designed to add one or more elements to the end of an array ...

0:13
When should you use array_push vs array_merge? array_push vs array_merge in #php – Which is Faster?

17 views

10 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
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 to use json_encode() vs serialize() in PHP? json_encode() vs serialize() – Which Is Better for

When to use json_encode() vs serialize() in PHP? json_encode() is better for exchanging data between different languages or ...

0:31
When to use json_encode() vs serialize() in PHP? json_encode() vs serialize() – Which Is Better for

431 views

11 months ago

Turbo Learn PHP
Why is eval better than include in PHP? eval vs include: #php Code Execution #secrets You Missed!

Why is eval better than include in PHP? eval() can execute dynamic PHP code from a string, offering flexibility. include() ...

0:18
Why is eval better than include in PHP? eval vs include: #php Code Execution #secrets You Missed!

464 views

1 year ago

iFarouq Dev
006 (3 Most Notable Differences between PHP vs Node.js) |Tips of The Day | iFarouq Tech

Hello everyone, Good morning to you all. This is our 6th Tips of the Day (3 Most Notable Differences Between PHP vs Node.js).

0:41
006 (3 Most Notable Differences between PHP vs Node.js) |Tips of The Day | iFarouq Tech

11 views

3 years ago

Roel Van de Paar
Software Engineering: PHP Post vs JavaScript Ajax Request

Software Engineering: PHP Post vs JavaScript Ajax Request Helpful? Please support me on Patreon: ...

1:24
Software Engineering: PHP Post vs JavaScript Ajax Request

2 views

3 years ago

Turbo Learn PHP
When should I use global or static variables in PHP? #php Global vs Static – Which One to Use for

When should I use global or static variables in PHP? Use global variables when you need to share data between different ...

0:14
When should I use global or static variables in PHP? #php Global vs Static – Which One to Use for

187 views

11 months ago

Turbo Learn PHP
Which is better: #mysqli_fetch_assoc or mysqli_fetch_object? #mysqli_fetch_assoc vs

Which is better: mysqli_fetch_assoc or mysqli_fetch_object? mysqli_fetch_assoc returns an associative array, which makes ...

0:17
Which is better: #mysqli_fetch_assoc or mysqli_fetch_object? #mysqli_fetch_assoc vs

25 views

1 year ago

Roel Van de Paar
Software Engineering: Checking at javascript level vs checking in PHP? (3 Solutions!!)

Software Engineering: Checking at javascript level vs checking in PHP? Helpful? Please support me on Patreon: ...

2:25
Software Engineering: Checking at javascript level vs checking in PHP? (3 Solutions!!)

3 views

3 years ago

Turbo Learn PHP
Why use json_encode() vs json_decode() in PHP? json_encode() vs json_decode() – Best Practices for

Why use json_encode() vs json_decode() in PHP? 🗓️ json_encode() is used for converting PHP data (like arrays and objects) ...

0:27
Why use json_encode() vs json_decode() in PHP? json_encode() vs json_decode() – Best Practices for

107 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 should I prefer mysqli_query over mysql_query? mysql_query vs mysqli_query in PHP: Which One to

Why should I prefer mysqli_query over mysql_query? mysql_query() is deprecated and no longer supported in modern PHP ...

0:22
Why should I prefer mysqli_query over mysql_query? mysql_query vs mysqli_query in PHP: Which One to

105 views

11 months ago

Turbo Learn PHP
Why should you choose hrtime over microtime for benchmarks? #php Microtime vs Hrtime – Which One

Why should you choose hrtime over microtime for benchmarks? 🏍️ Hrtime provides nanosecond precision, which is crucial for ...

0:18
Why should you choose hrtime over microtime for benchmarks? #php Microtime vs Hrtime – Which One

68 views

10 months ago

Turbo Learn PHP
When to choose json_encode over serialize in PHP? #php json_encode vs serialize – Which One is

When to choose json_encode over serialize in PHP? json_encode converts data into a JSON string format, ideal for APIs or ...

0:24
When to choose json_encode over serialize in PHP? #php json_encode vs serialize – Which One is

159 views

11 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