|
You are here |
www.ssp.sh | ||
| | | | |
regulargeek.com
|
|
| | | | | Radical UX starts our day with a look at nine nasty UX truths. These are some excellent pieces of advice, with my favorite being "color is meaningless". Color can be used to differentiate ideas in a UI, but overall it does seem like nobody cares otherwise. At Ayende @ Rahien, we continue the database internals... | |
| | | | |
tomtunguz.com
|
|
| | | | | Explore how enterprise databases are evolving: Why companies are moving to open formats, unbundling storage & compute, and what it means for $280M in cloud data revenue. | |
| | | | |
blog.djnavarro.net
|
|
| | | | | I've been wanting to learn the basics of Apache Arrow a while: this is the story of how an R user learned to stop worrying and love a standardised in-memory columnar data format | |
| | | | |
joshuarogers.net
|
|
| | | Just over a year ago we went over how to setup a reverse proxy that would require our users to authenticate. In our original proxy article, we generated some NGinx configuration that looked a bit like... location / { proxy_pass http://jira; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } And it worked. And everyone was happy. Until the day the request came in that NGinx should add a fixed set of credentials to all upstream web requests. | ||