1
philcr
8y

What the fuck is a stack?

Comments
  • 9
    It's the prefix of stackoverflow.
  • 8
    It's the suffix of haystack
  • 4
    A LIFO queue
  • 1
    @philcr, as in a data structure or as in "work stack"/"fullstack"?
  • 0
    @FarfalleCode as in when some one describes full stack developer. It sounds like a buzz word.
  • 4
    As I visualize it, a "Stack" is the various layers to a system/application. For example:
    HTML/SASS/PHP
    Django
    MySQL
    Apache
    Linux
    -That is one stack, another:
    Bootstrap/JavaScript/AngularJS
    Postgres
    Windows Server
    ***I just picked semi-random protocols/languages/frameworks (which could possibly not make sense in reality), but I think it gets the point across... I hope...
    Ultimately, it is all the pieces that are required to run your Program/App, and I would just google stack variations for more examples
  • 0
    @FarfalleCode so my primary experience of Windows Server, MS SQL Server and VB would technically make me full stack dev
  • 2
    Sometimes it's just buzzwords if someone in HR is making the job description. Some tech companies treat full stack differently. My company treats full stack as, you know how to setup AWS, the deployment pipeline, config management, log management, database setup and maintenance, back end code, front end code, amongst other things. For others, it's just the front end and back end code, with some minor database setup.
  • 0
    Thanks guys some good comments in there.
Add Comment