Question:

What does Fullstack mean?

In a Web Application some of the code to runs in your browser, also known as the "Front-end" and some of the code runs on a server, also known as the "Backend".

"Fullstack" is often used when talking about a "Fullstack Developer", which is a developer who knows how to code for both the Front-end and Backend.

Or it's used when talking about a "Fullstack Framework" which is a Web Development Framework like Rails which provides the functionality to create the Front-end and Backend in the same codebase.

#facts

You might also like


Code Q&A was built with Ruby on Rails! And it's server rendered! More specifically: Ruby on Rails...
#rails #meta

MVC stands for Model, View, Controller. But what does that mean? When you build web...
#facts

HTML stands for Hyper Text Markup Language. Don't be intimidated by the fancy-sounding name,...
#facts