https://www.ibm.com/developerworks/opensource/library/os-postgresecurity/index.html
Tags: #database #security #postgreSQL
Tags: #database #security #postgreSQL
Ibm
Total security in a PostgreSQL database
Database security is the single biggest concern with today's Web-based applications. Without control, you risk exposing sensitive information about your company or, worse yet, your valuable customers. In this article, learn about security measures you can…
https://www.meetspaceapp.com/2016/04/12/passwords-postgresql-pgcrypto.html
Tags: #database #postgresql #security #password
Tags: #database #postgresql #security #password
Meetspaceapp
Hashed Passwords with PostgreSQL's pgcrypto
Users are central to any web application, and when you have users you usually need accounts, and when you have accounts you need password verification and cookies. Almost every web framework in any language has something for storing and comparing passwords…
https://blog.sqreen.io/mongodb-will-not-prevent-nosql-injections-in-your-node-js-app/
Tags: #webdev #NodeJS #database #MongoDB
Tags: #webdev #NodeJS #database #MongoDB
Sqreen Blog | Modern Application Security
MongoDB will not prevent NoSQL injections in your Node.js app - Sqreen Blog | Modern Application Security
NoSQL injections in MongoDB with Node.js. This article shows how a Node.js application based on Express and using MongoDB can be vulnerable to NoSQL injections
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…
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…
https://www.depesz.com/2010/03/02/charx-vs-varcharx-vs-varchar-vs-text/
A comparison among char, varchar(n), varchar and text types in PostgreSQL.
Tags: #PostgreSQL #optimization #database
A comparison among char, varchar(n), varchar and text types in PostgreSQL.
Tags: #PostgreSQL #optimization #database