The Big Deal About Big Data - Businessweek
23 days ago
We are in the midst of a “Big Data” revolution. But there is so much hype around this buzzword that it has become what I call a lemmings market: Every tech company on the planet now claims to have a solution for analyzing the mammoth amount of data businesses generate—and need to collect. No wonder
Don't be STUPID: GRASP SOLID!
5 months ago
Blog by nikic. Find me on GitHub and StackOverflow. « Back to article overview.
Evolution of a Web Developer: From PHP Newbie To Python Ninja
1 month ago
A light-hearted chronicling of the evolution of a web developer. Some cool links included.
Evolution of a Web Developer: From PHP Newbie To Python Ninja
1 month ago
A light-hearted chronicling of the evolution of a web developer. Some cool links included.
Running Puppet on CloudStack Instances | Jason Hancock
3 months ago
Entries RSS
Starting a Django Project the Right Way - Hackers Gonna Hack
3 months ago
One of the things I wish I had known when starting my Django project for IllestRhyme was “How do I start a real Django project”. As in, …
Graphs in the database: SQL meets social networks – techPortal
2 months ago
Graphs are ubiquitous. Social or P2P networks, thesauri, route planning systems, recommendation systems, collaborative filtering, even the World Wide Web itself is ultimately a graph! Given their importance, it's surely worth spending some time in studying some algorithms and models to represent and work with them effectively...
Goodbye, CouchDB | Selenium Testing? Do Cross Browser Testing with Sauce Labs
7 days ago
Here at Sauce Labs, we recently celebrated the completion of a significant project to improve our service uptime and reliability, as we transitioned the last of
InfoQ: Rich Hickey on Datomic: Datalog, Databases, Persistent Data Structures
1 month ago
Rich Hickey explains the ideas behind the Datomic database: why Datalog is used as the query language, the functional programming concepts at its core, the role of time in the DB and much more.
Inaka: My Year of Riak
21 days ago
Startups often ask my opinion on databases for their new application. In the past year we've launched a big CouchDB-based application, and we've helped build stylesclub.com, a Riak-based facebook app (but not yet launched). We've also helped launch ming.ly, an Amazon SimpleDB based application. Each of these has been an...
Deploying Django on Heroku - Minutiæ by Mike Tigas
3 months ago
Alert: Extremely long tutorial post ahead. If you want to follow along, I’ve made an example project available here. Said example site is running here. An extremely abridged tldr version of this (containing just the ...
Electric Duncan: A Conversation with Guido about Callbacks
2 months ago
In a previous post, I promised to share some of my PyCon conversations from this year -- this is the first in that series :-)
More Cloud Turbulence: CloudStack Heads to Apache Foundation
1 month ago
If you don't like the weather in Missouri, wait 10 minutes – it'll probably change. Likewise, if you don't like the way that the Cloud industry is aligned, ...
Why Postgres Part 2 - Craig Kerstiens
10 days ago
This post is a list of many of the reasons to use Postgres, much this content as well as how to use these features will later be curated within Pos...
Multi-threaded Access to an SQLite3 Database
3 months ago
As I was porting ncdc over to use SQLite3 as storage backend, I stumbled on a problem: The program uses a few threads for background jobs, and it would be nice to give these threads access to the database.
William Edwards, Coder
4 months ago
How I got massively faster DB with async batching As said in my moreSQL article: “ I found databases to be fastest when my own code buffers DB interaction and reorders things and coalesces things so...
MySQL Alternatives to MySQL – techPortal
2 months ago
Have you been using MySQL for your web applications since your first foray into website development? Perhaps you now run, or are thinking about running, your own server and you will set up MySQL because that is what you have always used.
Is It Time For NoSQL 2.0? - Slashdot
2 months ago
New submitter rescrv writes "Key-value stores (like Cassandra, Redis and DynamoDB) have been replacing traditional databases in many demanding web applications (e.g. Twitter, Google, Facebook, LinkedIn, and others). But for the most part, the differences between existing NoSQL systems come down to t...
OpenStack Sandbox and API Reference Site Launched
3 months ago
Developers working with OpenStack now have a Sandbox and one-stop shop for the OpenStack APIs. The site is "inspired by" sites like Twitter's API resource page, and includes ...
PostgreSQL versus Oracle! | Diznix Blog
24 days ago
It’s been an interesting few days, comparing the performance of a production Oracle database performing full-text search on about 10 million records with a rough-and-ready PostgreSQL prototype (with the aim of working out whether the business can save itself a couple of hundred thousand dollars in licensing fees, of course!...