Thursday, 30 July 2015
Interesting Snippets from 2015-07-30
-
JavaScript Graphing Library | Plotly
plotly.js is Plotly's client-side, interactive JavaScript graphing library, built on top of D3.js and stackgl.
-
Using Graph Theory to Build a Simple Recommendation Engine in JavaScript — Medium
Using a graph to generate our recommendations for us has saved us a considerable amount of engineering resources.
-
Why you should never, ever, ever use MongoDB - joepie91's Ramblings
Never use a database because 'everybody else does', do your own research as to the advantages and drawbacks of a particular database. Popularity is largely subject to hype, and with the right marketing team, it's not hard to popularize an inferior solution.
-
begriffs/postgrest · GitHub
PostgREST serves a fully RESTful API from any existing PostgreSQL database. It provides a cleaner, more standards-compliant, faster API than you are likely to write from scratch.
-
It's the Data, Stupid!
A quick search for MongoDB reveals that there are nearly 30,000 instances on the Internet that don't have any authorization enabled.
-
SQL style guide by Simon Holywell
You can use this set of guidelines, fork them or make your own - the key here is that you pick a style and stick to it. To suggest changes or fix bugs please open an issue or pull request on GitHub. These guidelines are designed to be compatible with Joe Celko’s SQL Programming Style book to make adoption for teams who have already read that book easier. This guide is a little more opinionated in some areas and in others a little more relaxed. It is certainly more succinct where Celko’s book contains anecdotes and reasoning behind each rule as thoughtful prose.