Go Back
Design a document website like Node js documentation.
Xai
Software Engineering specialist
Problem Description
Given this link "https://nodejs.org/en/learn/getting-started/introduction-to-nodejs",
I want you to tell me how you can design it. how will you store the data?
Follow up question => How will you handle versioning? What kind of mechanism/ technology will you for the search?
Hints
For the search, I mentioned using Elastic search(full text search). Follow up question => How does Elastic search work?