Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Adam Castillo
7,585 PointsHow does front-end and back-end code merge after completion?
I want to have a better understanding of the overall process of development from beginning to end, rather than just typing out code everyday. If you can point me to any good resources on this kind of information as well that would be fantastic. Thanks.
2 Answers

Jacob Mishkin
23,103 Pointsthere really isn't a beginning and end per say, but generally what you do is start with HTML, design the HTML with CSS then add interactivity with JavaScript (mostly frontend, sometimes backend), then to add functionally you use a backend language.
an example would be writing a post in this forum.

Adam Castillo
7,585 PointsNo problem. Thank you.
Adam Castillo
7,585 PointsAdam Castillo
7,585 PointsCan you please give me a link to that blog post Jacob? lol.
Jacob Mishkin
23,103 PointsJacob Mishkin
23,103 PointsSorry about that.
frontend and backend