Screen Recording Using Javascript And Vue.js Tutorial
- Ahmed Shaltout
- July 19, 2024
- Vuejs
We will use MediaDevices Web APIs to screen record and preview the video, downloading and uploading it using Vue 3 and Javascript.
Read MoreVue 3 Multi Steps Form Using Pinia Store
- Ahmed Shaltout
- November 25, 2023
- Vuejs
Let’s code a multi-step registration form with validation using Vue.js 3. We will use Vueladite for validation and Pinia store as a state management system to store the form data and steps.
Read MoreAI Security Camera Using TensorFlow.js And Vue
- Ahmed Shaltout
- July 21, 2023
- tensorFlow
- Vuejs
In this tutorial, we will make an intelligent security webcam using a pre-trained object detection model in javascript that can detect objects and play alarm until the thing goes away. It can detect a person, dog, cat, etc.
Read MoreHow To Use Dropzone.js With Vue 3
- Ahmed Shaltout
- June 21, 2023
Let’s Create drag and drop upload Vue.js 3 component with Dropzone, the JavaScript libraries to handle dropped files. We use the original pure JavaScript Dropzone.js.
Read MoreVue 3 With Laravel Echo WebSockets | Chat App 05
- Ahmed Shaltout
- April 26, 2023
- Laravel
- Vuejs
Let’s connect our Vue.js application with the server via WebSocket, we will use Laravel Echo for real-time updates and connection.
Read MoreVue.js Chat App Frontend | Chat App 04
- Ahmed Shaltout
- April 26, 2023
- Vuejs
Let’s create Vue 3 Chat app frontend that will use Laravel RESTful API and WebSockets That we have made in the previous tutorials for creating a real-time chat app.
Read MoreBuilding Laravel & Vue.js Chat App 00 | Introduction
- Ahmed Shaltout
- April 1, 2023
This course is for building Laravel WebSockets and Vue 3 real-time chat applications. We will go step by step in 5 sessions.
Read MoreVue.js 3 Localization Tutorial With Vue I18n Example
- Ahmed Shaltout
- March 11, 2023
- Bootstrap
- Vuejs
Let’s make a Vue 3 multi-language web application that allows the user to change the interface language.
Read MoreHow To Make Navbar Link Active Per Page In Vue 3 And Bootstrap 5
- Ahmed Shaltout
- March 11, 2023
- Bootstrap
- Vuejs
Let’s make the navbar page link active when the user opens the page in Vue Router and Bootstrap 5.
Read MoreVuelidate Date And Time Validation Example Tutorial
- Ahmed Shaltout
- March 10, 2023
- Vuejs
Let’s make 3 examples of validation date and time in Vue 3 using the Vue.js model validation library Vuelidate. In the last example, we will use the Moment.js package.
Read More