i asked chatgtp and it confidently told me its ChatGTP
@ClarkFXL Жыл бұрын
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 ;-)
@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
@aaronbernatia95522 ай бұрын
how about as a total beginner on my Arduino RFID door lock project?
@envatotuts2 ай бұрын
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!
@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.
@Daviespan2 Жыл бұрын
Awesome tutorial. Thank you so much for sharing, Sir
@envatotuts Жыл бұрын
You are very welcome
@Handsomekid7732 ай бұрын
Gives wrong if asked to remove black black still there in background of project
@envatotuts2 ай бұрын
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
@yesyes969811 ай бұрын
@@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)
@Sarge9217 күн бұрын
@@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
@IvanBankin-m8z11 ай бұрын
thanks for the info
@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
@crazy_hardcore_gaming4 ай бұрын
It's gotten better but still not perfect.
@spencerprice-hv9jz7 ай бұрын
how did he get up the web page
@chirooooo11 ай бұрын
Is this GPT 3.5 or GPT4?
@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
@DeadPalooza8 ай бұрын
I say something like "Please give me an updated html/css with the changes already implemented"
@imrananjum6822 Жыл бұрын
Good job
@envatotuts Жыл бұрын
Thanks
@nikithanikitha55859 ай бұрын
Please send the movie database app in react in nxtwave coding plz send me please sir
@circulartext Жыл бұрын
Chat GPT will give you almost perfect coding skills
@yesyes969811 ай бұрын
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.
@mEtAlMaNiAc7876 ай бұрын
Me and chat gpt built a better version of Google calendar! Building a calendar from scratch was an immense task for me.