Programming

Most of the stuff here is basically my personal approach, which might not be best practice for you. Sometimes it just code snippets.

Anyway, I'm open to any idea, suggestion or comment 😉

https:\/\/blog.rubylearning.com\/best-practices-for-a-new-go-developer-8660384302fc#.q3yzzxiur

http:\/\/stackoverflow.com\/questions\/11634809\/twitter-bootstrap-focus-on-textarea-inside-a-modal-on-click

session tracking servlet:

https:\/\/github.com\/bpampuch\/pdfmake\/issues\/302

get checkbox value: $('#your-el').is(':checked'); $('#your-el').attr('checked', true);

Looks like you runs out of swap memory, try this

\/bin\/dd if=\/dev\/zero of=\/var\/swap.1 bs=1M count=1024

\/sbin\/mkswap \/var\/swap.1

\/sbin\/swapon \/var\/swap.1

swap problem composer: http:\/\/stackoverflow.com\/questions\/18116261\/php-composer-update-cannot-allocate-memory-error-using-laravel-4

https:\/\/www.digitalocean.com\/community\/tutorials\/how-to-configure-virtual-memory-swap-file-on-a-vps

https:\/\/github.com\/facebook\/hhvm\/issues\/1342

soft delete: http:\/\/stackoverflow.com\/questions\/18041155\/why-soft-deleted-entities-appear-in-query-results

BEEGO

https:\/\/medium.com\/@richardeng\/a-word-from-the-beegoist-d562ff8589d7#.xj8465coo

http:\/\/www.sitepoint.com\/go-building-web-applications-beego\/

http:\/\/www.sitepoint.com\/go-building-web-applications-beego-part-2\/

http:\/\/superuser.com\/questions\/433746\/is-there-a-fix-for-the-too-many-open-files-in-system-error-on-os-x-10-7-1

MapReduce

http:\/\/stevekrenzel.com\/finding-friends-with-mapreduce https:\/\/en.wikipedia.org\/wiki\/MapReduce http:\/\/www.slideshare.net\/franebandov\/an-introduction-to-mapreduce-6789635 http:\/\/www.slideshare.net\/lynnlangit\/hadoop-mapreduce-fundamentals-21427224\/36-Ways_to_MapReduceLibraries_LanguagesNote_Java http:\/\/www.slideshare.net\/andreaiacono\/mapreduce-34478449?next_slideshow=1

Rails

http:\/\/guides.rubyonrails.org\/getting_started.html http:\/\/stackoverflow.com\/questions\/15343771\/ruby-bundle-install-update-too-slow https:\/\/github.com\/bundler\/bundler\/issues\/2125 http:\/\/geekmonkey.org\/2012\/09\/introducing-turbolinks-for-rails-4-0\/ http:\/\/guides.rubyonrails.org\/action_controller_overview.html http:\/\/brandonhilkert.com\/blog\/a-ruby-refactor-exploring-dependency-injection-options\/ http:\/\/david.heinemeierhansson.com\/2012\/dependency-injection-is-not-a-virtue.html

http:\/\/guides.rubyonrails.org\/getting_started.html

DHH

https:\/\/m.signalvnoise.com\/how-i-fell-in-love-with-a-programming-language-8933d5e749ed#.c8vtg6r2o http:\/\/david.heinemeierhansson.com

https:\/\/m.signalvnoise.com\/how-i-fell-in-love-with-a-programming-language-8933d5e749ed#.c8vtg6r2o

https:\/\/m.signalvnoise.com\/admire-someone-write-them-an-email-you-might-be-surprised-27e2f94f0fc1#.zegovs1yz

http:\/\/www.sitepoint.com\/whats-new-rails-5\/

http:\/\/stackoverflow.com\/questions\/27864773\/how-to-turn-on-automatic-restart-of-tomcat-in-eclipse

IRT

http:\/\/nlp.stanford.edu\/IR-book\/html\/htmledition\/a-first-take-at-building-an-inverted-index-1.html https:\/\/www.elastic.co\/guide\/en\/elasticsearch\/guide\/current\/inverted-index.html https:\/\/www.quora.com\/Information-Retrieval-What-is-inverted-index

https:\/\/www.quora.com\/What-side-business-can-make-you-1000-2000-a-week

http:\/\/auburnbigdata.blogspot.my\/2013\/03\/text-processing-tutorial-with-rapidminer.html

http:\/\/stackoverflow.com\/questions\/1746501\/can-someone-give-an-example-of-cosine-similarity-in-a-very-simple-graphical-wa

http:\/\/applieddatamining.blogspot.my\/2013\/09\/document-similarity-check-using-rapid.html

Deploying early and often allows us to catch any deployment problems early in our development cycle.

  • github deployment flow aws

results matching ""

    No results matching ""