12:25 Heads up: "name" key is no longer returned by the lookup function (from 2023 and up) As it is specified in the problem set specification: "Please note. If you began this problem in 2023, note that lookup no longer returns a key of name, so be sure that you remove that from any query that expects it. No name needs to be displayed on any page" Really fun pset btw!
July 13, 2024, 11:51. I finished this problem after a whole day of coding. Made some real progress wow, poggers! Now I need to finish the Scratch problem set.
This is like the magnum opus of CS50x. Only the walkthrough is 20 mins long sheeshh. Never thought I would be solving my last problem. I enjoyed my stay :(
Oh God, whenever I check my code, I encounter an error within the 'buy' function. I've spent hours on this. I've gone through all input verifications, but I still get an error. Finally, I figured out what's going on. It turns out the checkout system from Harvard was trying to hack my system by changing some values! Hahaha, be careful. Now, let's move on to the final project. Cheers from Brazil!
19:15 - On the History screen you have a grammatical error. "transaction's" is incorrect and should read, "transactions", no apostrophe. Why, yes, I am in Software Quality Assurance, why do you ask? :P
This pset allowed me to better size my rythm and pace when attacking problems that seem too big to be done. It was not that hard, but I had to do a lot of breaks and take my time instead of wanting to rush it.
10:30 how was i supposed to know that here, the error code would be 400? was it shared somewhere? i am curious, as i got it correct only by looking at check50 report.
@@MahmoodSaeedB did u meant staff's solution? if yes, then ohkay. thanks for sharing. i had not watched that. my approach usually is to go with as few external hints as possible - reading only problem/assignment description etc. > _"This is the error code rendered in the stack's solution."_
Ahhh my website "works" buy I can't pass check50 for the buy route 😭 it says it is expecting 112.00. I wish I had more feedback for what that is supposed to mean 😔
11:35 it seems that it had to redirect nowhere? just make the user logged in. i thought user had to enter login details again to login (this ensures that the login is as user expects it to be for the next run too)
looking at "staff's solution" - yeah, i was right in redirecting it back to the index. but i got confused by why is "quote" instructed right after "register" - whereas, a sensible approach seems to be to * get a barebones working index after register, * then do other things.. * then come back to complete index in its full glory.
edit: oh lol, i got flabbergasted seeing that huge cat, and didn't see that it the nav bar _is_ there, so, it is equivalent to that barebones index page. just ignore the cat, and do in the same order.
12:25 Heads up: "name" key is no longer returned by the lookup function (from 2023 and up)
As it is specified in the problem set specification:
"Please note. If you began this problem in 2023, note that lookup no longer returns a key of name, so be sure that you remove that from any query that expects it. No name needs to be displayed on any page"
Really fun pset btw!
One of the scariest UA-cam videos I've ever seen
July 13, 2024, 11:51. I finished this problem after a whole day of coding. Made some real progress wow, poggers! Now I need to finish the Scratch problem set.
holy I haven't done that I forgot LOL thanks dude
Finance - The Final Boss of CS50 haha - it's been real!
This video just keeeeeeeps going with tasks. An intimidating introduction.
This is like the magnum opus of CS50x. Only the walkthrough is 20 mins long sheeshh. Never thought I would be solving my last problem. I enjoyed my stay :(
There's no redundancy in Brian's tutorials and I love it. From A to Z.
I watched too many episodes of Hajime no Ippo to get the courage to do this problem set. Starting now!
Have you finished the course yet?
@@ناشر_للقرآن_الكريم Yes, 1 week ago 😎
FINALLY!! After one week of struggle, it is finished!!
Why do I hear boss music?
🤣🤣🤣😅😅😵💫😵💫😵
u done yet?
@@harisuresh2507 yep bro
@@Themaxmerock007 IM ON BUY rn and my SQL list looking quite thick.
@@Themaxmerock007 I FINISHED TOO!!!
Yay! Brian is back.
No shit!! Agreed
Oh God, whenever I check my code, I encounter an error within the 'buy' function. I've spent hours on this. I've gone through all input verifications, but I still get an error. Finally, I figured out what's going on. It turns out the checkout system from Harvard was trying to hack my system by changing some values! Hahaha, be careful.
Now, let's move on to the final project. Cheers from Brazil!
Where are you now?
I'm doing my Final Project @@justraining1037
Have you finished your final project?@@mustafaneto26
Is it the 112.00 ?
9:32 "accessing form data" (using value of the name attribute to the input element.
Sounds like a lot of work, but nothing unnecessarily complex. Can't wait to start!
Thank you CS50 for everything you're doing for us!
I finally finished this and it's satisfying
19:15 - On the History screen you have a grammatical error. "transaction's" is incorrect and should read, "transactions", no apostrophe.
Why, yes, I am in Software Quality Assurance, why do you ask? :P
This pset allowed me to better size my rythm and pace when attacking problems that seem too big to be done. It was not that hard, but I had to do a lot of breaks and take my time instead of wanting to rush it.
last project!! it has been a great journey
10:30 how was i supposed to know that here, the error code would be 400? was it shared somewhere? i am curious, as i got it correct only by looking at check50 report.
This is the error code rendered in the staff's solution.
@@MahmoodSaeedB did u meant staff's solution?
if yes, then ohkay. thanks for sharing. i had not watched that. my approach usually is to go with as few external hints as possible - reading only problem/assignment description etc.
> _"This is the error code rendered in the stack's solution."_
Way to end it off with a bang! Let's do this!!!
We had a good run...
Ahhh my website "works" buy I can't pass check50 for the buy route 😭 it says it is expecting 112.00. I wish I had more feedback for what that is supposed to mean 😔
I like this guy
The Final Boss Fight
mission passed!
respect +
can u help me, i have problem in this ps
@@azizdeluffy What's the problem?
20 min walkthrough sheeeeeshhh
Hey, it is Brian Yu
Brian Yu-> Good Man -> Good Man -> Good Man -> Good Man -> Good Man
The new version of finance has no templates 😱
it does this happened to me I just deleted the file i downloaded then re-downloaded it and they were there
hey, anyone know what year you would learn this in CS50?
9th week
last one..... I can do this!!!!
thank you cs50
where am i supposed to redirect after a successful registering?
11:35 it seems that it had to redirect nowhere? just make the user logged in.
i thought user had to enter login details again to login (this ensures that the login is as user expects it to be for the next run too)
looking at "staff's solution" - yeah, i was right in redirecting it back to the index.
but i got confused by why is "quote" instructed right after "register" - whereas, a sensible approach seems to be to
* get a barebones working index after register, * then do other things.. * then come back to complete index in its full glory.
edit: oh lol, i got flabbergasted seeing that huge cat, and didn't see that it the nav bar _is_ there, so, it is equivalent to that barebones index page. just ignore the cat, and do in the same order.
@@yash1152 redirect to "/"
final pset done!
OK. let's go 🤘
Thank you
Can you do a php tutorial
Why new video for 2021
I think it is the same as 2020 video
Because they have class in hall annually. This video is their resource for the class.
Brain !
is this the final boss
Hello brian !
hello world 🌳🌳🌵🌴🌱🌿🍃🌾🌱🌱🌴🌵🌳⛩🌵🌴🍀☘️🌲🌲🌲
very spooky waaaaaaaa
I am intimidated. One step at a time, I guess...
It is done. Great PSET, but it takes a loooong time.
@@eas3csy for me it not the hardest one, but the longest one to make suitable information display xD
A really cool course
Hello
Shit
you're cute :)