The title of this video is not accurate, could be renamed by "How to create a web calculator with ChatGPT" And it's ChatGPT not GTP ;-)
@OfficialMrShukla Жыл бұрын
It's not ChatGTP it's ChatGPT My friend
@Sarge92Ай бұрын
i asked chatgtp and it confidently told me its ChatGTP
@akraiprosper1547 Жыл бұрын
Many thanks for this tutorial. It is highly appreciated.
@ainoodaud Жыл бұрын
Thanks for this nice tutorial;it's an eye opener.Please what theme and font are you using in your vscode
@Daviespan2 Жыл бұрын
Awesome tutorial. Thank you so much for sharing, Sir
@envatotuts Жыл бұрын
You are very welcome
@IvanBankin-m8z Жыл бұрын
thanks for the info
@spencerprice-hv9jz8 ай бұрын
how did he get up the web page
@Handsomekid7733 ай бұрын
Gives wrong if asked to remove black black still there in background of project
@envatotuts3 ай бұрын
Hi! It sounds like the code might need a tweak. Try double-checking the background properties-sometimes it helps to set it to background: none; or background-color: transparent; depending on the context. Hope this helps. Cheers!
@TheDesignCreative Жыл бұрын
even when writing code you still need to know what code it is writing.
@Z0mb13ta11ahase Жыл бұрын
Idk I spent a weekend fiddling with it and managed to code a personal chat bot with a user interface and everything just by describing what I wanted. I literally had it walk me through downloading python and it told me all the "packages" (idk the right term) it needed. I can only imagine what people that know what coding is could do with it.
@circulartext Жыл бұрын
true
@yesyes9698 Жыл бұрын
@@Z0mb13ta11ahasetrue. ChatGPT for more seasoned programmers really does magic. It cuts the time like A LOT and I’m not exaggerating. As long as you know where to copy and paste and how to ask your questions, you’re set for success. Just actively use it and don’t mindlessly copy paste randomly because you’ll break the code (if it’s too complex)
@Sarge92Ай бұрын
@@Z0mb13ta11ahase you got lucky then many times it makes mistakes and i you dont know what your doing youll have a hard time explaining to the ai what went wrong so it can alter and patch the code also a basic understanding of code is desirable for patching and checking for security flaws it may introduce for screwing around with personal stuff its fine but if you plan to deplot the code publically youll want to be able to personally validate the code
@AidanJoyce Жыл бұрын
For a brand like Envato - How did this video get past the review process before being published. Its ChatGPT not GTP. Sure it's a small mis-speak, but its mis spoken throughout the entire video. It would not be unreasonable to think or question, "Does this person know what they are talking about?"
@simonjacobs6533 Жыл бұрын
It really doesn’t matter - we all know what is meant.
@aaronbernatia95523 ай бұрын
how about as a total beginner on my Arduino RFID door lock project?
@envatotuts3 ай бұрын
Hi! If you're a total beginner with your Arduino RFID door lock project, starting with some simple tutorials can really help. There are great resources online that can guide you step by step through the coding and wiring process. Don't hesitate to dive into the basics, and you'll be unlocking doors in no time! Cheers!
@chirooooo Жыл бұрын
Is this GPT 3.5 or GPT4?
@MOVIELENS181 Жыл бұрын
Please tell me how to make blogger theme using chat gpt
@circulartext Жыл бұрын
i think node.js would be your best bet and maybe a backend or just wordpress
@HawkMcDork Жыл бұрын
only question i have is ....when revising code........ how do you get it to revise the code and then give you the entire revised code?...i've worded it a zillion different ways and it always gives me updated codes with "your other previous code here"
@TheDrhusky Жыл бұрын
if the code is too long ask it to give you the complete code in parts
@DeadPalooza9 ай бұрын
I say something like "Please give me an updated html/css with the changes already implemented"
@crazy_hardcore_gaming5 ай бұрын
It's gotten better but still not perfect.
@haridasification Жыл бұрын
Exactly 💯
@imrananjum6822 Жыл бұрын
Good job
@envatotuts Жыл бұрын
Thanks
@_Isa7 Жыл бұрын
Woww ❤
@GogaziM Жыл бұрын
Great
@nikithanikitha558510 ай бұрын
Please send the movie database app in react in nxtwave coding plz send me please sir
@mEtAlMaNiAc7878 ай бұрын
Me and chat gpt built a better version of Google calendar! Building a calendar from scratch was an immense task for me.
@circulartext Жыл бұрын
Chat GPT will give you almost perfect coding skills
@yesyes9698 Жыл бұрын
True. It teaches you how to develop your problem solving skills and it is always paying attention to conventions. That is already amazing. If you’re actually paying attention and actively working on code (even if you copy and paste a lot of what it gives you) you will certainly learn A LOT. own experience.