You are here |
www.craigkerstiens.com | ||
| | | |
seldo.com
|
|
| | | | My twitter-friend Simon had a simple question that contained much complexity: how do databases work? Ok, so databases really confuse me, like how do databases even work?- Simon Legg (@simonleggsays) November 18, 2019 I don't have a job at the moment, and I really love databases and also teaching things to web developers, so this was a perfect storm for me: To what level of detail would you like an answer? I love databases.- Laurie Voss (@seldo) November 18, 2019 The result was an absurdly long thread of ... | |
| | | |
vickiboykis.com
|
|
| | | | *Updated with comments from MySQL at end of post. * I've worked with a lot of the different flavors of SQL, including Oracle, SQL Server, Postgres, and SQLite, so I thought I knew all nuances of different SQL syntaxes. But I've recently been working with a project that's using a LAMP stack, so I've gotten a lot more understanding of the MySQL's caveats. I'm working on some data manipulation that requires window functions in MySQL, and I learned the hard way that MySQL doesn't support them. | |
| | | |
www.benstopford.com
|
|
| | | | James Phillips (co-founder of Couchbase) did a nice talk on NoSQL Databases at QCon: Memcached - the simplest and original. Pure key value store. Memory focussed Redis - Extends the simple map-like semantic with extensions that allow the manipulation of certain specific data structures, stored as values. So there are operations for manipulating values as ... | |
| | | |
snipcart.com
|
|
| | Learn how to take advantage of the mix of Django & e-commerce. Follow this tutorial with Wagtail CMS to start quickly. Live demo & GitHub repo included. |