Live data from Hacker News

Ask HN: What is “full stack” actually?

news.ycombinator.com

1–10 of 88 posts

Ask HN: What is “full stack” actually?

#1
I'm reading all those "full stack" topics and can't help but scratch my head.

What does it describe? Is this some common basic term I'm actually missing?

To me full stack would start way down at the hardware design and end just when the computation has finished and (possibly) persisted to disk. A vast field that I can't possibly hope to learn in a lifetime.

Dear HN please enlighten me

Re: Ask HN: What is “full stack” actually?

#5
I would guess it mostly have to do with understanding the complete flow and parts of a web service or page. From the HTML/CSS in the front end, javascript somewhere in between and then how the backend language/API talks with the database.

Then how to configure/update/trouble shoot the web server and related issues like database performance and mail server errors

Re: Ask HN: What is “full stack” actually?

#6
A full stack web framework might mean a web framework that encompasses an ORM, routing, templating, email, possibly a built-in admin panel, and pretty much everything else that you need to develop a CRUD app. Recently, they might also encompass a front-end toolkit for doing AJAX-y things.

A web developer saying they work on the "full stack" means that they both write server-side and client-side code.

Re: Ask HN: What is “full stack” actually?

#8
In 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 developers who could do all that stuff (as they should) are suddenly "full-stack developers".

Post reply on HN