What to do when you are stuck

  Рет қаралды 116,123

Codecademy

Codecademy

5 жыл бұрын

We've all been there. You're in the Codecademy learning environment or in your local IDE, and you see a red error that doesn't allow your program to run properly. You can't quite figure what the problem is, and it's frustrating! In this video, Farish shows us some strategies to get through these tough times when you're stuck!
Learn Code Foundations with Codecademy: j.mp/3vH2czK
For learner communities, check out:
The Codecademy forums: j.mp/3eWk175
Codecademy's Facebook group: / codecademy.community
- - - - -
Join the millions learning to code with Codecademy.
Learn to code: j.mp/2QZglJV
Check out our full course catalog: j.mp/3eZHdkO

Пікірлер: 51
@mariar.9868
@mariar.9868 5 жыл бұрын
If everything fails... Basically know where to get actual support. At least some couple of reliable sources. Because at many points you won't be able to fix it all by yourself. It's ok to get help, and always learn from it.
@luiggymacias7737
@luiggymacias7737 3 жыл бұрын
Hola, hablas español
@derschleichende
@derschleichende 2 жыл бұрын
@@luiggymacias7737 No, no hablo español.
@MohamedMohamed-lz4cd
@MohamedMohamed-lz4cd 3 жыл бұрын
I loved when you said, try to be a part of developing community before you're stuck. I felt that!
@torypinder1252
@torypinder1252 10 ай бұрын
Very informative for a beginner like myself. Thank you.....all the way from The Bahamas! 🇧🇸
@LateBoomer1964
@LateBoomer1964 Жыл бұрын
These are all solid ideas for getting unstuck. I also consult Genny, she is my "generic" Rubber Duck I ordered from Amazon. She's so understanding and always a good listener and she never laughs at me. :)
@cherisc8312
@cherisc8312 2 жыл бұрын
I appreciate this video. How to ask the question is very valuable and important. Thanks!
@kevincauley948
@kevincauley948 Жыл бұрын
Great video and information... the walk through on getting "unstuck" was super informative
@celinaindhur3286
@celinaindhur3286 2 жыл бұрын
very helpful already loving this!
@andreaswagner506
@andreaswagner506 3 жыл бұрын
Our entire school system should be structured in the same comprehensible way as at Codecademy
@celinaindhur3286
@celinaindhur3286 2 жыл бұрын
truee
@CDZepeda
@CDZepeda 3 жыл бұрын
Thank you for the video. I'm taking baby steps in learning. Love the emphasis on being a part of a community. Any learner communities you can suggest?
@marknk3593
@marknk3593 Жыл бұрын
Thanks for the information. I really got some clue when encountering a bug.
@ArifulIslam1990
@ArifulIslam1990 4 жыл бұрын
thanks a lot for your motivation
@user-pj9nn2th9s
@user-pj9nn2th9s Жыл бұрын
For real.. Thank you for your lecture and web service..
@retardbuster1498
@retardbuster1498 2 жыл бұрын
Good advices, would've been better if there's subtitles for those who couldn't turn up the volume for some reasons and are without an earphone at the same time.
@sail253
@sail253 2 жыл бұрын
I can't even do an easy code challenge without someone else literally doing it all for me, I have to choose between doing it myself and failing or going for help and have someone else succeed "for me"
@thunkedout
@thunkedout 3 жыл бұрын
'Whole is greater than the sum...' indeed
@bloodzz4813
@bloodzz4813 2 жыл бұрын
Well I was coding a carousel, and I got stuck really bad, and after 4 hours of googling and sitting in front of PC trying to figure out why the function is not working, turns out I put keyUp instead of mouseUp event , I felt so shity that I fail in such a mistake
@MP-lv5vk
@MP-lv5vk 4 жыл бұрын
I have been reading errors since learning about \LaTeX. It can give an insight to errors. Is there a serious effort to error test or get descriptive error messages within the community?
@pa_u_los
@pa_u_los 3 жыл бұрын
I don't get it your question? What are you exactly asking? I also in some way started with LaTeX! Great markup language!
@neelpuntambekar7939
@neelpuntambekar7939 3 жыл бұрын
I get errors that are not shown in the console
@amateruss
@amateruss 2 жыл бұрын
This is good when you are still in the basics. But once you get stuck in intermediate level you are pretty much doomed as the resources are scarce in the intermediate level.
@aedaldaniel
@aedaldaniel 2 жыл бұрын
Anyone want a programming buddy? I'm following along codeacdemy
@ballkicker2391
@ballkicker2391 2 жыл бұрын
Yess
@bluedeath500
@bluedeath500 2 жыл бұрын
Subtitle please, I'm profoundly deaf and cannot follow without subtitle!
@samuelclarke9510
@samuelclarke9510 2 жыл бұрын
Very quiet..
@lauriethefish2470
@lauriethefish2470 3 жыл бұрын
TLDR: Google it
@anthonypena3322
@anthonypena3322 Жыл бұрын
I heard Khan Academy 😂😂😂
@ballkicker2391
@ballkicker2391 2 жыл бұрын
The problem is.. there is no helper and if there was any he wouldn't undertsand my code because of its mess
@LillyDaemon
@LillyDaemon 4 жыл бұрын
Thank you for the information. I'm making it a habit to check out the links that have been provided throughout the learning exercises in codecademy just to see what other information I might stumble across. So far, I've been enjoying myself. I never really thought of myself as any kind of computer-literate personality. Usually, I say that computers hate me, but what I have learned so far has made sense. I think that is primarily because of the easy and well thought out learning paths orchestrated by the developers and instructors, so thank you for putting this all together for those of us who have the curiosity and drive to learn new things.
@maggieslater3479
@maggieslater3479 4 жыл бұрын
Simple, yet powerful, effective instructions. Thank you!
@clarkeeeee
@clarkeeeee 4 жыл бұрын
The first thing I do when someone comes to me is to read the error out loud with them slowly. Often, they immediately understand what went wrong when they take the time to fully absorb what it is the computer is telling them. :] If that doesn't work, I walk through helping them figure out the conditions that need to occur for the error to crop up. Often, this can involve searching through vendor/dependency code for the error's words. But the fundamental idea is that understanding the problem means understanding the solution. This is true not just for coding but also for marketing, innovation, and all other industries. Problem framing is one of the greatest skills you can teach yourself, no matter what you choose to do. :]
@madfinntech
@madfinntech 4 жыл бұрын
I'm long time power user when it comes to computers but somehow always dropped out after a short while when tried to learn to code, usually because I got stuck and gave up. This time I really try to overcome this hurdle.
@SecTechie
@SecTechie 4 жыл бұрын
Great info and explanations. Thanks.
@santiagomaciasvillegas2186
@santiagomaciasvillegas2186 5 жыл бұрын
Son geniales amigos un abrazo desde San Jerónimo Antioquia Colombia
@illegalrepost213
@illegalrepost213 5 жыл бұрын
I subbed and waiting to see more coding stuff so don't stop now.
@Duewester
@Duewester 5 жыл бұрын
So, when All else fails - read the instructions. I'm an ISTJ so, not prone to seeking help from others. Gotta change that. Good advice.
@megcusack
@megcusack 5 жыл бұрын
Great video- thank you! You mention "learner communities" at the end of this. Can you give us more leads on resources for that?
@g-wm6392
@g-wm6392 4 жыл бұрын
Meg Cusack stackoverflow for html css js
@ChristofferEricsater
@ChristofferEricsater 5 жыл бұрын
Thanks! Only been talking with people thqt alreqdy work... they do not understand why I get stuck... they are mathbrains that had no issues learning math as kids and none problem learning python... so get zero support from these people... so this was a lot better approach !
@exec9292
@exec9292 5 жыл бұрын
math is logic, and python is pretty straight forward....probably the easiest programming language
@sunilamaranth5606
@sunilamaranth5606 4 жыл бұрын
I'm a civil engineer and now I'm so fascinated by the coding and the logic involved. How long would it take me to learn to write proper code? Though I started with the codeacademy's first session, I need a few insights on how a non-tech background guy like me should start. Since I'm bit bewildered with lots of information online, I need a few suggestions on what to do after what
@ajgaming7435
@ajgaming7435 3 жыл бұрын
I just started myself engineering is also something I'm interested after I've learned coding I would like to learnt some engineering anywhere you can point me to I mostly want to learn how to make thing's like a steam engine how to make and dig a water well ECT not to get a job but general how to build for myself.
@rahulbarick4620
@rahulbarick4620 4 жыл бұрын
Being an old school developer I like to make my hands dirty :P
@daniels1813
@daniels1813 5 жыл бұрын
Hey, I think ich wuerde gerne, mithelfen :)
@gugo9227
@gugo9227 5 жыл бұрын
im stuck from the beggining -.-'
@bigbang8790
@bigbang8790 5 жыл бұрын
I probably know why.
@gugo9227
@gugo9227 5 жыл бұрын
@@bigbang8790 why xD
@icedragon12
@icedragon12 4 жыл бұрын
Bruh, the thumbnail is talking!
The KEY To Thinking Like a Programmer (Fix This Or Keep Struggling)
10:39
Learn To Code Like a GENIUS and Not Waste Time
9:41
The Coding Sloth
Рет қаралды 969 М.
The World's Fastest Cleaners
00:35
MrBeast
Рет қаралды 75 МЛН
Парковка Пошла Не По Плану 😨
00:12
Глеб Рандалайнен
Рет қаралды 13 МЛН
КАРМАНЧИК 2 СЕЗОН 3 СЕРИЯ
23:25
Inter Production
Рет қаралды 686 М.
THERAPIST EXPLAINS: This Is Keeping You Stuck in Life
6:28
Kati Morton
Рет қаралды 27 М.
What I Wish I Knew Before Becoming A Software Developer
15:06
Jeremiah Peoples
Рет қаралды 487 М.
I learned to code from scratch in 1 year. Here's how.
41:55
Thomas Frank
Рет қаралды 293 М.
Coding Was Hard Until I Learned THESE 5 Things!
7:40
Pooja Dutt
Рет қаралды 953 М.
What are libraries and frameworks?
12:59
Codecademy
Рет қаралды 102 М.
How I’d learn ML in 2024 (if I could start over)
7:05
Boris Meinardus
Рет қаралды 773 М.
Why Most People FAIL to Learn Coding
7:56
Sahil & Sarra
Рет қаралды 349 М.
How to pick a Path
8:37
Codecademy
Рет қаралды 160 М.
The World's Fastest Cleaners
00:35
MrBeast
Рет қаралды 75 МЛН