+ 3
how to create my own searching bowser?
I really want to understand how things like the google search engine and bing works, how ever i cannot get my head around these thigns. What should i do as a new web devolop? Thank you for your help!
4 Answers
+ 1
Im happy to follow and help once you start learning but you need to add courses to do so :]
+ 6
Search engines like Google and others out there have huge databases. And when you search for a piece of text, it uses the efficient searching algorithm based on your search text to filter out the most relevant informations for you.
As a new web developer, try learning all about databases like create, insert, update, delete using Javascript. Then you can create your own small search engine đ
+ 4
Start with either the html course or javascript/php. This will help you get a better understanding of what you will need to know
+ 2
The submission to this assignment should give you some basic understanding of search engine.
https://www.sololearn.com/learn/13420/?ref=app