Mainly Devel Notes

Twitter, GitHub, StackOverflow: @ovrmrw (short hand of "overmorrow" that means the day after tomorrow)

ArangoDB

Knockout + Node + Express + ArangoDB + Foxx + "LIKE search"

English: People.json ... a sample data from full JSON file used in this article. You can download it from here. (https://github.com/triAGENS/ArangoDB-Data/tree/master/RandomUsers) app.js ... a JS file located at not Express but Foxx app fo…

ArangoDB Memos reproduced from my Twitter in Oct. 2014

English: I sometimes tweet about ArangoDB but often forget them soon. Here is archive of them for me. Japanese: ツイッターでたまにArangoDBに関することをメモ代わりにツイートするのですが、すぐに忘れてしまうのでここにまとめておきます。 *Arang…

You can use any library you want on ArangoDB's Foxx (maybe)

English: I found out it and posted on Gist how to use your favorite JS libraries on ArangoDB's Foxx. Maybe you can use any npm library on Foxx if you install them to the ArangoDB's server folder. Japanese: ArangoDBのFoxx環境で好きなJavaScr…