Hi Mr. Danny, I am using quasar framework to develop a mobile app (Android and iOS), I have list of [file object], created by So I used cordova-media-capture to be able to capture video, audio and picture from user's mobile and then push it to the above file list. Question: After capturing a video for example, the captured video stored in the device and cordova only providing me the captured file fullPath, So i need to add captured video to the file list and show it thumbnail then upload to firebase storage. Can you please advise ? Kind regards
Hi, I'm working on a SAAS project for an agricultural sector and follow Danny's awesome videos to build an app for them. I'm now looking for a partner who would have the same tech stack to speed up the development and wonder if you may be interested? If yes, the about tab of my UA-cam account has my contact details. Drop me a line if you're interested please. Cheers, Ilya.
Hi Candra. Yes it uses an IndexedDB database using the JsStore library. I was originally using a WebSQL database, but then Apple removed support, so I had to migrate to IndexedDB. I used this particular library as it is based on SQL which made the migration much easier.
Hi, I'm working on a SAAS project for an agricultural sector and follow Danny's awesome videos to build an app for them. I'm now looking for a partner who would have the same tech stack to speed up the development and wonder if you may be interested? If yes, the about tab of my UA-cam account has my contact details. Drop me a line if you're interested please. Cheers, Ilya.
Hi, I'm working on a SAAS project for an agricultural sector and follow Danny's awesome videos to build an app for them. I'm now looking for a partner who would have the same tech stack to speed up the development and wonder if you may be interested? If yes, the about tab of my UA-cam account has my contact details. Drop me a line if you're interested please. Cheers, Ilya.
Please Like, Share, Subscribe & Comment - it all helps me create more content for you! 👉 Vue 3 Composition API Course: dannys.link/compositionapi 👉 My Courses: dannys.link/courses 👉 Download Fudget: www.fudget.com 👉 My VSCode Setup: dannys.link/vscodesetup 👉 DONT CLICK THIS: dannys.link/dontclick
Hi Danny, do you have an email or how does anyone contact you? I have been to your site, (no contact me button) twitter & LinkedIn, (didn't appear like you are active there). I just have a few questions - I got your course on quasar V1, and vue js 3 because I am trying to understand Pinia as state management for Quasar, but right now, I'm pretty confused.
I'm not available for 1-to-1 consultations, however I answer all questions posted on my Udemy courses, so please post a question there. I may do a Pinia & Quasar video at some point...
Hi, I'm working on a SAAS project for an agricultural sector and follow Danny's awesome videos to build an app for them. I'm now looking for a partner who would have the same tech stack to speed up the development and wonder if you may be interested? If yes, the about tab of my UA-cam account has my contact details. Drop me a line if you're interested please. Cheers, Ilya.
Great video as always, Danny! I found some of your extensions pretty interesting and downloaded them. Sorry for offtopic, but can You suggest me one thing. I'm trying to create an app for Android and iOS. What way would You advice: PWA or Cordova(Capacitor)? I think I cannot make them all at once, so I'm trying to select one of these. Your opinion would be very important to me, since you are a practicing solo developer.
It depends on the app and how you intend to monetize it (and market it). It's generally easier to monetize & market when your app is on the app stores.
@@MakeAppswithDanny thanks a lot for your answer. 👍 You have confirmed my thoughts, so, I'll try to publish the app at the app stores, and I'll postpone PWA research.
Hi Danny, I'm following you on Udemy and here to build an app for a couple of customers based on a prototype I did in a no-code tool. Your content is great and I've learnt a ton but making an app by oneself is too tricky in my view. So, I'm now looking for an indie partner who would ideally have the same tech stack. And what can be a better place to find a partner than among your subscribers? 😀 But since you aren't on Discord where we all could chat I wonder if you'd let me reply to some of the comments under your videos please asking the users if they want to team up? And in general, creating some sort of community would be more fun for all in my view! Cheers, Ilya
Hi, I'm working on a SAAS project for an agricultural sector and follow Danny's awesome videos to build an app for them. I'm now looking for a partner who would have the same tech stack to speed up the development and wonder if you may be interested? If yes, the about tab of my UA-cam account has my contact details. Drop me a line if you're interested please. Cheers, Ilya.
Hi Danny, I've been following u for a long time. And i think i understand why u still using (the payed) firebase as your backend solution. I just watch QusarConf/22 an felt in love with Harvi Parvins Part, where he used feathersJS. It'a also a realtime DB! (for free). Give it please a look. And i hope i you can make a short video. How To use a simple realtime CRUD with pinia and QUASAR V2. Thank u!
@@MakeAppswithDanny oh really a shame, if you talk about considering, in the last few years you have formulated it so nicely about 5 times, but have never implemented any of my ideas/suggestions. Although in a few of your videos you have asked to post ideas/suggestions via youtube comments. Please don't take this the wrong way, but as my absolute favorite coach, I would love to see such an implementation from you.
Thanks for watching. Please like, comment & share.
👉 Vue 3 Composition API Course: dannys.link/compositionapi
are you alive?
@@neuzen Yep 👍
Please new course quasar2 vith vue3 and backend. Can you make previous project with new wersion?
Hi Mr. Danny,
I am using quasar framework to develop a mobile app (Android and iOS),
I have list of [file object], created by
So I used cordova-media-capture to be able to capture video, audio and picture from user's mobile and then push it to the above file list.
Question:
After capturing a video for example, the captured video stored in the device and cordova only providing me the captured file fullPath,
So i need to add captured video to the file list and show it thumbnail then upload to firebase storage.
Can you please advise ?
Kind regards
I'm not sure how to do that, might be worth asking on the Quasar site / forum / discord.
@@MakeAppswithDanny Ok, Thank you, I will keep searching and let you know once find a solution.
Hi Danny! I like use auto format, in vs code I press ctrl k and chose volar and it’s auto completes, is there a way to auto complete only js?
Try the "JavaScript (ES6) code snippets" extension: marketplace.visualstudio.com/items?itemName=xabikos.JavaScriptSnippets
Anyway course getting updated or new videos here?
Hopefully I'll start doing new videos soon. After my app Fudget 2 is live which should be soon! 👍
you're awesome man ♥️♥️
Thanks Devpro!
Hi, I'm working on a SAAS project for an agricultural sector and follow Danny's awesome videos to build an app for them. I'm now looking for a partner who would have the same tech stack to speed up the development and wonder if you may be interested? If yes, the about tab of my UA-cam account has my contact details. Drop me a line if you're interested please. Cheers, Ilya.
Hi Danny I've tried your fudget app... I wonder do you use any local database?
Hi Candra. Yes it uses an IndexedDB database using the JsStore library. I was originally using a WebSQL database, but then Apple removed support, so I had to migrate to IndexedDB. I used this particular library as it is based on SQL which made the migration much easier.
Hi, I'm working on a SAAS project for an agricultural sector and follow Danny's awesome videos to build an app for them. I'm now looking for a partner who would have the same tech stack to speed up the development and wonder if you may be interested? If yes, the about tab of my UA-cam account has my contact details. Drop me a line if you're interested please. Cheers, Ilya.
Hi Danny,
I wish you would start making videos again and I hope for this! :)
Thanks danny for this video
My pleasure Waleed!
Hi, I'm working on a SAAS project for an agricultural sector and follow Danny's awesome videos to build an app for them. I'm now looking for a partner who would have the same tech stack to speed up the development and wonder if you may be interested? If yes, the about tab of my UA-cam account has my contact details. Drop me a line if you're interested please. Cheers, Ilya.
😁Good job, exercise, have a good next lesson.
Thanks Jan! 👍
Hey Danny, why there is no any new video ? We need you man.
Hey Berkan. I've had to focus on Fudget 2 completely (nearly done though...)
@@MakeAppswithDanny we miss your videos.
@@MakeAppswithDanny come back man please.......
Thank you Danny.
What about fudget 2?
When will it be available?
I'm hoping to release it by the end of the year, but it's turned out to be a lot more complicated than I expected! (always the way) 👍
Please Like, Share, Subscribe & Comment - it all helps me create more content for you!
👉 Vue 3 Composition API Course: dannys.link/compositionapi
👉 My Courses: dannys.link/courses
👉 Download Fudget: www.fudget.com
👉 My VSCode Setup: dannys.link/vscodesetup
👉 DONT CLICK THIS: dannys.link/dontclick
Thanks for split html attribute. in webstorm it is by default.
Ah it's cool that Webstorm has that by default 👍
Hi your videos are so good! Could you make one about Vuetify since the ones right now are old? Thanks!
Thanks Zenel! I'm not sure at this point, but maybe!
Hi Danny, do you have an email or how does anyone contact you? I have been to your site, (no contact me button) twitter & LinkedIn, (didn't appear like you are active there). I just have a few questions - I got your course on quasar V1, and vue js 3 because I am trying to understand Pinia as state management for Quasar, but right now, I'm pretty confused.
I'm not available for 1-to-1 consultations, however I answer all questions posted on my Udemy courses, so please post a question there. I may do a Pinia & Quasar video at some point...
Sir can you do a video on vue route guards
I'll consider it, thanks
Hi, I'm working on a SAAS project for an agricultural sector and follow Danny's awesome videos to build an app for them. I'm now looking for a partner who would have the same tech stack to speed up the development and wonder if you may be interested? If yes, the about tab of my UA-cam account has my contact details. Drop me a line if you're interested please. Cheers, Ilya.
Hello sir, good day, please make many Vue.js tutorial of making websites and application, I'm learning a lot from your tutorials, Godbless ♥️
Thanks RJ!
Welcome sir
Bro come on, 1 year not fair, come back with projects this ecosystem need you
Great video as always, Danny! I found some of your extensions pretty interesting and downloaded them.
Sorry for offtopic, but can You suggest me one thing. I'm trying to create an app for Android and iOS. What way would You advice: PWA or Cordova(Capacitor)? I think I cannot make them all at once, so I'm trying to select one of these. Your opinion would be very important to me, since you are a practicing solo developer.
It depends on the app and how you intend to monetize it (and market it). It's generally easier to monetize & market when your app is on the app stores.
@@MakeAppswithDanny thanks a lot for your answer. 👍 You have confirmed my thoughts, so, I'll try to publish the app at the app stores, and I'll postpone PWA research.
hi danny, we miss you. Still busy? we are looking forward to your new quasar related video.
Yes, Fudget 2 is launched but I will still be busy for a little while with that, but hopefully I'll get to do some videos soon 👍
要是整一个中文字幕会不会更好
Hi Danny,
I'm following you on Udemy and here to build an app for a couple of customers based on a prototype I did in a no-code tool. Your content is great and I've learnt a ton but making an app by oneself is too tricky in my view.
So, I'm now looking for an indie partner who would ideally have the same tech stack. And what can be a better place to find a partner than among your subscribers? 😀
But since you aren't on Discord where we all could chat I wonder if you'd let me reply to some of the comments under your videos please asking the users if they want to team up?
And in general, creating some sort of community would be more fun for all in my view!
Cheers,
Ilya
Sure I don't mind if you do that. Just keep in mind that if you add any links or email addresses the comments may be auto-deleted.
Мужик ты куда пропал на целый год? Welcome and Hello from Russia!
Спасибо! Я сосредоточился на своем приложении Fudget 2: www.fudget.com
@category:"extension packs" volar
To search in VSCode, makes it come up at the top.
Thanks for the tip, Nick 👍
Hi, I'm working on a SAAS project for an agricultural sector and follow Danny's awesome videos to build an app for them. I'm now looking for a partner who would have the same tech stack to speed up the development and wonder if you may be interested? If yes, the about tab of my UA-cam account has my contact details. Drop me a line if you're interested please. Cheers, Ilya.
Great
Thanks Fedelis!
First 😎
Fourth
this is such a bad video with so many shameless self plugs, most of the extensions that are a "must" are made by this guy, this was so pointless
second
Hi Danny,
I've been following u for a long time.
And i think i understand why u still using (the payed) firebase as your backend solution.
I just watch QusarConf/22 an felt in love with Harvi Parvins Part,
where he used feathersJS.
It'a also a realtime DB! (for free).
Give it please a look.
And i hope i you can make a short video.
How To use a simple realtime CRUD with pinia and QUASAR V2.
Thank u!
I watched a tutorial on Feathers, it looks pretty nice. I'll consider this for the future! 👍
@@MakeAppswithDanny oh really a shame, if you talk about considering, in the last few years you have formulated it so nicely about 5 times, but have never implemented any of my ideas/suggestions. Although in a few of your videos you have asked to post ideas/suggestions via youtube comments. Please don't take this the wrong way, but as my absolute favorite coach, I would love to see such an implementation from you.