Ahmed Shaltout
Ahmed Shaltout
  • 33
  • 117 863
About me
My linkedin: www.linkedin.com/in/ahmed-shaltout-53854386
My email: ahmed@ahmedshaltout.com
My website: ahmedshaltout.com
มุมมอง: 368

วีดีโอ

AI Security Camera Using TensorFlow.js And Vue
มุมมอง 1.3Kปีที่แล้ว
Article: ahmedshaltout.com/ai/ai-security-camera-using-tensorflow-js-and-vue/ we will make an intelligent security webcam using a pre-trained object detection model in javascript Website: ahmedshaltout.com/ Contents of the video 00:00 - Intro 01:08 - Setup Vue application 01:25 - TensorFlow Object Detection 02:38 - Vue Component For AI Security Camera 03:31 - TensorFlow.js model COCO-SSD 05:37 ...
How to install MongoDB & MongoDB Compass in Windows 10
มุมมอง 1.2Kปีที่แล้ว
Install MongoDB Community Edition on Windows & MongoDB Compass Download (GUI)
How To Detect Inappropriate Comments Using AI And Node.js.
มุมมอง 159ปีที่แล้ว
AI will stop offensive, toxic, or inappropriate comments from your application using the TensorFlow Toxicity classifier model in Javascript Article: ahmedshaltout.com/node-js/how-to-detect-toxic-inappropriate-comments-using-ai-and-node-js/ Website: ahmedshaltout.com/ Contents of the video 00:00 - Intro 00:54 - Node.js Application 01:38 - TensorFlow.js With Node.js 02:39 - Using the Toxicity Cla...
How To Make ZIP Files From Multiple Directories in Laravel
มุมมอง 244ปีที่แล้ว
Article: ahmedshaltout.com/laravel/how-to-make-zip-files-from-multiple-directories-in-laravel/ Website: ahmedshaltout.com/ Contents of the video 00:00 - Intro 01:53 - Create a Zip file in Laravel 03:23 - Download a Zip file 04:11 - Zip Multiple Directories and Subdirectories
How to Generate PDF Files in Laravel That Support RTL Languages.
มุมมอง 1.4Kปีที่แล้ว
Article: ahmedshaltout.com/laravel/how-to-generate-pdf-files-in-laravel-that-support-rtl-languages/ generate a PDF file in Laravel that can support Arabic and other RTL languages. Website: ahmedshaltout.com/ Contents of the video 00:00 - Intro 00:57 - Laravel PDF 02:25 - Laravel PDF Generator
How to Download Files From URL In Laravel And Save them in the Storage.
มุมมอง 1.6Kปีที่แล้ว
Let’s create Laravel storage to save files and images from URLs Article: ahmedshaltout.com/laravel/how-to-download-files-from-url-in-laravel-and-save-them-in-the-storage/ Website: ahmedshaltout.com/ Contents of the video 00:00 - Intro 00:55 - Laravel File Storage 01:37 - Files Processing Trait 03:05 - The Controller and Routes
Vue.js 3 Localization Tutorial With Vue I18n Example
มุมมอง 4.2Kปีที่แล้ว
Let’s make a Vue 3 multi-language web application that allows the user to change the interface language Article: ahmedshaltout.com/vuejs/vue-js-3-localization-tutorial-with-vue-i18n-example/ How To Make A Vue.js 3 Shopping Cart: th-cam.com/video/AssWYh6ka0I/w-d-xo.html Contents of the video 00:00 - Intro 00:10 - Vue I18n installation 00:41 - Translation files 03:04 - Vue I18n usage 04:08 - chan...
Vue 3 Form Validation Examples With Explanation
มุมมอง 1.6Kปีที่แล้ว
We will use the Vuelidate package for the validation as it gets everything we need and moment js for date-time validation. Article: ahmedshaltout.com/vuejs/vue-3-form-validation-example-with-explanation/ Videos How To Make A Vue.js 3 Shopping Cart: th-cam.com/video/AssWYh6ka0I/w-d-xo.html How To Install Bootstrap 5 And Bootstrap Icons In Vue 3: th-cam.com/video/Ru3cvVe8UsY/w-d-xo.html How To Ad...
How To Make A Vue.js 3 Shopping Cart
มุมมอง 6Kปีที่แล้ว
Let’s make an e-commerce shopping cart in Vue.js 3 using Vuex and Web Storage Article: ahmedshaltout.com/vuejs/how-to-make-a-vue-3-shopping-cart/ Website: ahmedshaltout.com/ Videos How To Make Multi-layout Vue 3 application: th-cam.com/video/64kDEpY7xOs/w-d-xo.html How To Make Toast Notification In Vue.js 3: th-cam.com/video/wqJJ0zWN3HI/w-d-xo.html Contents of the video: 00:00 - Showcase 00:49 ...
How To Make Toast Notification In Vue.js 3
มุมมอง 10Kปีที่แล้ว
Article: ahmedshaltout.com/vuejs/how-to-make-toast-notification-in-vue-3-in-less-than-30-seconds/ Website: ahmedshaltout.com/
How To Add Meta Tags For SEO In Vue 3
มุมมอง 8Kปีที่แล้ว
Let’s create a Head tag with custom Meta tags for SEO Article: ahmedshaltout.com/vuejs/how-to-add-meta-tags-for-seo-in-vue-3/ Website: ahmedshaltout.com/
How To Make Website Footer at bottom of Page But Not Sticky.
มุมมอง 109ปีที่แล้ว
Let’s stick the footer to the bottom when page content is less. Article: ahmedshaltout.com/css/how-to-make-website-footer-at-bottom-of-page-but-not-sticky/ Website: ahmedshaltout.com/
How To Make Multi-layout Vue 3 application
มุมมอง 9Kปีที่แล้ว
Let’s create a multi-layout Vue.js 3 application using Vue Router Article: ahmedshaltout.com/vuejs/how-to-make-layouts-in-vue-3-application/ Webiste: ahmedshaltout.com Contents of the video: 00:00 Intro 00:22 Installing Vue Router 01:06 Creating Routes & Pages 03:13 Making Layouts 04:59 Adding Layout to routes group 05:29 Add navbar to the layout 06:08 Adding layout for about page
How To Install Bootstrap 5 And Bootstrap Icons In Vue 3
มุมมอง 5Kปีที่แล้ว
Let’s create a new Vite Vue.js 3 application and install Bootstrap 5 with Icons Article: ahmedshaltout.com/vuejs/how-to-install-bootstrap-5-in-vue-3-with-bootstrap-icons/ Website: ahmedshaltout.com/ Contents of the video 00:00 - Intro 00:20 - Creating a new Vue 3 Vite project 01:27 - Installing Bootstrap 5 03:53 Installing Bootstrap Icons
How To Use Laravel WebSockets And Laravel Echo With Vue 3 App. | S14
มุมมอง 10Kปีที่แล้ว
How To Use Laravel WebSockets And Laravel Echo With Vue 3 App. | S14
Laravel Events & Listeners with Queue Tutorial | S13
มุมมอง 2.1Kปีที่แล้ว
Laravel Events & Listeners with Queue Tutorial | S13
Laravel Cache Redis And File Store Tutorial With Example | S12
มุมมอง 5Kปีที่แล้ว
Laravel Cache Redis And File Store Tutorial With Example | S12
Laravel Many To Many Polymorphic Relationships With Localization Tutorial | S11
มุมมอง 207ปีที่แล้ว
Laravel Many To Many Polymorphic Relationships With Localization Tutorial | S11
Laravel E-commerce Product Model With Price and Discount | S10
มุมมอง 600ปีที่แล้ว
Laravel E-commerce Product Model With Price and Discount | S10
Laravel 9: Multi-Language CRUD With Eloquent API Resources - Database Localization | S09
มุมมอง 3.3Kปีที่แล้ว
Laravel 9: Multi-Language CRUD With Eloquent API Resources - Database Localization | S09
Laravel Permissions and Roles - Authorization Tutorial | Laravel 9: S08
มุมมอง 436ปีที่แล้ว
Laravel Permissions and Roles - Authorization Tutorial | Laravel 9: S08
Laravel localization with middleware | Laravel 9: S07
มุมมอง 866ปีที่แล้ว
Laravel localization with middleware | Laravel 9: S07
Upload & Resize Images with Intervention Image In Laravel API and Create Thumbnails | S06
มุมมอง 896ปีที่แล้ว
Upload & Resize Images with Intervention Image In Laravel API and Create Thumbnails | S06
Laravel 9: Get & Update User Data Via Sanctum RESTful API | : S05
มุมมอง 911ปีที่แล้ว
Laravel 9: Get & Update User Data Via Sanctum RESTful API | : S05
Reset Password Laravel API With OTP | Laravel 9: S04
มุมมอง 5K2 ปีที่แล้ว
Reset Password Laravel API With OTP | Laravel 9: S04
Email verification Laravel API With OTP (One time password) | S03
มุมมอง 7K2 ปีที่แล้ว
Email verification Laravel API With OTP (One time password) | S03
Laravel 9: How To Send Email Notifications in Laravel | S02
มุมมอง 1.6K2 ปีที่แล้ว
Laravel 9: How To Send Email Notifications in Laravel | S02
Laravel 9: Authentication RESTful API Using Sanctum | S01
มุมมอง 2K2 ปีที่แล้ว
Laravel 9: Authentication RESTful API Using Sanctum | S01
How to Install OpenCart eCommerce On local host XAMPP
มุมมอง 3.3K2 ปีที่แล้ว
How to Install OpenCart eCommerce On local host XAMPP

ความคิดเห็น

  • @Mahmudulhasan-ts5hm
    @Mahmudulhasan-ts5hm 18 วันที่ผ่านมา

    thank you so much. vue.js is great. love vue

  • @bakhadher2240
    @bakhadher2240 หลายเดือนก่อน

    يعطيك العافيه واخير اشتغل معي جربت dompdf مش راضيه تشتغل بالعربي ياليت لو تنزل فديو كيف تشغل اللغه العربيه في dompdf

  • @ChenukaGamage
    @ChenukaGamage หลายเดือนก่อน

    Thank you so much you were the only one who made sense in how to install the icons.

  • @kishorkumar-tb2tv
    @kishorkumar-tb2tv หลายเดือนก่อน

    i need a bot system software , please send your whatsapp number

  • @kexell
    @kexell 2 หลายเดือนก่อน

    $t not working

  • @YaYa-ud5pe
    @YaYa-ud5pe 2 หลายเดือนก่อน

    hello teacher could you help me

  • @CodingHomeworkExpert
    @CodingHomeworkExpert 2 หลายเดือนก่อน

    I expected to see how to make a vue toast notification from scratch.

  • @daniellukasouzaramosdeoliveira
    @daniellukasouzaramosdeoliveira 2 หลายเดือนก่อน

    i lovve you so mutch man

  • @Matheus708
    @Matheus708 2 หลายเดือนก่อน

    thanks for sharing! that's the most used way in real work projects?

  • @rodainaomaer2260
    @rodainaomaer2260 4 หลายเดือนก่อน

    something is missing because im getting error Undefined type 'File'.intelephense(P1009) in the trait file there is nothing called use File so it has to be that you made something before hand and didnt show it in the video

    • @rodainaomaer2260
      @rodainaomaer2260 4 หลายเดือนก่อน

      use Illuminate\Support\Facades\File; use Illuminate\Support\Facades\Storage; this is the correct import

  • @dasturlashkanali
    @dasturlashkanali 5 หลายเดือนก่อน

    Bro, it's very clearly written

  • @hasankawaaipikachu8775
    @hasankawaaipikachu8775 5 หลายเดือนก่อน

    U

  • @hk20092009able
    @hk20092009able 5 หลายเดือนก่อน

    مين لايم عليك تتكلم بالانجليزي يابني لانك تتكلم فضيحة افتخر بلغة الموضوع مايخص احد غير العرب يابني شكرا تحياتي

    • @ahmed.shaltout
      @ahmed.shaltout 5 หลายเดือนก่อน

      شكرا على تعليقك فى قناة عربى ليا.. اما الهنود و غيرهم من الجنسيات يتحدثون اسؤ منى لكنهم وصلوا للعالم كلهم و نفتخر اننا نتلعم منهم فجت على ابو حميد المصرى العربى بقى فضيحة .. انا اشرح شىء معين والحمدلله او صلت رسالتى و هناك متبعين ..شكرا لك.

  • @iUmerFarooq
    @iUmerFarooq 5 หลายเดือนก่อน

    Thank you brother for vuejs content and also covering this topic.

  • @fatima-cf1bj
    @fatima-cf1bj 6 หลายเดือนก่อน

    thank you so much it was best code i see for change language 😍😍😍

  • @EuegenTv
    @EuegenTv 6 หลายเดือนก่อน

    What is the difference between layouts from Vue Router and usual components? Why should the router take responsibility for layouts?

    • @YamiSuzume
      @YamiSuzume 5 หลายเดือนก่อน

      Thought the same. Thats not really using the layouts of vue...

  • @dthieu2002
    @dthieu2002 6 หลายเดือนก่อน

    so helpful!

  • @lorenzochukwuebukaobi8898
    @lorenzochukwuebukaobi8898 6 หลายเดือนก่อน

    Thank you

  • @erivelton84ribeiro
    @erivelton84ribeiro 6 หลายเดือนก่อน

    Very simple, very smart, thank you.

  • @Grazley_17
    @Grazley_17 7 หลายเดือนก่อน

    Bro these npx express gen.... where should i place them

  • @josechirino5168
    @josechirino5168 7 หลายเดือนก่อน

    Very Helpful

  • @ayokurdo1888
    @ayokurdo1888 7 หลายเดือนก่อน

    i have this error how fic it pls "message": "Unable to connect with STARTTLS: failed loading cafile stream: `C:\\xampp\\apache\\bin\\curl-ca-bundle.crt'",

    • @ahmed.shaltout
      @ahmed.shaltout 7 หลายเดือนก่อน

      Hi I don't know the error but I hope this help stackoverflow---com/questions/55526568/failed-loading-cafile-stream-in-file-get-contents

  • @pablodanielbritos600
    @pablodanielbritos600 8 หลายเดือนก่อน

    Thanks for the private channel example!

  • @unique7648
    @unique7648 8 หลายเดือนก่อน

    this worked perfectly ! thank you so much جزاك الله خيرا

  • @seuvagem3919
    @seuvagem3919 9 หลายเดือนก่อน

    ooh man, I'm doing a test and I did several projects in 3 days, and I couldn't configure i18n, I watched several videos, I asked chatgpt, I read documentations and your video helped me.... thank you very much...

  • @rabkaaaa
    @rabkaaaa 9 หลายเดือนก่อน

    thanks dude, u help my works a lot!

  • @mehdicetinkaya7542
    @mehdicetinkaya7542 9 หลายเดือนก่อน

    love you

  • @andrewstanishevskyi5371
    @andrewstanishevskyi5371 9 หลายเดือนก่อน

    The code in i18n,js loadLocaleMessage() does not work. Object.keys() returns an array of strings. So, you receive {en,ar: undefined} as output

  • @codewithsheikh2805
    @codewithsheikh2805 10 หลายเดือนก่อน

    Why you used reactive instead of ref

  • @hashemalsaggaf9270
    @hashemalsaggaf9270 10 หลายเดือนก่อน

    more content please lol

  • @ahmed-m6p3e
    @ahmed-m6p3e 11 หลายเดือนก่อน

    لو سمحت هو مش موجود عندي انزله اذي

    • @ahmed.shaltout
      @ahmed.shaltout 11 หลายเดือนก่อน

      php artisan lang:publish ....for laravel 10

    • @ahmed-m6p3e
      @ahmed-m6p3e 11 หลายเดือนก่อน

      شكرا لحضرتك@@ahmed.shaltout

  • @Mr.JoeJayBouyant
    @Mr.JoeJayBouyant 11 หลายเดือนก่อน

    ErrorException: The use statement with non-compound name 'Hash' has no effect in file C:\Users\********************

  • @Mr.JoeJayBouyant
    @Mr.JoeJayBouyant 11 หลายเดือนก่อน

    How did you configure the SMTP mailer?

    • @ahmed.shaltout
      @ahmed.shaltout 11 หลายเดือนก่อน

      in .env fill the mail requirement from your email provider or the configuration page or email with cpanel

  • @gameninja8216
    @gameninja8216 11 หลายเดือนก่อน

    Thank you for this great tutorial. Can we add PTZ or Static camera by camera ip URL, username, and password?

    • @ahmed.shaltout
      @ahmed.shaltout 11 หลายเดือนก่อน

      You are welcome, I haven't tried that but you need some workaround to make it feeding the tenserflow model.

  • @radoslavstefanov2246
    @radoslavstefanov2246 11 หลายเดือนก่อน

    Great tutorial. Only five minutes, but everything works fine. Thanks!

  • @muhammedsaeed8972
    @muhammedsaeed8972 ปีที่แล้ว

    ip camara support?

    • @ahmed.shaltout
      @ahmed.shaltout 11 หลายเดือนก่อน

      I haven't tried that but you need some workaround to make it feeding the tenserflow model.

  • @gileneusz
    @gileneusz ปีที่แล้ว

    very chaotic tutorial, helpful but low quality

  • @JerryVikLin
    @JerryVikLin ปีที่แล้ว

    Thank you!

  • @canerkilicoglu3376
    @canerkilicoglu3376 ปีที่แล้ว

    It is not compatible for Laravel 9 and above, the repo is no longer up to date and support is available.

  • @mohammedalamin6264
    @mohammedalamin6264 ปีที่แล้ว

    ممتاز ،،، لكن عند تحديث الصفحة او البدء من جديد تعود اللغة الي اللغة المحلية

  • @timporter5926
    @timporter5926 ปีที่แล้ว

    Promo_SM 💥

  • @riddhipanchal9141
    @riddhipanchal9141 ปีที่แล้ว

    Meta details doesn't showing in view page source. It means it doesn't use for SEO

  • @cayirli
    @cayirli ปีที่แล้ว

    Hello, thank you for your sharing. I followed every step but I get the following error in vue2. 4001,”App key local not in this cluster. Did you forget to specify the cluster?”

    • @ahmed.shaltout
      @ahmed.shaltout ปีที่แล้ว

      Im using vue3, try to add the cluster, i added PUSHER_APP_CLUSTER in .env file

  • @berkozerdogan
    @berkozerdogan ปีที่แล้ว

    Hi Ahmed, why are you importing this package on everypage ?

  • @mohamedsaeedomara3385
    @mohamedsaeedomara3385 ปีที่แล้ว

    great work

  • @huucuongnguyen5545
    @huucuongnguyen5545 ปีที่แล้ว

    So before when not enter otp, can I login, thank you

    • @ahmed.shaltout
      @ahmed.shaltout ปีที่แล้ว

      You should create a middleware to check

  • @mustafaali-dn5rn
    @mustafaali-dn5rn ปีที่แล้ว

    I am using vue head and it is seeing on html but I want tags in my doc type request response.

  • @jesperweijnen1264
    @jesperweijnen1264 ปีที่แล้ว

    Nice! Very cool🙌

  • @johnmcafee9169
    @johnmcafee9169 ปีที่แล้ว

    for the new guys facing problems make sure to use pusher-php-server:7.0.2 instead of 7.2

    • @MrArive
      @MrArive ปีที่แล้ว

      Yes, version 7.2 does not work and i downgraded to 7.0.2 and got to work without changing any configuration.

    • @MrArive
      @MrArive ปีที่แล้ว

      But if you want to use version 7.2 make sure use "beyondcode/laravel-websockets": "^1.9",

  • @salojhathile7571
    @salojhathile7571 ปีที่แล้ว

    validate() does not work given Error "message": "Call to a member function validate() on null", "exception": "Error", file "EmailVerificationController"