The number of man hours needed to create applications is and will drop 90%. What needs to be built and how is still key for the time being - everyone is essentially a project manager now.
sometimes youtube randomly suggest some channel and it turns out to be the best!!! Terrific video and how well explained. Keep up the good work and i certainly learned something of great value today. 🥳🥳🥳
Hey Ankita, it would be great if you explained how to monetize the app, either through a monthly charge (which you have already done in other videos) or by using Stripe Connect to take a commission for using our application, and some tips to be scalable at the time of deployment
When are you planning to launch your SaaS products? Also, what will be your key differentiator in the industry, given that coding is becoming more accessible to everyone?
Hey! I have couple things in the works that I’ll launch soon but I want to focus on launching my Next.js course :) first! And good question, I think adoptionto new tech and getting really good at it plus having a bunch of side projects that make you money so you are not too worried about your job would be where I would focus!
@@Kulkarniankita it's not entirely free, I saw online that after 2000 suggestions nothing more. Or am I missing something. Like basic tier of cursor AI is free like that of chatGPT?
How do I open a folder in the command prompt with a cursor, similar to in Visual Studio Code? I've been trying my best but couldn't find the solution. Please help me.
hey, nice tutorial. do you think it is good to store the split_with info in a json_blob, what happens if someone edits the expense later? or want to remove the user from the split_with? i know it is doable, but is there any other way to handle this? thanks
the data structure needs to be modified then. I don’t mind storing it as a json as it’s easier to go through the array and do the math although you can totally just store records on its own and associate to a group id
Do you think our job as developers is getting obsolete? What are your thoughts about this? Comment below and let’s discuss!
Difficulties arise for those who do not adopt the latest AI skills. Interestingly, AI actually speeds up our work.
The number of man hours needed to create applications is and will drop 90%. What needs to be built and how is still key for the time being - everyone is essentially a project manager now.
@@Web3-ku7ow100%
@@roberth8737why can’t AI keep us organized? Why project managers?
I don't know I am just looking to get my first Job as a dev I have worked as data analyst before
sometimes youtube randomly suggest some channel and it turns out to be the best!!! Terrific video and how well explained. Keep up the good work and i certainly learned something of great value today. 🥳🥳🥳
Thank you so much, very kind! 🙌
This is so cool!
Thank you!
Basically one needs to know everything about the everything they are gonna use with AI editors :)
One needs to know what tools to use for sure as a blind can’t direct a blind lol the more you are specific the better AI gets imo!
Hey Ankita, it would be great if you explained how to monetize the app, either through a monthly charge (which you have already done in other videos) or by using Stripe Connect to take a commission for using our application, and some tips to be scalable at the time of deployment
Hey there are great ideas, thank you!
When are you planning to launch your SaaS products? Also, what will be your key differentiator in the industry, given that coding is becoming more accessible to everyone?
Hey! I have couple things in the works that I’ll launch soon but I want to focus on launching my Next.js course :) first!
And good question, I think adoptionto new tech and getting really good at it plus having a bunch of side projects that make you money so you are not too worried about your job would be where I would focus!
Good content, clear and to the point explanation, however constantly zooming out and in is very distracting. Thank you for the video
Thanks for the feedback and yeah? I’ll fix the zoom next time!
@@Kulkarniankita You are very kind, thank you
If the basic tier is made free, I would have give it a try
It is free!
@@Kulkarniankita it's not entirely free, I saw online that after 2000 suggestions nothing more.
Or am I missing something. Like basic tier of cursor AI is free like that of chatGPT?
@@victormayowa7989 yeah not entirely but it is quite generous that you can do a lot with it so it shouldn’t stop you from giving a try!
How do I open a folder in the command prompt with a cursor, similar to in Visual Studio Code? I've been trying my best but couldn't find the solution. Please help me.
Open the application cursor, type command + P -> then type > install cursor command and this will install the command cursor in your terminal
@@Kulkarniankita Hurrah, it worked thank you so much
@@MuhammadRafiq-fx8zz that’s awesome!
"I want to focus on launching my Next.js course :) first!" - any tentative date for this ??
End of the month! Target date is October 28/29
hey, nice tutorial. do you think it is good to store the split_with info in a json_blob, what happens if someone edits the expense later? or want to remove the user from the split_with? i know it is doable, but is there any other way to handle this? thanks
the data structure needs to be modified then. I don’t mind storing it as a json as it’s easier to go through the array and do the math although you can totally just store records on its own and associate to a group id
How to Delete the Created Group?
you need to implement that feature, I believe I show you!