|
You are here |
www.craigkerstiens.com | ||
| | | | |
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 ... | |
| | | | |
blog.logrocket.com
|
|
| | | | | Learn how to install and set up PostgreSQL in the command line, create users, databases, and tables, and run SQL commands. | |
| | | | |
alexdebrie.com
|
|
| | | API Gateway custom authorizers are a great way to separate auth logic from business logic in serverless applications. Learn the ins and outs of how to use them here. | ||