flâneur

Introduction to the Back End | The Odin Project

theodinproject.com · 377 words · saved by 1 readers

The Odin Project empowers aspiring web developers to learn together for free

Introduction The “front end” denotes the interface that a web user interacts with - what they see (and hear) when using the web. The three languages of the front end are fairly standardized: HTML for markup, CSS for presentation, and JavaScript for scripting. The “back end”, meanwhile, denotes all that goes on “behind the scenes” on web servers to make the user experience possible. In contrast to front-end development, you can run pretty much any language you want to on your server since it doesn’t rely on your user’s browser understanding what’s going on. All the browser cares about is…

saved by

related reading