Hacker News new | ask | show | jobs
by acemarke 1519 days ago
Yes. I wrote a blog series called "How Web Apps Work" that covers fundamental terms and concepts for web dev in general (HTTP, client dev workflow, HTML/DOM/CSS, JS, and data transfer), with some of that more focused on client-side concepts:

https://blog.isquaredsoftware.com/series/how-web-apps-work

I've also got a set of slides on "JavaScript for Java Devs", which is a thorough cheat-sheet style overview of JS syntax, concepts, and ecosystem:

https://blog.isquaredsoftware.com/2019/05/presentation-js-fo...

and I helped put together a curated list of learning resources for JavaScript, TypeScript, React, and Redux over on the Reactiflux Discord site:

https://www.reactiflux.com/learning

1 comments

Thank you.