Hacker News new | ask | show | jobs
by whalesalad 3386 days ago
So true. Full stack is understanding the layers of a modern web stack like basic webserver/port binding knowledge, basic unix skills, http, DNS, rest, serving apis, consuming apis, using queues for background jobs, database schema, avoiding n+1 queries, authentication mechanisms for browsers and clients, email (dkim+spf), serving assets, handling browser caching issues, the list goes on... an SPA with react is really just touching the surface.
2 comments

That's not what the GP said; the GP was arguing from the other direction saying that to be considered full stack you need to understand design, too.
I hadn't heard the term "n+1 queries" before, thanks for mentioning it. That's something I deal with often, but didn't know it had a specific name. https://secure.phabricator.com/book/phabcontrib/article/n_pl...