Forwarded from Syra's Techbinder
https://hackernoon.com/practical-scaling-techniques-for-web-sites-554a38dbd492#.nur4kcgh8
Tags: #performance #scalability #webdev #database
  
  Tags: #performance #scalability #webdev #database
Hacker Noon
  
  Practical scaling techniques for web sites
  After 8 years of working on high-volume web sites, I’ve seen a lot of interesting scaling techniques. While it’s true that very specific…
  Forwarded from Syra's Techbinder
https://github.com/karlseguin/the-little-redis-book/blob/master/readme.md
Tags: #redis #database #books
Edit: a translation was posted instead the original one.
  
  Tags: #redis #database #books
Edit: a translation was posted instead the original one.
Github
  
  the-little-redis-book/readme.md at master · karlseguin/the-little-redis-book · GitHub
  Contribute to the-little-redis-book development by creating an account on GitHub.
  Forwarded from Syra's Techbinder
https://tech.lendinghome.com/practical-guide-to-postgresql-optimizations-d7b9c2ad6a22#.hozmkzq5e
Tags: #database #postgreSQL #performance
  
  Tags: #database #postgreSQL #performance
Medium
  
  Practical Guide to PostgreSQL Optimizations
  Basic proficiency with PostgreSQL is one of the highest-leverage skills an engineer can have. Even a cursory understanding of its internals…
  Forwarded from Syra's Techbinder
  
  Redis Labs
  
  redis-cell: a Rate Limiting Redis Module | Redis Labs
  It is my absolute pleasure to present you with this guest post by Brandur Leach, redis-cell‘s author and winner of the 1st place in the Redis Modules Hackathon. The module is an efficient implementation of a rate limiter that can be used, for example, to…
  Forwarded from Syra's Techbinder
https://github.com/arialdomartini/Back-End-Developer-Interview-Questions
Tags: #webdev #database #programming #interview
  
  Tags: #webdev #database #programming #interview
GitHub
  
  GitHub - arialdomartini/Back-End-Developer-Interview-Questions: A list of back-end related questions you can be inspired from to…
  A list of back-end related questions you can be inspired from to interview potential candidates, test yourself or completely ignore - arialdomartini/Back-End-Developer-Interview-Questions
  Forwarded from Syra's Techbinder
https://www.cybertec.at/why-favor-postgresql-over-mariadb-mysql/
Tags: #database #postgresql #mysql #mariadb
  
  Tags: #database #postgresql #mysql #mariadb
CYBERTEC
  
  Why favor PostgreSQL over MariaDB / MySQL
  For many years MySQL and PostgreSQL were competing databases, which addressed slightly different audiences. Here's why you always should go for PostgreSQL!
  Forwarded from Syra's Techbinder
  
  Craigkerstiens
  
  Why use Postgres (Updated for last 5 years)
  Five years ago I wrote a post that got some good attention on why you should use Postgres. Almost a year later I added a bunch of things I missed. Many of those items bear repeating, and I’ll recap a few of those in the latter half of this post. But in the…
  Forwarded from Syra's Techbinder
https://medium.com/@ankane/introducing-dexter-the-automatic-indexer-for-postgres-5f8fa8b28f27
Tags: #postgresql #database
  
  Tags: #postgresql #database
Medium
  
  Introducing Dexter, the Automatic Indexer for Postgres
  Your database knows which queries are running. It also has a pretty good idea of which indexes are best for a given query. And since…