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

Digital Literacy Computer Basics Computer Languages What Some Common Languages Do and How They Work Together

how do i remember front end and back end language

how do you remember the 2 and not get yourself confused with either

2 Answers

Dale Severude
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Dale Severude
Full Stack JavaScript Techdegree Graduate 71,349 Points

Hi Lauryn,

Front End runs on your local computer and Back End runs on the server hosting your web page. The difference is the location where your code is running.

tanuki
tanuki
1,567 Points

In the beginning the languages you use are different enough to rarely get confused - HTML, CSS and Javascript, for example. If you use Javascript for the backend also you'll not need to worry yet about language confusion.

Recalling methods across Javascript, Java and Python, for example, takes practise, and is just another part of programming to get used to. It's not necessarily about 'back versus front', just differing languages, but usually being in a certain context or environment is immersive enough to get in the right mindset.