Ask HN: What is “full stack” actually?
31–40 of 88 posts
Re: Ask HN: What is “full stack” actually?
#32Re: Ask HN: What is “full stack” actually?
#33In my opinion "full stack" is what all developers actually should be. 15 years ago, it was normal that, as a developer, you know how to administer a server, know how Unix works, know how to setup/debug the database. Maybe know a bit of C. Fast forward to 2015. Lots of developers are purely frontend developers and don't know how to setup a server, or don't know how to administer the database. This is now the norm. The…
You do realize that not all developers work with the web, right? A lot of us actually don't even touch the web all day long, not even for fun.
Re: Ask HN: What is “full stack” actually?
#34Re: Ask HN: What is “full stack” actually?
#35I think the simplest way to think fullstack is to think of an end-to-end experience and list all the components.
Re: Ask HN: What is “full stack” actually?
#36That is, not necessarily experience in multiple web languages, but rather skilled in a particular stack from top (presentation) to bottom (database).
I consider myself, and look for jobs that are full-stack development, particularly because I like to work with JavaScript, CSS/HTML, server-side code, and database development.
Re: Ask HN: What is “full stack” actually?
#37When I hear the term "Full Stack" or someone working as a "Full Stack Engineer" all I can think is someone who can hack its way through the full development stack when need be in a multitier architecture. I sometimes joke around that when a company says they need a "Full Stack Engineer", they mean they want a "Software Architect" without the title,authority and a higher salary.
Re: Ask HN: What is “full stack” actually?
#38Earlier quoted context omitted.
You do realize that not all developers work with the web, right? A lot of us actually don't even touch the web all day long, not even for fun.
Where did the parent mention the web? I happen to agree with them that developers should be able to handle any level of abstraction, at any layer. But this doesn't have to be with web technologies - not all servers are web servers.
It's not what all developers should be. For a lot of us, it would be a complete waste of time to learn technologies that we do not use, let alone have access to.
Re: Ask HN: What is “full stack” actually?
#39HTML to SQL and all needed in between.