- 238
- 617 424
iFix Tech 4U
United States
Приєднався 27 лис 2019
Welcome to my channel. I am iFix Tech 4U. What is my channel about?. In this channel I will share about.Technology like Android , IOS, Windows , Tutorials , How to fix problems.
Some videos not good , But I will try update it, and some videos can help you more . This is How to channel for you.
(Windows, Apple, Android, iOS, VB.net, asp.net, html, css, javascript, jquery, joomla, wordpress, outlook, yahoo, gmail and other solution of your problem.)
Some videos not good , But I will try update it, and some videos can help you more . This is How to channel for you.
(Windows, Apple, Android, iOS, VB.net, asp.net, html, css, javascript, jquery, joomla, wordpress, outlook, yahoo, gmail and other solution of your problem.)
How to get protocol, hostname, port, id, search parameter, pathname from URL in Node.js - Part 9
The url module in Node.js is a built-in module that provides utilities for parsing, constructing, and resolving URLs. This module helps manage and manipulate URL strings and is commonly used in server-side applications to work with web addresses. It includes methods and properties to break down URLs into components such as protocol, hostname, path, query parameters, and more.
Переглядів: 5
Відео
How to use URL module in Node.js - part 8
Переглядів 214 годин тому
The url module in Node.js is a built-in module that provides utilities for parsing, constructing, and resolving URLs. This module helps manage and manipulate URL strings and is commonly used in server-side applications to work with web addresses. It includes methods and properties to break down URLs into components such as protocol, hostname, path, query parameters, and more.
How to rename and delete file in node.js - The File System (fs) module in Node.js - Part 7
Переглядів 316 годин тому
1- To rename a file with the File System module, use the fs.rename() method. 2- To delete a file with the File System module, use the fs.unlink() method.
Create, update and write some text file in Node.js - The File System (fs) module in Node.js- Part 6
Переглядів 319 годин тому
To create a file in Node.js, you can use the fs module. Explanation: - Require the fs module: This gives you access to file system operations. - fs.writeFile: This function creates a new file (or overwrites an existing one) named mynewfile2.txt with the specified content. - Callback function: If there's an error during the file creation, it will log the error to the console; otherwise, it will ...
How to Read file in Node.js - The File System (fs) module in Node.js - Part 5
Переглядів 621 годину тому
The File System (fs) module in Node.js provides an API for interacting with the file system, allowing you to perform operations such as reading, writing, updating, and deleting files and directories. Key Features - Asynchronous and Synchronous Methods: The fs module provides both asynchronous methods (which take a callback) and synchronous methods (which block the execution until the operation ...
https module in node js - Part 4
Переглядів 7День тому
The https module in Node.js is used to make secure HTTPS requests to other servers and set up HTTPS servers. It's part of Node's standard library, so no additional installation is required. The https module provides a range of functions, with methods similar to the http module, but it operates over a secure TLS/SSL protocol.
Laravel - Querying the Database for Foreign Keys by using php artisan command in Laravel
Переглядів 514 днів тому
In this video, you will learn how to get foreign keys by using artisan command. In order to do this task you need to install a simple library and configuration in your Laravel project.
Querying the Database for Foreign Keys - Find foreign table, column and key base on primary table
Переглядів 914 днів тому
In this video, you will learn how to find foreign keys by using MySql command. Actaully, there are three ways that you can find it. 1- checking manaully 2- You can use Laravel command and 3- using mysql command that I will show you now.
Completely remove or uninstall a package from Laravel using PHP Composer
Переглядів 1914 днів тому
In this video, you will learn how to remove or uninstall a package that you have installed in laravel project by using a simple artisan command. It is fast and completely remove all library, package and cache in your Laravel project.
SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row
Переглядів 3714 днів тому
In this video, I will show you how to fix migrate:refresh in laravel. Below is the error message happended when you run the command: Illuminate\Database\QueryException SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails
Fix MS Word: How to Ignore All Errors in Microsoft Office Word
Переглядів 340Місяць тому
In this video, you will learn how to ignore all spelling and grammar error in microsoft office words. You can ignore one or all words in word document. This video will help you.
Laravel 10 - How to make active sidebar in AdminLTE3 - how to fix active sidebar
Переглядів 108Місяць тому
AdminLTE3 - how to fix active sidebar or Showing active in parent and child menu on a drop down side menu on Bootstrap (AdminLTE 3)
mysqli::real_connect(): (HY000/1130): Host 'localhost' is not allowed to connect to this MariaDB
Переглядів 8633 місяці тому
Error MySQL said: Documentation Cannot connect: invalid settings. mysqli::real_connect(): (HY000/1130): Host 'localhost' is not allowed to connect to this MariaDB server Connection for controluser as defined in your configuration failed. mysqli::real_connect(): (HY000/1130): Host 'localhost' is not allowed to connect to this MariaDB server phpMyAdmin tried to connect to the MySQL server, and th...
Laravel 11 - API Resource Relationship
Переглядів 3,2 тис.4 місяці тому
Dear everyone, in this video you will learn how to use api resource relationship. I will provide an example of relation between user and post information.
Laravel 11 - Eloquent API Resource Collection - Part 8
Переглядів 1,2 тис.5 місяців тому
In addition to generating resources that transform individual models, you may generate resources that are responsible for transforming collections of models. This allows your JSON responses to include links and other meta information that is relevant to an entire collection of a given resource.
How to Run Multiple Laravel version with multiple Php version in Xampp on Windows 10
Переглядів 8985 місяців тому
How to Run Multiple Laravel version with multiple Php version in Xampp on Windows 10
Laravel 11 - Eloquent API Resource Return as Collection Data - Part 7
Переглядів 4335 місяців тому
Laravel 11 - Eloquent API Resource Return as Collection Data - Part 7
Laravel 11 - Eloquent API Resource - How to Create User Eloquent API Resource - Part 6
Переглядів 5835 місяців тому
Laravel 11 - Eloquent API Resource - How to Create User Eloquent API Resource - Part 6
Laravel 11 - Eloquent API Resources - Part 5
Переглядів 2995 місяців тому
Laravel 11 - Eloquent API Resources - Part 5
Apache Status change detected: stopped. Error: Apache shutdown unexpectedly. blocked port
Переглядів 4375 місяців тому
Apache Status change detected: stopped. Error: Apache shutdown unexpectedly. blocked port
How to Upgrade or Downgrade PHP version in Xampp on Windows 10
Переглядів 1395 місяців тому
How to Upgrade or Downgrade PHP version in Xampp on Windows 10
laravel 11 - Logout token in Sanctum API - Part 4
Переглядів 6285 місяців тому
laravel 11 - Logout token in Sanctum API - Part 4
Laravel 11 - Using login token to get or access data (user profile) from Sanctum API - Part 2
Переглядів 6745 місяців тому
Laravel 11 - Using login token to get or access data (user profile) from Sanctum API - Part 2
Laravel 11 - Create Login through Postman - Part 2
Переглядів 7175 місяців тому
Laravel 11 - Create Login through Postman - Part 2
Laravel 11 - How to use Sanctum API and create register user with Postman - Part 1
Переглядів 1,9 тис.5 місяців тому
Laravel 11 - How to use Sanctum API and create register user with Postman - Part 1
How to run laravel 11 project on localhost windows 10 without use php artisan serve - Virtual Host
Переглядів 4,2 тис.5 місяців тому
How to run laravel 11 project on localhost windows 10 without use php artisan serve - Virtual Host
Fix Laravel 11: Symfony\\ Component\\ HttpKernel\\ Exception\\ MethodNotAllowedHttpException
Переглядів 6235 місяців тому
Fix Laravel 11: Symfony\\ Component\\ HttpKernel\\ Exception\\ MethodNotAllowedHttpException
Laravel 11 - Add Logout in Sidebar Menu - Part 9
Переглядів 4976 місяців тому
Laravel 11 - Add Logout in Sidebar Menu - Part 9
Laravel 11 - Set up Login Form With Admin Dashboard Template - Plugin Admin - Part 8
Переглядів 6196 місяців тому
Laravel 11 - Set up Login Form With Admin Dashboard Template - Plugin Admin - Part 8
Laravel 11 - Create Login Form - Laravel Breeze - part 7
Переглядів 3336 місяців тому
Laravel 11 - Create Login Form - Laravel Breeze - part 7
many thanks for help <3
Thanks 😊
Welcome 😊
Thanks It was really helpful 🫡👍
Glad it helped
THE GOAT!!!!!!!!!!!!
welcome
Thank you help me
Happy to help
Thank you!
You're welcome!
Muchas gracias
thanks
You are my hero ❤
Thank you
thank you so much
You're welcome!
Thanks, it worked like a charm! All over the net they're saying to do the skip-grant-tables trick, but none mentioned it needs to be written under [mysqld]! Some of us never touch these ini files so we don't know where to write it. I couldn't get it to work before, with this was fixed in under a minute.
great
Genius
Thanks
dude you just save my day
great
works perfectly.. Thanks
You're welcome!
Thank you so much for helping me solve the error! Your advice really worked, and I appreciate the time you took to explain it. 🙏 You're awesome! 😊
Glad it helped!
I love you man
thanks
thank you so much
You're welcome!
thanks a lot, it worked like a charm. Do you know why this happened and why we needed to apply this solution?
Glad it helped
Thank you so much!!
You're welcome!
Worked!
Welcome
Köszi, segítettél haver bro
Welcome
Thankyouuu soo soo much😭💖
Thank you
Thank you bro, I had the same problem and everything got solved! Appreciate it!
Glad I could help
thank you bro, helped a lot
Glad it helped
thanks pro
Welcome
Que Deus te abençoe me ajudou muito obg !
Thanks
thank you so much my brother
You are most welcome
Open
thanks
thanks 👌
Welcome 😊
Nyc❤
thanks
Thanks a lot. I've been looking for a tools that it let me to show my data on my web applications. It works well.
Glad it helped!
thank bro I can solve with bro's video and thank you so much all time,any junior developer subscribe this channel for work and learning may you be healthy and happy bro.....
welcome
css is not connected
I love you man
welcome
gracias!!!
thanks
is it possible to use this method, i already drop the database but the ldf file on my drive c: almost consume the storage? can anyone help me out. tia
thanks u the goat
Your're welcome
This doesn`t work.
it working
thanks
what about for windows sir??
Thanks
Welcome
Can you upload the management tool software
doesn-t work :(
Thank you
You're welcome
Brooo, thats workkkk..realll
thanks
ありがとう。マジで助かった。大好き。 You are my hero.
welcome
thanks a lot
You are most welcome
worked thanks!
Glad it helped
for if there is any error related to postman pre script for login you can: 1. X-XSRF-TOKEN with value {{csrf-token}} 2. and paste this code in pre script: pm.sendRequest({ url: "localhost:8000/sanctum/csrf-cookie", method: "GET" },function(err, res, {cookies}){ if(!err) { pm.globals.set('csrf-token',cookies.get('XSRF-TOKEN')) } })
Thank you bro, you are doing such a greate work to solve others problem thanks a lot buddy❤❤❤❤
It's my pleasure
its still doesn't work, what is wrong with laravel 11
thank you