One answer is in the question: MEAN. Mongo, Express, Angular, Node.
A subset of A is the implementation of the presentation layer, which means you can do that, too — you can take a design and architect it into MEAN, which is one Tech Stack within the Full Stack range of options.
.NET developers, for instance, are "full-stack" by default if they're also building the UI. Python developers writing non-Web products are probably using GTK, and so are Full Stack by default.
Full Stack's meaning is more about the domain of interest, which is historically the Web. It doesn't really have meaning outside of Web Development. Looking at MEAN, we have a delineation of the Web Application Stack: DB, Server, Front end, Tooling. It just so happens that this is a Full Stack in implementable via JavaScript, most importantly: a Web language, the lingua franca of the Web. "Full Stack" is historically associated with JavaScript's maturity, but we can use this delineation of the Web Application implementation to retroactively make sense of non-JS "already existing" stacks that might correspond analogously.
A subset of A is the implementation of the presentation layer, which means you can do that, too — you can take a design and architect it into MEAN, which is one Tech Stack within the Full Stack range of options.
.NET developers, for instance, are "full-stack" by default if they're also building the UI. Python developers writing non-Web products are probably using GTK, and so are Full Stack by default.
Full Stack's meaning is more about the domain of interest, which is historically the Web. It doesn't really have meaning outside of Web Development. Looking at MEAN, we have a delineation of the Web Application Stack: DB, Server, Front end, Tooling. It just so happens that this is a Full Stack in implementable via JavaScript, most importantly: a Web language, the lingua franca of the Web. "Full Stack" is historically associated with JavaScript's maturity, but we can use this delineation of the Web Application implementation to retroactively make sense of non-JS "already existing" stacks that might correspond analogously.