Channel Avatar

CodeWithNaf @UCkbsfWRhxghJHyo3WJIV7qA@youtube.com

56 subscribers - no pronouns :c

Welcome to our channel, your ultimate resource for programmi


03:48
17 json_encode | JSON Encoding in PHP
15:48
Send Email in NodeJs with Nodemailer
03:28
16 date | PHP Date Functions
08:39
Express.js API GET POST PUT DELETE | Nodejs Express CRUD | @CodeWithNaf
17:27
Build ReactJS + NextJS: Admin and Website in a Single Codebase
09:45
PHP | How to Create Log in PHP: A Beginner's Tutorial
06:30
Mastering Dynamic Routing in Next.js with ReactJS
04:05
Insert CSS Files in a Next.js | TypeScript Project | @CodeWithNaf
02:29
15 file_get_content | How to Fetch Website Data | @CodeWithNaf
10:52
Connecting Socket.IO with MongoDB | Socket.IO Real Time | #CodeWithNaf
11:43
Mastering Response Handling in Next.js | #CodeWithNaf
41:55
Complete Guide : Master in Form Submission in Next.js and React.js | #CodeWithNaf
30:42
Best practices for backend development in Next.js
02:58
14 strpos | How to Check the Position of a Word in a Sentence | #CodeWithNaf
01:52
13 strlen | How to Count String/Characters Length Using strlen in PHP | #CodeWithNaf
01:58
12 str_repeat | How to Repeat a Process N Times in PHP | #CodeWithNaf
10:43
How to Set Up a React App Using Next.js | How to work backend with NextJs | #CodeWithNaf
02:24
11 str_replace | Replace Words in Strings Using str_replace | #CodeWithNaf
22:23
Mastering Socket.io in Node.js : A Step-by-Step Tutorial | #CodeWithNaf
14:23
How to Handle Responses in Node.js Express - Beginner's Guide | Step-by-Step Tutorial | #CodeWithNaf
06:51
How to Search Locations within the Radius in MongoDB using Node.js | #CodeWithNaf
02:13
10 implode | How to use implode | How to convert Array into String | #CodeWithNaf
08:13
MongoDB Tutorial: How to Use the $match Stage Effectively | MongoDB | #CodeWithNaf
02:16
9 explode | How to Convert a String to an Array | Explode | #CodeWithNaf
02:38
8 isset | How to Verify if a Variable is Set with isset() | #CodeWithNaf
02:13
7 in_array : How to Check if a Value Exists in an Array | In_Array | CodeWithNaf
01:23
6 is_array | How to Check if a Variable is an Array | Is_Array | CodeWithNaf
10:58
Node.js Tutorial: How to Use Token in API | Easy way to Use Token In API | JWT | #CodeWithNaf
01:50
5 ucwords : How to Capitalize the First Letter of Words in a Sentence
06:50
NodeJs Tutorial: How to Validate request with Joi Middleware
09:08
Node.js Tutorial: How to Upload Images with Middleware
02:02
4 ucfirst : How to Capitalize the First Letter of a String in PHP?
17:34
How to Setup a Node.js App with MongoDB and Express
05:26
How to Remove and Insert Elements in an Array with JavaScript array.splice()
02:00
3 strtolower : How to Convert a String to Lowercase in PHP
01:56
2 strtoupper : How to Convert a String to Uppercase in PHP
02:35
1 trim : How to Remove Leading and Trailing Spaces Using PHP Trim
02:30
Checking a Parameter in a JavaScript Array : A Guide | Array.includes
01:34
Learn JavaScript Fast: Sum Arrays with array.reduce
01:24
Learn JavaScript Fast: Using array.filter for Less Than & Greater Than
02:26
Learn JavaScript: How to Reverse an Array with array.reverse
02:15
Learn Javascript : How to sort an array in Javascript array.sort
03:43
Learn Javascript : How to merge two array in one array
02:31
Learn Javascript: How to modified an array and use of array.map
02:49
Learn Javascript : How to insert element in starting array.unshift
02:46
Learn Programming : How to insert element end of array array.push
03:16
How to get first element in Javascript with array.shift
03:43
How to get last element of the array and remove from array. array.pop method
01:23
Replacing a Word in a Sentence with JavaScript