I am just now in the process of looking for jobs as I am about to graduate from college. An interviewer asked me what my current ‘development stack’ is?
I know this is probably a really basic question. but could someone explain to me what a ‘development stack’ is? It isn’t a term that gets used in school.
2
It simply means the set of languages, libraries, IDEs and tools (including OS, database server and application server) used for application development.
For example, people may refer to the LAMP stack, meaning Linux/Unix + Apache + MySQL + PHP/Perl.
Other stacks are the Microsoft Stack (Windows + IIS + SQL Server + C#/VB.NET).
3