Building Your First JavaScript Game
1:46:42
JavaScript: The Tricky Parts
47:09
Optional Chaining in JavaScript
6:27
Eight Coins Solution
3:49
2 жыл бұрын
Arrow Functions
7:24
2 жыл бұрын
Full Stack Redux
22:21
6 жыл бұрын
Adding React Router v4
13:33
6 жыл бұрын
Adding a Node backend
13:09
6 жыл бұрын
redux todos
26:22
6 жыл бұрын
redux react redux continued
20:55
6 жыл бұрын
redux mapDispatchToProps
6:18
6 жыл бұрын
redux counter
16:18
6 жыл бұрын
redux react redux intro
18:40
6 жыл бұрын
redux intro
22:58
6 жыл бұрын
Пікірлер
@rithmschool
@rithmschool 16 күн бұрын
Want to learn more? Check out our program at rithmschool.com/admissions and our free courses at rithmschool.com/courses!
@rithmschool
@rithmschool 18 күн бұрын
Want to learn more? Check out our program at rithmschool.com/admissions and our free courses at rithmschool.com/courses!
@rithmschool
@rithmschool 23 күн бұрын
Want to learn more? Check out our program at rithmschool.com/admissions and our free courses at rithmschool.com/courses!
@rithmschool
@rithmschool Ай бұрын
If you’d like to learn more about Rithm School and our program, visit rithmschool.com/admissions and check out our free courses at rithmschool.com/courses! Find more episodes of The Junior Jobs Podcast w/ Erik Andersen at www.youtube.com/@junior_jobs!
@rithmschool
@rithmschool Ай бұрын
Want to learn more? Check out our program at rithmschool.com/admissions and our free courses at rithmschool.com/courses!
@goonbreathfpv
@goonbreathfpv Ай бұрын
This is the video that helped me work out why my base templates were not found! Thank you.
@rithmschool
@rithmschool Ай бұрын
Want to learn more? Check out our program at rithmschool.com/admissions and our free courses at rithmschool.com/courses!
@rithmschool
@rithmschool Ай бұрын
Want to learn more? Check our our program at rithmschool.com/admissions!
@rithmschool
@rithmschool 2 ай бұрын
Want to learn more? Check our our program at rithmschool.com/admissions!
@sandoxs
@sandoxs Жыл бұрын
the most useful case of using bracket notation is not mentioned
@EmilyHopeGrove
@EmilyHopeGrove 2 жыл бұрын
Hi folks! Just wanted to point out here is that there is a missing parenthesis for the if statement in the function multipleLetterCount() here at line 19 at 1:14- kzbin.info/www/bejne/r3SyZ6l4rdtraKs If the code is run as it is present in the video solution it would result in "NAN". Just wanted to help others out! :) Cheers
@pratikaswani6656
@pratikaswani6656 2 жыл бұрын
Nice Video Mam, Love from India
@tessaslife3444
@tessaslife3444 2 жыл бұрын
Great video, im teaching my wife how to code and its awesome to see a woman in such a male dominant field!
@ajmalshehzad8511
@ajmalshehzad8511 2 жыл бұрын
Thank you very much man You have no idea 😖
@kivancgunduz1400
@kivancgunduz1400 2 жыл бұрын
Why are we don't see virtual env folder in your project folder when you command 'tree' ?
@aditsoni9720
@aditsoni9720 2 жыл бұрын
show for latest version , this flask script is deprecated
@Jiji-lo3zs
@Jiji-lo3zs 2 жыл бұрын
Thankyou for making this video! Subbing to your channel and looking forward to more vids :-)
@mitchtembo487
@mitchtembo487 2 жыл бұрын
The Video is really helpful but now I feel so confused because I've just learnt about short-circuitng isn't grad.location.city || "your city " supposed to evaluate to "your city " . I'm of the view that grad.location.city is undefined therefore the string is the only truthy value .
@MrAgent00i
@MrAgent00i 2 жыл бұрын
Thank you, I really appreciate your tutorials!
@rithmschool
@rithmschool 2 жыл бұрын
You're so welcome! Let us know if you have any requests. :)
@MrAgent00i
@MrAgent00i 2 жыл бұрын
@@rithmschool :) Coming to my mind right now would be a comparison of the operators nullish coalescing vs. logical OR vs. logical AND ?? || && When (not) to use them, best practices, etc.
@rithmschool
@rithmschool 2 жыл бұрын
@@MrAgent00i great ideas!
@ajibolaoki5064
@ajibolaoki5064 3 жыл бұрын
hi, great tutorial however my form is submitting an empty object, what could be the actual reason?
@Raj0x01
@Raj0x01 3 жыл бұрын
This is a very good tutorial and good explanation it helped me a lot.
@yourdadsbestfriend7101
@yourdadsbestfriend7101 3 жыл бұрын
great video
@gadgetboyplaysmc
@gadgetboyplaysmc 3 жыл бұрын
What font are you using for VSCode? I'd like that.
@gadgetboyplaysmc
@gadgetboyplaysmc 3 жыл бұрын
I know this is like 4 years ago.. but I hope you answer. Because I don't know what I'd do without that font.
@antoniocebrian8379
@antoniocebrian8379 3 жыл бұрын
Great! Concise and well explained. Thank you very much.
@Phonognomiks
@Phonognomiks 3 жыл бұрын
So great, exactly what I needed!
@joshuagage13
@joshuagage13 3 жыл бұрын
Thanks very much
@handledandle332
@handledandle332 3 жыл бұрын
ImportError: No module named flask_migrate
@zubair4172
@zubair4172 3 жыл бұрын
very well explained thank you man ...
@edilsonhdz
@edilsonhdz 3 жыл бұрын
Code link github???
@ronaldvonk
@ronaldvonk 3 жыл бұрын
Great tutorial! What if I wanted to add conditional steps in the form?
@rhettsmedia
@rhettsmedia 3 жыл бұрын
I’m looking for code or a sample to do the migrate tasks in a blue printed flask app using the app factory to create the app and run it
@rhettsmedia
@rhettsmedia 3 жыл бұрын
Where did the app.pie go and are you using the factory method I think you missed those
@nailakaliyeva7137
@nailakaliyeva7137 3 жыл бұрын
Thank you very much. Best explained video on migrations so far
@cathym9803
@cathym9803 3 жыл бұрын
Many thanks sir.
@cathym9803
@cathym9803 3 жыл бұрын
Thank you sir.
@itsbk6192
@itsbk6192 4 жыл бұрын
I can't sleep now knowing that there are people that pronounce Pokémon as po-keemon
@sambongay7569
@sambongay7569 4 жыл бұрын
Hello! got an error says----- from werkzeug import url_decode ImportError: cannot import name 'url_decode' from 'werkzeug' ----------------------------------------------------------------------------------------------------------------------------- i did a fix but im worried that it may hunt me later its working again i pasted --> from .urls import url_decode in \site-pakages\werkzeug\__init__.py and it is now working perfectly.. or I did something wrong? BTW I love this tutorial! i just build a working web app! been searching youtube but yours is the most helpful one!
@LivetutsBj
@LivetutsBj 4 жыл бұрын
This is nice, now how can I use a venv and .wsgi file fro server to point the application. If I do this I get TypeError: 'module' object is not callable.
@danbilokha
@danbilokha 4 жыл бұрын
thanks for sharing. It'd be great to have source code as well
@medicalcodingcpccertificat6030
@medicalcodingcpccertificat6030 4 жыл бұрын
i love this video step by step explanation
@magburner
@magburner 4 жыл бұрын
I am not an expert, with middleware, I am still learning, hence why I am watching your video. But I have to say that you have not explained clearly enough why 'request.test' misses '/greeting', but applies to '/greeting/:name'. The reason why this happens, is because when you enter 'Jon Snow' in the browser window, you are activating the '/greeting/:name' route.
@chrtravels
@chrtravels 2 жыл бұрын
I completely agree. He skipped that entirely. Best to be clear an not assume prior knowledge, especially when that is the target audience.
@jeyzzz696
@jeyzzz696 4 жыл бұрын
what if I have another field, what will be the key?
@simplepycodes
@simplepycodes 4 жыл бұрын
Hi, awesome tutorial, i wanna ask why i am getting [remote rejected] master -> master (pre-receive hook declined) Error? Thanks
@lenilunderman3697
@lenilunderman3697 4 жыл бұрын
Question, why did you not add to a database? sqlite or sqlalchemy? Any video about doing this?
@eveanthonyrondina8710
@eveanthonyrondina8710 4 жыл бұрын
Thank you sir, very good explanation. Thumbs-up!
@default_youtube_profile
@default_youtube_profile 4 жыл бұрын
But I am using namespaces as well.
@noidentify3174
@noidentify3174 4 жыл бұрын
you've done made action add, edit and delete. how to make action view details for each students ?
@azadabdullahshaheed
@azadabdullahshaheed 4 жыл бұрын
I touch another route like remove and created new template delete.html then how I work by clicking delete button?
@keymars1416
@keymars1416 4 жыл бұрын
this was such a good tutorial. thanks so much.
@zolongOne
@zolongOne 4 жыл бұрын
Very nice tutorial