User Tools

Site Tools


Writing /var/www/html/john.de-graaff.net/webroot/wiki/data/cache/f/f154c2bf596f94f7435ce08ef5cf1f33.metadata failed
links:devel
Writing /var/www/html/john.de-graaff.net/webroot/wiki/data/cache/b/bf111e76e59a388c9525e3ec822a9d12.xhtml failed

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
links:devel [2018/03/13 17:19]
jdg [REST]
links:devel [2018/03/28 22:37]
jdg [Learn Perl]
Line 92: Line 92:
 ]] ]]
   * http://​search.cpan.org/​   * http://​search.cpan.org/​
 +
 +==== Learn Perl ====
 +    * https://​perlmaven.com/​beginner-perl-maven-pod \\ on [[https://​www.youtube.com/​watch?​v=1LDHUTf-LHo&​list=PLw7UYp3N0eUYiICZUFR3p299TvjXZ4zFj&​index=8|Youtube]]
  
 === Perl Web Framework === === Perl Web Framework ===
Line 136: Line 139:
   * [[wp>​REST]]   * [[wp>​REST]]
   * [[wp>​Create,​_read,​_update_and_delete|CRUD]] = Create, Read, Update, Delete   * [[wp>​Create,​_read,​_update_and_delete|CRUD]] = Create, Read, Update, Delete
 +
 +^ Operation ^ SQL ^ HTTP ^
 +| Create | INSERT | POST |
 +| Read (Retrieve) | SELECT | GET |
 +| Update (Modify) | UPDATE | PUT |
 +| Delete (Destroy) | DELETE | DELETE |
  
 ==== REST Python ==== ==== REST Python ====
Line 153: Line 162:
   * https://​metacpan.org/​pod/​Dancer2::​Plugin::​Queue::​MongoDB   * https://​metacpan.org/​pod/​Dancer2::​Plugin::​Queue::​MongoDB
  
-==== MongoDB ​Perl ====+==== MongoDB ====
  
   * [[wp>​MongoDB]]   * [[wp>​MongoDB]]
Line 161: Line 170:
   * https://​docs.mongodb.com/​manual/​core/​data-modeling-introduction/​   * https://​docs.mongodb.com/​manual/​core/​data-modeling-introduction/​
   * https://​docs.mongodb.com/​manual/​crud/​   * https://​docs.mongodb.com/​manual/​crud/​
 +  * https://​docs.mongodb.com/​manual/​reference/​sql-comparison/​
   * Mongo Shell -> https://​docs.mongodb.com/​manual/​mongo/​   * Mongo Shell -> https://​docs.mongodb.com/​manual/​mongo/​
   * https://​docs.mongodb.com/​manual/​tutorial/​install-mongodb-on-os-x/​   * https://​docs.mongodb.com/​manual/​tutorial/​install-mongodb-on-os-x/​
   * BSON -> http://​bsonspec.org/​   * BSON -> http://​bsonspec.org/​
   * BSON is unlike Protobuf -> https://​github.com/​google/​protobuf   * BSON is unlike Protobuf -> https://​github.com/​google/​protobuf
 +
 +=== MongoDB Perl ===
 +
   * http://​search.cpan.org/​dist/​MongoDB/​lib/​MongoDB.pm   * http://​search.cpan.org/​dist/​MongoDB/​lib/​MongoDB.pm
  
/var/www/html/john.de-graaff.net/webroot/wiki/data/pages/links/devel.txt ยท Last modified: 2019/03/06 07:33 (external edit)