benixal
benixal
  • 51
  • 185 594
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/
มุมมอง: 158

วีดีโอ

Nuxt Multi Page App (Routing)
มุมมอง 70หลายเดือนก่อน
see how to create a Nuxt Multi Page App DEMO: stackblitz.com/edit/nuxt-multi-page
Create Free Upload Center (No coding)
มุมมอง 762 หลายเดือนก่อน
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)
มุมมอง 8452 หลายเดือนก่อน
see how to create a simple telegram bot and send message to a channel without coding
Inspect telegram miniApp (Android USB debugging)
มุมมอง 4922 หลายเดือนก่อน
see how to Inspect telegram mini app or webview app on Android phone using USB debugging
Cloadflare D1 database in Nuxt
มุมมอง 4823 หลายเดือนก่อน
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: th-cam.com/video/GS3Wh5t58BU/w-d-xo.html
Deploy Nuxt app on Cloudflare Pages
มุมมอง 1.1K4 หลายเดือนก่อน
How to deploy Nuxt app on Cloudflare pages full stack (with back-end support) DEMO: benapp.pages.dev/
Database in Nuxt tutorial
มุมมอง 1.4K5 หลายเดือนก่อน
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
มุมมอง 4215 หลายเดือนก่อน
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.4K7 หลายเดือนก่อน
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
มุมมอง 32810 หลายเดือนก่อน
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
มุมมอง 19K11 หลายเดือนก่อน
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
มุมมอง 235ปีที่แล้ว
00:04:23 github page at root domain
How to create a PHP library and publish it on packagist.org
มุมมอง 461ปีที่แล้ว
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)
มุมมอง 460ปีที่แล้ว
How to create a simple php library for Laravel or any php project (Local)
FIX Git Author identity unknown
มุมมอง 899ปีที่แล้ว
FIX Git Author identity unknown
Vue Router Guard
มุมมอง 2.1Kปีที่แล้ว
Vue Router Guard
Vue nested routes
มุมมอง 433ปีที่แล้ว
Vue nested routes
Vue Dynamic Routes
มุมมอง 574ปีที่แล้ว
Vue Dynamic Routes
Vue Simple Routing
มุมมอง 595ปีที่แล้ว
Vue Simple Routing
Async functions in javascript
มุมมอง 52ปีที่แล้ว
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)
มุมมอง 8Kปีที่แล้ว
Vue Location , GPS & Maps (Leaflet)
Latitude and Longitude on maps
มุมมอง 97ปีที่แล้ว
Latitude and Longitude on maps
Send push notification using javaScript and PHP
มุมมอง 31Kปีที่แล้ว
Send push notification using javaScript and PHP
Fix Low Disk Space with a USB Drive on Android studio AVD
มุมมอง 626ปีที่แล้ว
Fix Low Disk Space with a USB Drive on Android studio AVD
Animation in Vue using Style binding
มุมมอง 114ปีที่แล้ว
Animation in Vue using Style binding
Deploy Vite app on Github pages using Github Actions
มุมมอง 11Kปีที่แล้ว
Deploy Vite app on Github pages using Github Actions
Connecting Local Git Repository to GitHub: HTTPS and SSH
มุมมอง 4.5Kปีที่แล้ว
Connecting Local Git Repository to GitHub: HTTPS and SSH