Ask HN: Recommend a platform to learn web dev?
Hi,
I have basic experience with web dev way back in 2010, using Ruby on Rails & jQuery.
I want to learn modern web dev which seems much more complex.
I am completely agnostic to language/platform, the #1 priority is an ecosystem which has a good understanding and exposition of key and modern ideas. This means documentation, open source projects and chatrooms. Ease of tooling is also a big plus.
What would you recommend? React.js + CSS + backend server seems good, but the tooling is a little scary. And its documentation doesn't seem to explain the key ideas behind modern apps that well.
5 comments
[ 4.8 ms ] story [ 24.9 ms ] threadThat said, one way to go about it is to look at what people are currently hiring today (or as of 2 days ago)....
You can look at this thread on HN -> https://news.ycombinator.com/item?id=15824597 and look for companies that you'd want to work for. Then learn that :)
This lets you code most all of the app functions in JS so it runs almost entirely on the client side, provides what's needed for offline use, syncs the user's client side data with your server automatically or on demand, and gives you a reactive front end that will run on most any device in a web browser.
The docs for all of those are first rate with lots of example code to get you started and CouchDB/PouchDB have great community support.