Hey Corbin. What a video! Your content is highly underrated and your viewer base will certainly grow monumentally. I am in the early stages of developing a livestock tracking app for our sheep farm in South Africa. Can you please give me advice on the process I should follow and whether any paid ai versions are necessary? I'm currently using the v0, cursorai, firebase route. Should I get the paid version of any ai platform? After the app is created, what will be the best way to reliably and safely store the captured data of the animals?
Thanks for sharing all the documentation FOR FREE! I think it's a great way to help build a community of creators. If/when I create content, I'm going to pay it forward by providing free resources as well. This is the way.
A couple of tips for viewers: 1. Use the VScode integrated terminal (instead of iterm, etc) 2. Use the vsode git integration via git icon next to extensions icon (instead of using terminal commands) 3. Use Cursor AI code editor (instead of vscode, its the same thing but with tightly integrated AI features) , since it costs the same as chatgpt , and includes full chatgpt access, and other AI models, most importantly Claude 3.5, which is well known for being better at coding than chatgpt 4o... NOTE: This tutorial is supposed to be for non coders, hence using the code editor UI as much as possibly makes most sense. And... it's titled as "Cursor AI", not VScode...
Also... as for instructions to chatgpt or any other AI model, with Cursor, use '.cursorrules' file to tell the AI specifics on how to handle your code, answer you, etc (just as was shown for the chatgpt specific customization instructions )
For integration with github, without doing the whole key thing described in video, Microsoft has an official extension called 'remote repos' ... which allows you to use the git UI to add your github repo and requires a single approval (popup) to setup full access to your github
What a G. Thanks. Subscribed and will keep seeing your content to stay up to date with all these technologies. Excited to see how V0 plays into all of this
would be cool if there were a full ai code editor / web based service that understands the whole repo. im a dev and partially hate ai for taking some of our job but my other part is liking this quick prototyping tool
Thank you for this series! You are incredibly talented with a swathe of skills! Love your delivery of this content, which is usually very dry, and your ability to contextualise it for noobs like me. Well done! I do take exception to no cream in my coffee in lesson 3 though Happy International Coffee Day Corbin! ☕
various issues as i follow thru - had to change permissions on .config for the Firebase CLI, various package issues/dependencies with firebase install that i did npm audit fix --force but it still wouldn't address all the vulnerabilities, and npm run build errors. i'm basically stuck even with chatgpt help. Installing firebase caused problems so i updates the react-scripts but then other stuff breaks. Ok i had to dick with the package.json quite a bit to get it to work with various versions of package dependencies.
Hey, I came across your channel today and I'm impressed with what you do, respect! I'm creating my own card-role-playing game and I need my own personal assistant who can help me analyze data, suggest solutions, help with creating a storyline, help with mechanics, etc. However, I would like my ideas to remain mine and not be used in the AI training process. Do you have a way to do that? Can I create a writing assistant who will have access to what I've created and can help me based on that? If you have any videos on this topic, I'd love to watch them.. if not, maybe you want to make one? :D
Thanks for the feedback! I would say your best option here would be to download an AI model locally - check out this video: ruclips.net/video/zrNKfiCuqCs/видео.html
I think you missed something between the app being deployed and not being able to edit to view the red square on local host or website. Tried everything. Any advice?
Hey Corbin , very good video ! I was wondering if I can help you with more Quality Editing in your videos and make Highly Engaging Thumbnails which will help your videos to get more views and engagement . Please let me know what do you think ?
[Bonus Lesson] - Connect Google Analytics To Your Website
ruclips.net/video/j0eNlQqsW4w/видео.html
Hey Corbin. What a video! Your content is highly underrated and your viewer base will certainly grow monumentally.
I am in the early stages of developing a livestock tracking app for our sheep farm in South Africa.
Can you please give me advice on the process I should follow and whether any paid ai versions are necessary?
I'm currently using the v0, cursorai, firebase route. Should I get the paid version of any ai platform?
After the app is created, what will be the best way to reliably and safely store the captured data of the animals?
Thanks for sharing all the documentation FOR FREE! I think it's a great way to help build a community of creators. If/when I create content, I'm going to pay it forward by providing free resources as well. This is the way.
Had used Firebase for auth, never explored the idea of hosting - thank you!
A couple of tips for viewers: 1. Use the VScode integrated terminal (instead of iterm, etc)
2. Use the vsode git integration via git icon next to extensions icon (instead of using terminal commands)
3. Use Cursor AI code editor (instead of vscode, its the same thing but with tightly integrated AI features) , since it costs the same as chatgpt , and includes full chatgpt access, and other AI models, most importantly Claude 3.5, which is well known for being better at coding than chatgpt 4o...
NOTE: This tutorial is supposed to be for non coders, hence using the code editor UI as much as possibly makes most sense. And... it's titled as "Cursor AI", not VScode...
Also... as for instructions to chatgpt or any other AI model, with Cursor, use '.cursorrules' file to tell the AI specifics on how to handle your code, answer you, etc (just as was shown for the chatgpt specific customization instructions )
For integration with github, without doing the whole key thing described in video, Microsoft has an official extension called 'remote repos' ... which allows you to use the git UI to add your github repo and requires a single approval (popup) to setup full access to your github
Bro, you should have like 600k views. Best approach and tutorials on the platform. Very underrated channel.
3 hours compilations website buildup. Sick 👍👍👍
This is the most valuable tutorial I have ever watched. Thanks Corbin, paid to join your skool just to send you $20.
What a G. Thanks. Subscribed and will keep seeing your content to stay up to date with all these technologies. Excited to see how V0 plays into all of this
This channel deserve millions of subscribers!
🙌
Please keep up the speed, never slow down. Good stuff.
This is the best. The content and the lesson is incredible. AMAZING.
Thank you for this, honeslty, just getting into coding this month and your videos make it make sense!
Great to hear!
would be cool if there were a full ai code editor / web based service that understands the whole repo. im a dev and partially hate ai for taking some of our job but my other part is liking this quick prototyping tool
So so helpful. Thanks man
🤝
You are a legend
🤝
Thank you for this series! You are incredibly talented with a swathe of skills! Love your delivery of this content, which is usually very dry, and your ability to contextualise it for noobs like me. Well done! I do take exception to no cream in my coffee in lesson 3 though Happy International Coffee Day Corbin! ☕
Thanks! ☕
You've been putting out some really great content recently man! Thanks!
Thank God for my Adhd Hyper focusing 😂🎉 watching the whole video with like 3-5 pauses lol
Thank u for this valuable info
Love what you doing bro!
Crazy how you started this two weeks ago 🤙🏼🤙🏼🤙🏼
various issues as i follow thru - had to change permissions on .config for the Firebase CLI, various package issues/dependencies with firebase install that i did npm audit fix --force but it still wouldn't address all the vulnerabilities, and npm run build errors. i'm basically stuck even with chatgpt help. Installing firebase caused problems so i updates the react-scripts but then other stuff breaks. Ok i had to dick with the package.json quite a bit to get it to work with various versions of package dependencies.
What is better? This with ai or drag and drop systems for building websites ?
Hey, I came across your channel today and I'm impressed with what you do, respect!
I'm creating my own card-role-playing game and I need my own personal assistant who can help me analyze data, suggest solutions, help with creating a storyline, help with mechanics, etc. However, I would like my ideas to remain mine and not be used in the AI training process. Do you have a way to do that? Can I create a writing assistant who will have access to what I've created and can help me based on that?
If you have any videos on this topic, I'd love to watch them.. if not, maybe you want to make one? :D
Thanks for the feedback! I would say your best option here would be to download an AI model locally - check out this video: ruclips.net/video/zrNKfiCuqCs/видео.html
Great work
amazing effort. Thank you. #elearning
Thanks
Thanks!
If any designers have the time, I have 2 websites I'd like to build quickly with Cursor AI but don't have the time to learn this.
I think you missed something between the app being deployed and not being able to edit to view the red square on local host or website. Tried everything. Any advice?
Check out this video-it may be able to help with this!
ruclips.net/video/2WnxKCFAXAM/видео.html
I don‘t get why u dont just use Cursor AI with integrated AI instead of VS code and copy paste from chat gpt? Could someone explain ?
I explain more about why I think this method is best in this video:
ruclips.net/video/dxXdo0amheg/видео.html
Hey Corbin , very good video ! I was wondering if I can help you with more Quality Editing in your videos and make Highly Engaging Thumbnails which will help your videos to get more views and engagement . Please let me know what do you think ?
Using VS code because most people don't have cursor ai?
Pro
Wax on wax off :)