web development in urdu
Data Binding With Attributes | Nuxt 3 Tutorials #19 | Urdu & Hindi
In this video, you will learn how to bind data and attributes in Nuxt 3. Binding is used to assign variables and pass values to HTML attributes. 🧲 Timestamps: 00:00 – Introduction 00:29 – Binding attributes 01:25 – Conclusion 🧲 Checkout our projects at GitHub: 🧲 VSCode: ● Font: Cascadia Code ● Theme: Obsidian Dark 🧲 Personal Tech Stack: ●…
Read More »V For Loop | Nuxt 3 Tutorials #06 | Urdu & Hindi
In this video, you will learn how to use v-for loop in Nuxt 3 or Vue.js. We will read data from the database or backend and store it in an array. Then, we will loop through the array to read and display the data on the page. 🧲 Timestamps: 00:00 – Introduction 00:22 – Create listing ul 00:45 – Working…
Read More »Nuxt Runtime Config | Nuxt 3 Tutorials #10 | Urdu & Hindi
In this video, you will learn how to create runtime variables in Nuxt 3. These variables are useful for storing values that you will use across multiple APIs or pages. There are two types of runtime variables: one for server API only and one for public or client-side use. Server API runtime variables cannot be accessed on the client side.…
Read More »V If Conditions | Nuxt 3 Tutorials #01 | Urdu & Hindi
In this video, you will learn how to use v-if in Nuxt 3 or Vue.js. V-if is used to check a condition and display data when the condition is met. The v-if condition can be used to check if there is data in an array; if not, you can show an alternate condition with v-else. You can also use v-else-if…
Read More »useFetch and useLazyFetch in Nuxt 3 | Urdu & Hindi
In this video, you will learn how to use useFetch and useLazyFetch in Nuxt 3. useFetch and useLazyFetch are used for fetching data when navigating between pages. Both of them are used solely for fetching data and cannot be used for API calls triggered by click events. useFetch and useLazyFetch render the data on the server side and then send…
Read More »Create & Setup Projects | Laravel 11 & Nuxt 3 Auth #01 | Urdu & Hindi
In this video, you will learn how to create and setup Nuxt 3 and Laravel 11 API Projects. 🧲 Timestamps: 00:00 – Introduction 00:11 – Create Nuxt 3 project 00:30 – Create Laravel 11 project 01:17 – Start projects 01:29 – Setup Laravel 11 02:28 – User Model configure 🧲 Checkout our projects at GitHub: 🧲 VSCode: ● Font: Cascadia…
Read More »