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.
Interesting Snippets from 2015-07-24
-
Bosun
Bosun is an open-source, MIT licensed, monitoring and alerting system by Stack Exchange. It has an expressive domain specific language for evaluating alerts and creating detailed notifications. It also lets you test your alerts against history for a faster development experience.
Interesting Snippets from 2015-07-22
-
Polymer/polymer · GitHub
Polymer lets you build encapsulated, re-usable elements that work just like HTML elements, to use in building web applications.
Interesting Snippets from 2015-07-21
-
Tone Analyzer
The Tone Analyzer service uses linguistic analysis to detect emotional tones, social propensities, and writing styles in written communication. Then it offers suggestions to help the writer improve their intended language tones.
-
rafael-santiago/pig · GitHub
Pig (which can be understood as Packet intruder generator) is a Linux packet crafting tool. You can use Pig to test your IDS/IPS among other stuffs. Pig brings a bunch of well-known attack signatures ready to be used and you can expand this collection with more specific things according your requirements.
Interesting Snippets from 2015-07-16
-
google/cayley · GitHub
Cayley is an open-source graph inspired by the graph database behind Freebase and Google's Knowledge Graph. Its goal is to be a part of the developer's toolbox where Linked Data and graph-shaped data (semantic webs, social networks, etc) in general are concerned.
-
PipelineDB—The Streaming SQL Database
An open-source relational database that runs SQL queries continuously on streams, incrementally storing results in tables.
-
DrBoolean/mostly-adequate-guide · GitHub
This is a book on the functional paradigm in general. We'll use the world's most popular functional programming language: JavaScript.