Imperative to Relational
madhadron.com·3h·
Flag this post

Imperative to relational

Databases occupy a weird position in the growth of a software engineer.

The young engineer spends a lot of effort getting good at expressing their intent in terms of loops and conditionals and organizing that into functions. They’re finally develop some fluency, and then they’re faced with a database. Perhaps for a while they dabble around the edges, with just enough knowledge to do a simple query and insert single rows. Then at some point they have to take the dive.

They learn SQL, or whatever the query language is for the database in question. Querying something like MongoDB provides an illusion of familiarity—it’s just JSON!—but it really is an illusion. At some point they try to do something more complicated and the painstakingly acquired skills o…

Similar Posts

Loading similar posts...