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
888 results
Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.
480,316 views
8 months ago
What's the quickest way to debug PHP code? Using error_reporting can show all errors quickly. Combine it with ...
1,069 views
11 months ago
Check it out Zed for yourself https://zed.dev/ ✉ Keep up to date with everything I'm up to https://www.kevinpowell.co/newsletter ...
62,783 views
1 month ago
When should you use array_map over array_filter? array_map is used when you need to apply a transformation to every ...
49 views
In this tutorial, you will learn how to generate PDF files from plain text using PHP — all without relying on any third-party libraries!
26 views
Ready to master variables in php? This comprehensive guide covers everything you need to know! In this video, you'll discover: ...
5 views
4 months ago
How to handle async queries in PHP? Using async queries improves application performance. BUT many developers forget ...
78 views
10 months ago
Check out Supabase: https://supabase.plug.dev/qnxeTMY ❤️ Get 40% OFF CodeCrafters: ...
166,366 views
3 months ago
What makes socket_sendmsg() essential for PHP? Using socket_sendmsg() can simplify message sending. BUT many ...
27 views
How does mysqli_fetch_lengths() improve database handling? mysqli_fetch_lengths() gives you the length of each column.
9 views
When should you use mysqli_get_client_stats() in PHP? Use this function when you need to monitor detailed stats about ...
16 views
Why is mysqli_stmt_free_result important in PHP? 🏍️ When you execute a prepared statement, it consumes memory. 🏍️ But ...
8 views
How can I handle multithreading in PHP using pthreads? You can use pthreads to run tasks in parallel. This is helpful for ...
40 views
Hi there , I'm Soeng Souy (StarCode Kh) ------------------------------------------- I'm currently creating a sample Laravel and React ...
2,006 views
How to manage advanced MySQL connections in PHP? `mysqli_real_connect()` allows you to customize MySQL connections ...
3 views
Why is mysqli_stmt_error() critical for debugging? When a prepared statement fails silently, BUT you cant see any error, you ...
6 views
Why is mysqli_real_escape_string critical for PHP? When handling user input, security is a major concern.
32 views
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 ...
71 views
When should I use array_diff vs array_udiff in PHP? ⛴️ Use array_diff for basic comparison of values between arrays.
35 views
How to convert Julian dates in PHP using jdtogregorian? You can use jdtogregorian() to convert Julian dates. This is helpful ...