The Magic of SQL: The 4 Jacks —
The ‘SQL Wizard’ takes a database-leaning look at an old card trick, uses SQL to replicate it, and then shows some practical applications.
YouTube video
VividCortex - the New Face of Database Monitoring — VividCortex is the best way to see what is happening on your production servers. Unlike traditional monitoring, we measure and analyze the system’s work and resource consumption. This leads directly to better performance for IT as a whole, at reduced cost and effort.
Bye Bye MySQL and MongoDB. Guten Tag PostgreSQL —
For a long time MongoDB and MySQL had a leg up on Postgres, one for user experience and the other for well… replication. Postgres has come a long way since those days and now is seen as a replacement for both as shown here.
Userlike opinion
Heroku Data Links with Postgres and Redis —
Heroku has dramatically simplified the process of using Foreign Data Wrappers with PostgreSQL and Redis via its Data Links feature.
Barry Jones
Pentesting Redis Servers —
“By default the Redis server does not require authentication for client access. This is not a problem if Redis is only listening on localhost but often it is not.”
Envelope: A Webapp Dev Platform on top of Postgres —
Envelope is a new approach to building RESTful applications. It provides an app server out of the box that sits in front of your database and provides a direct API for writing JS apps against it.