Ask HN: Any good resources for learning back-end tech as a front-end engineer?
I've been a developer for a while, but many of the little details of what's happening behind the API remain a mystery to me. Does anyone have any favorite resources specifically aimed at helping engineers with front-end experience gain a deeper understanding of what's happening on the other side of the stack? I'm particularly interested what's going on closer to the hardware and the more arcane aspects of network infrastructure.
2 comments
[ 3.0 ms ] story [ 16.2 ms ] thread- Learn the basics of Ruby (what's happening behind the API)
- Learn the basics of Rails (what's happening behind the API)
- Read Ruby under a microscope (what's going on closer to the hardware)
- Learn the basics of cloud computing (AWS for example for the more arcane aspects of network infrastructure)
You could pick other language and find similar resources for those. Also there's ton of material out there for all of these topics. Good luck.