How difficult is to to learn a language framework, like node.js?
My answer to How difficult is to to learn a language framework, like node.js? on Quora
The answer varies enormously depending on the language and the framework. Some frameworks are very easy to pick up, others are harder.
Node.js is an interesting example, because there’s a LOT of stuff you need to understand in order to learn Node effectively.
If you’ve already done web programming in a language like PHP or Python you’ll have a solid understanding of at least some of the concepts (though Node’s model is radically different from something like PHP so there will still be a steep learning curve).
If you’ve never done server-side web programming at all you’re in for a shock... you’ll need to develop an understanding of the HTTP protocol, asynchronous-IO, data storage mechanisms, cookies... lots of concepts which it can take a long time to master (and which Node won’t really help you learn, since its documentation is aimed at more experienced developers).
More recent articles
- Weeknotes: Parquet in Datasette Lite, various talks, more LLM hacking - 4th June 2023
- It's infuriatingly hard to understand how closed models train on their input - 4th June 2023
- ChatGPT should include inline tips - 30th May 2023
- Lawyer cites fake cases invented by ChatGPT, judge is not amused - 27th May 2023
- llm, ttok and strip-tags - CLI tools for working with ChatGPT and other LLMs - 18th May 2023
- Delimiters won't save you from prompt injection - 11th May 2023
- Weeknotes: sqlite-utils 3.31, download-esm, Python in a sandbox - 10th May 2023
- Leaked Google document: "We Have No Moat, And Neither Does OpenAI" - 4th May 2023
- Midjourney 5.1 - 4th May 2023
- Prompt injection explained, with video, slides, and a transcript - 2nd May 2023