Преглед изворни кода

Add new category "Web Search Engine" + tutorials

Daniel Stefanovic пре 7 година
родитељ
комит
c97c7a0ed8
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -22,6 +22,7 @@
 - [Search Engine](#build-your-own-search-engine)
 - [Shell](#build-your-own-shell)
 - [Template Engine](#build-your-own-template-engine)
+- [Web Search Engine](#build-your-own-web-search-engine)
 - [Web Server](#build-your-own-web-server)
 - [Uncategorized](#uncategorized)
 
@@ -240,6 +241,10 @@
 * [**Python**: *A Template Engine*](http://aosabook.org/en/500L/a-template-engine.html)
 * [**Ruby**: *How to write a template engine in less than 30 lines of code*](http://bits.citrusbyte.com/how-to-write-a-template-library/)
 
+#### Build your own `Web Search Engine`
+* [**PHP**: *Code a Search Engine in PHP*](https://boyter.org/2013/01/code-for-a-search-engine-in-php-part-1/)
+* [**Ruby**: *Write an Internet search engine with 200 lines of Ruby code*](https://blog.saush.com/2009/03/17/write-an-internet-search-engine-with-200-lines-of-ruby-code/)
+
 #### Build your own `Web Server`
 * [**C#**: *Writing a Web Server from Scratch*](https://www.codeproject.com/Articles/859108/Writing-a-Web-Server-from-Scratch)
 * [**Node.js**: *Let's code a web server from scratch with NodeJS Streams*](https://www.codementor.io/ziad-saab/let-s-code-a-web-server-from-scratch-with-nodejs-streams-h4uc9utji)