Ask HN: Any interest in a comprehensive book on fullstack development?
I'm trying to gauge interest in a potential book about fullstack development that would cover things like: web history, http/https, rest/rpc, database, queues, message brokers, architecture, patterns, deployment, monitoring, cloud, etc. It would do so in a bottom up approach without relying on any specific framework (no Django, no Rails, etc). Goal would be to allow a reader familiar with web dev to fully understand all aspects of fullstack development in one single resources with pointers to additional resources as necessary.
Focus being fundamentals, not new and shiny or what's popular right now.
As far as I know no such comprehensive resource exists. All resources are disparate and cover different subsets of the topics of fullstack development.
Obviously it would be a sizable undertaking, so wanted to see how much interest there would be before committing to it. It may span multiple volumes due to the amount of content you'd need to cover.
7 comments
[ 3.7 ms ] story [ 21.0 ms ] threadThis book is what got me started on my career
https://philip.greenspun.com/panda/
"It may span multiple volumes due to the amount of content you'd need to cover."
This sounds like one of those never ending projects that seem like a good idea at the time, but once you start putting in the work, you realize you bit off way more than you can chew...
No, I haven't written anything this large. Hence asking before committing to it. Once book (volume) may take a year or more I'm guessing.
Well the intent is on the core principles and fundamentals, as I mentioned in my original post. So those shouldn't change year-to-year. Decade-to-decade, maybe, but most books go out of date within a decade anyway, aside from truly timeless ones, so that's not really a priority or a concern.
I was thinking something akin to Designing Data Intensive Applications, as an example, which focuses on lot of core principles, but mentions currently relevant technologies and implementations as appropriate. Obviously Designing Data Intensive Applications is a world class book, so not trying to draw a direct comparison by any means, just to provide a similar example.