“I Don’t Even Know What a Database Is”
I heard this quote from a programmer once. Seriously.
Matt Mullenweg summed it up best from Structure 09:
We live in Jeff Bezos’ Amazonian republic. Every engineer is also a DBA. If you don’t understand how the database works, you shouldn’t be programming. You shouldn’t touch a keyboard.
Word up.
–jake
Trackbacks
Use this link to trackback from your own site.








Maybe more appalling is that there is a book for using Excel as Your Database.
MSPAINT.EXE As Your Database
DR. SBAITSO BUILT MY DATABASE
While I can’t concur with Matt completely (some engineers don’t interact with the database), I hear what he’s saying. At the core of all applications lies the data. Ignoring it’s structure is fine until a few thousand (or million) of people want to access and update it concurrently.
And as far as Excel is concerned, I have to disagree. A spreadsheet is the fundamental building block of a database. A table with column and rows. If you can get your head around that, you can get your head round a database. Maybe