Sunday, 09 June 2013
Interesting Snippets from 2013-06-09
-
React | A JavaScript library for building user interfaces
React uses a declarative paradigm that makes it easier to reason about your application.
-
JavaScript in your Postgres
The same JavaScript engine that powers the web today is now available in your database. This is one more step in evolving a data platform to meet all of your data needs. With a key/value store inside Postgres you gained agility in working with your schema. This agility was further improved with the JSON data type in Postgres 9.2. With geospatial support you removed the need for relying on additional tools for building location based apps. And today we’re continuing to expand, going beyond SQL bringing the full power of the V8 JavaScript engine to your Heroku Postgres database.