Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Edwin Kim
PLUS
Edwin Kim
Courses Plus Student 1,724 Points

Immersing in coding language

What are some good YouTube channels, blogs, forums, podcasts, facebook pages, instagram pages, channels, etc. that one can read/join to get themselves more familiar in coding language. I am having a hard time memorizing all the terms and different codes. something i can listen to in the car or watch/read on a bathroom break. Thanks everyone!

3 Answers

I listen lots of podcasts while commuting to work and back home.

Development/design related podcasts:

Business/Self development podcasts

Youtube channels

you could try w3schools.org or https://www.youtube.com/watch?v=UB1O30fR-EE

Lee Vaughn
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree seal-36
Lee Vaughn
Treehouse Teacher

I don't know of any podcasts where they really dive into actual code but the Code Newbie and freeCodeCamp are both good. Code Newbie is like listening in on a programming conversation and the fCC podcast is usually someone reading from a Medium article they wrote.

I think the best way to ingrain code in your brain is to actually code and put what you are learning to use. It doesn't have to be a full-blown project or anything fancy. If you are working on HTML maybe write out a quick nav bar or a header element while on break. If you are working on CSS think of some styling you might do and write out the code for it. If you are on JavaScript maybe write a for loop or some simple functions. You can even do this on a piece of paper if you don't have access to a computer.

Just keep in mind that looking up code and reading documentation is a big part of coding so don't put to much pressure on yourself to try and memorize everything.