Login
Theme: Light Dark

What does the word "stack" in full-stack developer implicitly mean?

Tagged:

Home - Quora Link

A technology stack.

You have:

All of these represent parts of a stack of technologies, each one rests on top of the next one. Problems can develop across the entire stack. A full-stack developer is one who specializes in solving any and all of them.

Usually, you see the word defined in the relevant technologies that were chosen at the beginning of the project. For example, LAMP, which stands for Linux, Apache, MySQL, and PHP. One thing you can run on the LAMP stack is WordPress.

A full-stack LAMP developer is, therefore, someone who understands all four components well enough to fix problems with them.

I personally am a full-stack developer specializing in Rails. Rails apps don’t have cute little 4-letter acronyms because they all mostly look the same.