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
808 results
Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.
483,511 views
8 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 ...
63,538 views
1 month ago
In this tutorial, you will learn how to generate PDF files from plain text using PHP — all without relying on any third-party libraries!
31 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
Check out Supabase: https://supabase.plug.dev/qnxeTMY ❤️ Get 40% OFF CodeCrafters: ...
168,686 views
3 months ago
How to handle async queries in PHP? Using async queries improves application performance. BUT many developers forget ...
83 views
10 months ago
How to convert Julian dates in PHP using jdtogregorian? You can use jdtogregorian() to convert Julian dates. This is helpful ...
9 views
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.
11 months ago
How can I handle multithreading in PHP using pthreads? You can use pthreads to run tasks in parallel. This is helpful for ...
40 views
Why use session_regenerate_id in PHP? session_regenerate_id helps protect against session fixation attacks. It changes ...
65 views
When should I use mysqli_prepare() in PHP? Using mysqli_prepare() helps prevent SQL injection attacks. But many ...
16 views
When should you use jdtofrench() in PHP? Use jdtofrench() to convert Julian dates into French Republican calendar format.
3 views
Why should you use mysqli_debug in PHP? mysqli_debug helps in debugging MySQLi operations. It provides insights into ...
11 views
What is ctype_graph in PHP and why use it? ctype_graph helps you filter strings to allow only visible characters. It excludes ...
15 views
How can you prevent SQL injection in PHP? ⛽ Using mysqli_query() with prepared statements is crucial. ⛽ This method allows ...
84 views
When should you use mysqli_stmt_attr_set()? Using mysqli_stmt_attr_set() helps optimize prepared statements. It allows ...
8 views
What methods optimize database queries in PHP? Optimizing database queries can save a lot of time. You can use ...
18 views
Why is mysqli_real_escape_string critical for PHP? When handling user input, security is a major concern.
32 views
How can mysqli_set_opt() improve MySQL performance? 🏍️ When you use mysqli_set_opt(), you can adjust connection options ...
10 views