benixal
benixal
  • Видео 51
  • Просмотров 187 211
Deploy Your Website on Firebase Hosting
Learn how to use Firebase Hosting as a free, secure host with SSL to publish your website!
DEMO: this-is-ben.web.app/
Просмотров: 183

Видео

Nuxt Multi Page App (Routing)
Просмотров 722 месяца назад
see how to create a Nuxt Multi Page App DEMO: stackblitz.com/edit/nuxt-multi-page
Create Free Upload Center (No coding)
Просмотров 932 месяца назад
Create a 0 free upload center for your self using telegram bot and cloudflare worker source: gist.github.com/benixal/b3ff3666afe5055d57fa6ab0fc1c1183 DEMO: myupload.benixalize.workers.dev/
How to create a Simple Telegram Bot (No coding)
Просмотров 9722 месяца назад
see how to create a simple telegram bot and send message to a channel without coding
Inspect telegram miniApp (Android USB debugging)
Просмотров 5412 месяца назад
see how to Inspect telegram mini app or webview app on Android phone using USB debugging
Cloadflare D1 database in Nuxt
Просмотров 4983 месяца назад
How to connect to Cloudflare D1 database and insert data and read in a Nuxt app Source: github.com/benixal/Nuxt-Cloudflare-D1 DEMO: nuxt-d1.pages.dev/ Note (00:14:45): Ensure bindingName uses an uppercase 'N': bindingName. 00:00 intro 00:07 create a nuxt app on local 01:52 create inputs 02:20 create API to receive data 03:12 send data to API 05:25 receive data in API 06:13 deploy to cloudflare ...
Nuxt Cannot find name 'useDatabase'
Просмотров 514 месяца назад
Fix Cannot find name 'useDatabase'.ts(2304) The video: ruclips.net/video/GS3Wh5t58BU/видео.html
Deploy Nuxt app on Cloudflare Pages
Просмотров 1,1 тыс.4 месяца назад
How to deploy Nuxt app on Cloudflare pages full stack (with back-end support) DEMO: benapp.pages.dev/
Database in Nuxt tutorial
Просмотров 1,4 тыс.5 месяцев назад
how to connect , read and write in SQL databases in nuxt nitro source: github.com/benixal/nuxt-hello-db 00:00 intro 00:09 create a nuxt app 02:05 create form 02:34 create API (addUser.ts) 03:38 send form to the API 07:25 setup database 14:10 connect to database 14:53 create table 16:20 insert record 17:34 first insert 18:13 brows database 19:59 fetch and display database records in app (listUse...
Nuxt full-stack app
Просмотров 4336 месяцев назад
see how to use nuxt server (Nitro) to make a full-stack app 00:00 Create Nuxt app 02:07 Create API 04:52 Send data to API 06:12 Receive data from API (api returns) Live DEMO: stackblitz.com/edit/nuxt-nitro-api Nitro: nitro.unjs.io/ github.com/benixal/nuxt-full-stack/
Console Log and Live Preview in VSCode
Просмотров 1,5 тыс.7 месяцев назад
see how enable console log and devtools in vscode while developing web apps like react , vue using vite or other tools vscode extension: marketplace.visualstudio.com/items?itemName=Phu1237.vs-browser
HTML/JavaScript Chat App (Server and Client) using WebSocket Tutorial
Просмотров 33410 месяцев назад
How WebSockets Work? See how to create a simple chat app using html JavaScript (WebSocket) HTML page: gist.github.com/benixal/0c811339111dbbabdb92c1e6b9354de6#file-index-html Server.js: gist.github.com/benixal/0c811339111dbbabdb92c1e6b9354de6#file-server-js 00:00:27 Client Side 00:03:50 Server Side 00:23:46 Chat ! (final result)
Firebase Send Push Notification JavaScript + PHP
Просмотров 19 тыс.11 месяцев назад
See how to send push notifications using Firebase Cloud Messaging (FCM) using JavaScript (Web) and PHP HTML & JS source: github.com/benixal/FCM-Web-Notify-Example PHP source: github.com/benixal/FCM-PHP-Notification-Sender 00:00:00 Intro 00:00:26 setup firebase for html page 00:04:04 Generate key pair (VAPID public key) 00:06:12 register service worker 00:13:01 get token 00:13:44 send a test mes...
How to create a simple GitHub Page
Просмотров 239Год назад
00:04:23 github page at root domain
How to create a PHP library and publish it on packagist.org
Просмотров 464Год назад
Library source: github.com/benixal/my-first-php-lib the package: packagist.org/packages/benixal/my-lib Install composer: getcomposer.org 00:00:24 create library 00:06:15 publish on github 00:09:26 publish on packagist.org 00:10:35 install the library on a laravel app 00:14:25 update the library
How to create a simple php library for Laravel or any php project (Local)
Просмотров 465Год назад
How to create a simple php library for Laravel or any php project (Local)
FIX Git Author identity unknown
Просмотров 909Год назад
FIX Git Author identity unknown
Vue Router Guard
Просмотров 2,1 тыс.Год назад
Vue Router Guard
Vue nested routes
Просмотров 436Год назад
Vue nested routes
Vue Dynamic Routes
Просмотров 578Год назад
Vue Dynamic Routes
Vue Simple Routing
Просмотров 601Год назад
Vue Simple Routing
Async functions in javascript
Просмотров 53Год назад
Async functions in javascript
Vue Reactivity in Options API vs Composition API and Nuxt3
Просмотров 155Год назад
Vue Reactivity in Options API vs Composition API and Nuxt3
Vue Location , GPS & Maps (Leaflet)
Просмотров 8 тыс.Год назад
Vue Location , GPS & Maps (Leaflet)
Latitude and Longitude on maps
Просмотров 100Год назад
Latitude and Longitude on maps
Send push notification using javaScript and PHP
Просмотров 31 тыс.Год назад
Send push notification using javaScript and PHP
Fix Low Disk Space with a USB Drive on Android studio AVD
Просмотров 634Год назад
Fix Low Disk Space with a USB Drive on Android studio AVD
Animation in Vue using Style binding
Просмотров 116Год назад
Animation in Vue using Style binding
Deploy Vite app on Github pages using Github Actions
Просмотров 11 тыс.Год назад
Deploy Vite app on Github pages using Github Actions
Connecting Local Git Repository to GitHub: HTTPS and SSH
Просмотров 4,6 тыс.Год назад
Connecting Local Git Repository to GitHub: HTTPS and SSH

Комментарии

  • @영상-j2c
    @영상-j2c День назад

    Bro is Steve Wozniak's Father

  • @gfoloe
    @gfoloe 3 дня назад

    داش این آموزش تو وب انگلیسی نبود ولی تو ساختی 🎉 جالبه برای اولین بار وب ایران یک هیچ جلوی 😅

    • @gfoloe
      @gfoloe 3 дня назад

      چرا اول برای انگلیسی منتشر کردی بعد 2 ماه تو فارسی

    • @benixal
      @benixal 3 дня назад

      😂❤️

    • @benixal
      @benixal 3 дня назад

      اون موقع پیج اینستا نداشتم کانال یوتوب فارسیمم فعال نبود داداش ❤️

  • @fox-clip
    @fox-clip 4 дня назад

    Unfortunately, this is not useful with this size limit . you should work on a group to send bot files via groups to extend your file size to 2GB

  • @ojvribeiro
    @ojvribeiro 6 дней назад

    Tip: you can use the Nuxt's `useFetch` composable for a reactive fetch experience. It returns a reactive `data` object with the response and a `refresh` function to re-fetch data.

  • @preystation6870
    @preystation6870 16 дней назад

    So cute and util...

  • @tubica_de
    @tubica_de 18 дней назад

    the terminal thing doesnt work help Edit: I didn't use ssh💀

    • @tubica_de
      @tubica_de 18 дней назад

      help

    • @tubica_de
      @tubica_de 18 дней назад

      I wasted an hour of my life on this and now this?? WTF bro

    • @tubica_de
      @tubica_de 18 дней назад

      why did you do this to me

    • @tubica_de
      @tubica_de 18 дней назад

      wie kann man nur so asozial sein alter ich hasse dich man

    • @benixal
      @benixal 16 дней назад

      What error did you get ?

  • @eduardoTorres-h6t
    @eduardoTorres-h6t 21 день назад

    If you use Vite, you can use youre official pluggin : npm i vite-plugin-mkcert -D. its very easy your use

  • @jaimemartinez0078
    @jaimemartinez0078 23 дня назад

    Muchas gracias amigo!! Este fue el único video que me sirvió para habilitar las notificaciones a mi web Laravel.

  • @HappyTechnofire
    @HappyTechnofire 23 дня назад

    Brother I'm unable to generate token in mobile browsers it is working perfectly in PC but not in mobile 😑

  • @sergioariela.mondino8479
    @sergioariela.mondino8479 27 дней назад

    Hello, Excellent Explanation!!! I have tried Postgresql, IT DOESN'T WORK. The url parameter: it seems that you don't like it. The documentation says I should use it. nuxt.config.ts ---------------------- export default defineNuxtConfig({ compatibilityDate: '2024-11-01', devtools: { enabled: true }, nitro: { database: { myDB: { connector: 'postgresql', url: 'postgresql://username:password@hostname:port/database_name' } } } })

  • @uctan8553
    @uctan8553 28 дней назад

    can you do it with Drizzle?

  • @urdustory-g2s
    @urdustory-g2s 29 дней назад

    thanks dude

  • @salmanarizki-b4w
    @salmanarizki-b4w Месяц назад

    sir, i have error Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, null given

  • @jordyf3360
    @jordyf3360 Месяц назад

    The best ever, thank youuuuu

  • @alicoder8
    @alicoder8 Месяц назад

    Thanks!

  • @matrixco5579
    @matrixco5579 Месяц назад

    Super, thank you 👍🏻🙂

  • @sazzad362
    @sazzad362 Месяц назад

    Thanks, man! Clear and straightforward-just the way I like it.

  • @AllriseX
    @AllriseX Месяц назад

    Dude your vid is so cool. You helped me a lot with refactoring PHP backend from legacy API to FCM v1

  • @robhein
    @robhein Месяц назад

    brilliant tutorial , thank you very much

  • @emdn_records
    @emdn_records Месяц назад

    How to send messages to all users who join request on my unopened Telegram channel? Private channel and without accepting them. Thank you.

  • @iUmerFarooq
    @iUmerFarooq Месяц назад

    Maaannn! You nailed it. The way you are teaching is on next level. Please continue making more tutorials like this and the way you go through documentation is a plus to your tutorial. It also help us to read documentation. Please make tutorial on Nuxtjs+Auth and Nuxtjs+Firebase and Nuxtjs+prisma with large application. Thank you.

  • @catlifeagain
    @catlifeagain Месяц назад

    Local environment, how to implement, not deployed to cloudflare pages, npm run dev are all error. Tip: [GET] "/api/listUsers": 500

  • @iUmerFarooq
    @iUmerFarooq Месяц назад

    More Nuxtjs server content please

  • @lucapagura9873
    @lucapagura9873 Месяц назад

    Thank you so much you’re an amazing friend But does it work on mobile like android and iOS

  • @MAXTangolaos
    @MAXTangolaos Месяц назад

    thanks bro

  • @helderfilho4724
    @helderfilho4724 Месяц назад

    Thank You

  • @johannfourie9705
    @johannfourie9705 Месяц назад

    What if I get a failed after trying to upload picture? And man, out of all the available youtube videos you the best man

    • @benixal
      @benixal Месяц назад

      The gist currently doesn’t have error handling for upload failures. I'm working on updating it to handle errors more effectively! Thank you for your comment, bro! I'm glad the video was helpful!

  • @Coder-j1p
    @Coder-j1p Месяц назад

    Mention : If you're using the localhost you can't able to subscribe the client because the API support only https request , since localhost runs in http it will not wok

  • @atinux
    @atinux Месяц назад

    Thanks for the video! I would love to know if you tried the @nuxthub/core module?

    • @TotalImmort7l
      @TotalImmort7l 29 дней назад

      Hello @atinux. Thank you for Nuxt and Nuxthub. I'd like to know if it is mandatory to create an account on NuxtHub to deploy on Cloudflare?

    • @atinux
      @atinux 29 дней назад

      @@TotalImmort7l not necessary, it's only if you want to get access to the NuxtHub admin

  • @DeepKumbhare
    @DeepKumbhare 2 месяца назад

    Awesome one. Looking for more nuxt related content.

  • @smitshah3377
    @smitshah3377 2 месяца назад

    Great video. For some reason, the notification "icon" is not showing up along with the notification. I have added it as a part of the payload but have had no luck. Any idea?

  • @w1lkns
    @w1lkns 2 месяца назад

    Thank you! It was very useful!

  • @begliamanov7276
    @begliamanov7276 2 месяца назад

    Saved my morning! Really one of the best tutorials about deploying vue-vite app with GitHub Actions. Thank you!

  • @DyarMovies
    @DyarMovies 2 месяца назад

    It really worked but the main problem is that the file size limit is 50 mb that is too low. can you please find a solution to upload more size

    • @benixal
      @benixal Месяц назад

      Yes, there is a file size limit for downloads. I think a potential solution is to use MTProto for handling larger files, but it can be quite complicated. I'll look into it!

    • @DyarMovies
      @DyarMovies Месяц назад

      @@benixal Sure Please mention when will you do it. It will be a great help

  • @виртуоз_ру
    @виртуоз_ру 2 месяца назад

    👍

  • @carlosgarciamorales1383
    @carlosgarciamorales1383 2 месяца назад

    Excellent video

  • @carlosgarciamorales1383
    @carlosgarciamorales1383 2 месяца назад

    Great video, thank you :)

  • @Cat_ninj
    @Cat_ninj 2 месяца назад

    Thank you soo much, after searching many place, my code got worked as following your video, thank you

    • @benixal
      @benixal 2 месяца назад

      Thank you for your comment! I'm glad the video helped you.

    • @bekenetsoftware1593
      @bekenetsoftware1593 2 месяца назад

      Sir thank for the great video... please my token always expire and I will need to generate a new token for my notification to start working again.. Please I need ur help​@@benixal

  • @piotrh8202
    @piotrh8202 2 месяца назад

    Thank you Ben! Very nice video.

    • @benixal
      @benixal 2 месяца назад

      Thanks, Piotr! Glad you liked it.

  • @MaycolRuiz_xD
    @MaycolRuiz_xD 2 месяца назад

    This video worths gold

    • @benixal
      @benixal 2 месяца назад

      Thanks a lot! Really appreciate it.

  • @RuebenTijani
    @RuebenTijani 3 месяца назад

    😂 push notif. The laziness to type out full words gets me too 😂😂

    • @benixal
      @benixal 3 месяца назад

      😂✌️

  • @hakannnn7553
    @hakannnn7553 3 месяца назад

    How can i swnd notification to multiple tokens? can you send a sample code

  • @dijup
    @dijup 3 месяца назад

    Great tutorial! Is it possible to adapt this to work with multiple devices as well? Also, could you provide a brief overview of the "Subscribe to Topic" feature?

  • @gregscolumn
    @gregscolumn 3 месяца назад

    can you do more videos on nuxt server?

    • @benixal
      @benixal 3 месяца назад

      Yes, soon!

  • @suthinthamsuwan1943
    @suthinthamsuwan1943 3 месяца назад

    Many many many thanks for this video 👍👍👍

  • @gonzaloturconi4657
    @gonzaloturconi4657 3 месяца назад

    I have the same service worker but the event notificationclick doesn't trigger. I tried with fcm_options or action_click but is not working. Only works the push event...

    • @benixal
      @benixal 3 месяца назад

      Which browser are you using? Also, did you check the console logs in DevTools to see if there are any errors or if the notificationclick event is being fired

    • @gonzaloturconi4657
      @gonzaloturconi4657 3 месяца назад

      only works in edge but not in chrome

    • @gonzaloturconi4657
      @gonzaloturconi4657 3 месяца назад

      ​@@benixalI could resolve it, turns out notificationclick event in Chrome only fire in production, the code is the same. I don't know the reason, but it works now. Thanks for the video and for reply! Greetings

  • @rherik
    @rherik 3 месяца назад

    This video saved me. Very thank u

    • @benixal
      @benixal 3 месяца назад

      Glad it helped

  • @nirajparmar1772
    @nirajparmar1772 3 месяца назад

    I'm waiting for Nuxt, Prisma, sqlite blog type project. TIA

    • @benixal
      @benixal 3 месяца назад

      Thanks great idea I'll keep that in mind for a future video

  • @frestalink
    @frestalink 3 месяца назад

    Please make a video on this topic "Firebase Send Push Notification Android + PHP"

  • @ShivamRanderi
    @ShivamRanderi 3 месяца назад

    thanks it's very easy and working and also latest