Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
2,485 results
Not sure which testing tool to use in your project? In this video, I break down the best automated testing tools for the most ...
94 views
5 months ago
When should you use array_map over array_filter? array_map is used when you need to apply a transformation to every ...
48 views
11 months ago
python #pythonshorts #shorts #coding Learn how to filter prime numbers from a range using a custom function and Python's filter() ...
676 views
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 ...
152 views
python #pythonshorts #shorts #coding #programming This method allows a function to return itself, enabling multiple calls in a ...
933 views
8 months ago
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 ...
17 views
10 months ago
When should you use require instead of autoloading in PHP? The require statement is ideal when you know exactly which files ...
71 views
Why is using require sometimes better than include in PHP? Require ensures that the file is included, otherwise, the script will ...
106 views
python #pythonshorts #shorts #coding Learn how to make your code efficient. Small changes but big effect. Perfect for Python ...
703 views
When should I use array_map over array_walk in PHP? array_map() returns a new array after applying the callback function to ...
444 views
This year marked a special milestone—my very first collaboration! Despite all the ups and downs, it's been nothing short of ...
537 views
python #pythonshorts #shorts Discover the truth about tuples in Python! Many believe parentheses define a tuple, but it's actually ...
617 views
When to use array_splice instead of array_slice in PHP? array_splice removes elements from the array and optionally replaces ...
8 views
When should you use array_walk vs array_map in PHP? array_walk() is best when you need to modify the original array ...
241 views
Why prefer switch over if-else in PHP? Switch can be more efficient when comparing a single variable against many values.
87 views
When should I use array_diff vs array_udiff in PHP? ⛴️ Use array_diff for basic comparison of values between arrays.
35 views
python #java #javascript #programming #php #sql #rust #programmer #software #datascience #dataanalytics #viralvideo #shorts ...
1,482 views
4 months ago
When should you use session_start() vs session_id()? session_start() is essential to begin a session and generate a session ID ...
88 views
python #pythonshorts #shorts #coding Python dictionary magic, mastering dict comprehension, python concise coding, dict ...
1,621 views
Unlock the full potential of Eclipse IDE for web development! In this guide, you'll learn how to set up Eclipse IDE for PHP, ...
100 views