Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== The Stack ====== Usually, developers refer to "their stack" as the technologies they know to base their programs and systems on. This is also called a [[https://en.wikipedia.org/wiki/Solution_stack|solution stack]] or tech stack. A stack can also be a data type where you have a collection of objects which are processed programmatically. See [[https://en.wikipedia.org/wiki/Stack_(abstract_data_type)|Stack (abstract data type) on Wikipedia]]. ===== Full Stack ===== A "full stack developer" is a developer who knows every element of the software stack their application runs on. Usually this doesn't include the operating system, but very much the runtime environment, databases, storage systems and frontends. * [[https://www.laurencegellert.com/2012/08/what-is-a-full-stack-developer/|What is a full stack developer?]] (Laurence Gellert, 2012) ===== Acronyms ===== ^ Acronym ^ Meaning ^ Description/Comment | | JAM | [[.:js:|JavaScript]], API and Markup | Most of the stuff happens client side | | LAMP | Linux, Apache, MySQL and [[.:php:|PHP]] | nowadays it's usually MariaDB instead of MySQL | Last modified: 2024-07-05 14:31