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

Matthew Francis
Matthew Francis
6,967 Points

Learning front-end web dev

I'm almost done the front-end web dev track. I feel like it only teaches you the 'skeleton' of building a web. Is there a more 'advanced' track after front-end that focuses on front-end? Like learning SASS/animations/etc?

Dave StSomeWhere
Dave StSomeWhere
19,870 Points

There's some overlap but you might want to check out the Web Design Track, it includes SVG animations and sass courses near the end.Of course as Steve mentions below, these courses are available individually in the Library.

1 Answer

Steven Parker
Steven Parker
231,046 Points

I think the track is intended to be a general introduction. There are HTML and JavaScript tracks, and plenty of HTML, CSS, and JavaScript courses that are not in any track.

Hopefully the front end track has given you enough background that you can select what you need from the other courses. Check the Library for what's available.

Matthew Francis
Matthew Francis
6,967 Points

Are there any concepts I should learn (also including stuff out of treehouse) that would be essential in front-ended jobs? Eg; Design code patterns (if there are any), certain frameworks, etc

Steven Parker
Steven Parker
231,046 Points

Bootstrap comes to mind (in frameworks), and jQuery. The more JavaScript the better.

Right now is a great time to practice JavaScript by using it for solving the Advent of Code puzzles. :christmas_tree: