Skip to content

Instantly share code, notes, and snippets.

@hemanth22
Forked from keangoo/bookmarks.md
Created May 21, 2019 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hemanth22/d30a0d34df0d2f62859e4919b304aa78 to your computer and use it in GitHub Desktop.
Save hemanth22/d30a0d34df0d2f62859e4919b304aa78 to your computer and use it in GitHub Desktop.
Bookmarks read later

Python - Article Extractor

Scrapy Goose [https://www.smallsurething.com/web-scraping-article-extraction-and-sentiment-analysis-with-scrapy-goose-and-textblob]

Course

Data Science [http://davidventuri.com/]

Chatbot

NLP Algo [https://www.slideshare.net/minhpqn/cc-bi-ton-x-l-ngn-ng-t-nhin-trong-pht-trin-h-thng-chatbot]

Google chatbot [https://github.com/izniburak/google-bot-curl/blob/master/google-bot.php]

SQL

Deadlock Debug [https://www.xaprb.com/blog/2006/08/03/a-little-known-way-to-cause-a-database-deadlock/]

Integrate PostreSQL to XAMPP [https://w3guy.com/integrate-postgresql-database-xampp-windows/]

Deal with MySQL Deadlock [https://www.percona.com/blog/2014/10/28/how-to-deal-with-mysql-deadlocks/]

Laravel

Multi Auth [https://laracasts.com/discuss/channels/laravel/laravel-53-change-url-in-reset-password-link-with-mulit-auth]

Handle API errors [https://laracasts.com/discuss/channels/code-review/best-way-to-handle-rest-api-errors-throwed-from-controller-or-exception]

ElasticSearch with Laravel [https://michaelstivala.com/learning-elasticsearch-with-laravel/]

Simple Search [https://fullstackstanley.com/read/simple-search-with-laravel-and-elasticsearch]

Integrate ElasticSearch [https://blog.madewithlove.be/post/integrating-elasticsearch-with-your-laravel-app/]

Elastic Basic [http://dev.tutorialspoint.com/elasticsearch/elasticsearch_basic_concepts.htm]

Override libary composer [http://stackoverflow.com/questions/28104574/strategy-to-override-a-class-in-a-library-installed-with-composer]

MongoDB

Design Rules [https://www.mongodb.com/blog/post/6-rules-of-thumb-for-mongodb-schema-design-part-1]

Map MySQL to MongoDB [https://code.tutsplus.com/articles/mapping-relational-databases-and-sql-to-mongodb--net-35650]

Build Social Network with MongoDB [http://www.slideshare.net/fred1982/building-a-social-network-with-mongodb]

React

Angular Directive to React Component [https://daveceddia.com/angular-directives-mapped-to-react/#ng-class]

Webpack Confusion [https://medium.com/@rajaraodv/webpack-the-confusing-parts-58712f8fcad9#.khu5hqrvq]

Redux Pagination [https://medium.com/@pierrecriulanscy/working-with-paginated-api-in-redux-be871818e444#.ybo0loaby]

ES6 Syntax [http://stackoverflow.com/questions/29596714/new-es6-syntax-for-importing-commonjs-amd-modules-i-e-import-foo-require]

Media

Optimize MP4 for streaming [http://rigor.com/blog/2016/01/optimizing-mp4-video-for-fast-streaming]

ElasticSearch

Analyzer [http://stackoverflow.com/questions/12836642/analyzers-in-elasticsearch]

MultiIndex vs One Index [http://stackoverflow.com/questions/14465668/elastic-search-multiple-indexes-vs-one-index-and-types-for-different-data-sets]

Index vs Type [https://www.elastic.co/blog/index-vs-type]

Search Partial Word [http://stackoverflow.com/questions/6467067/how-to-search-for-a-part-of-a-word-with-elasticsearch]

101 [http://joelabrahamsson.com/elasticsearch-101/]

Elastic Robust [https://www.airpair.com/elasticsearch/posts/elasticsearch-robust-search-functionality]

Fast CGI

Difference between PHP and PHP FastCGI [http://serverfault.com/questions/645755/differences-and-dis-advanages-between-fast-cgi-cgi-mod-php-suphp-php-fpm]

CGI advantages [http://serverfault.com/questions/6733/php-what-are-the-advantages-of-fastcgi-over-mod-php]

Machine Learning

Machine Learning [https://github.com/ZuzooVn/machine-learning-for-software-engineers#why-use-it]

Recommendation Engine [http://blog.untrod.com/2016/06/simple-similar-products-recommendation-engine-in-python.html]

3rd Login

The right way [https://library.launchkit.io/the-right-way-to-implement-facebook-login-in-a-mobile-app-57e2eca3648b]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment