Key Takeaways from the DynamoDB Paper
"In 2007, a group of engineers from Amazon published The Dynamo Paper, which described an internal database used by Amazon to handle the enorous scale of its retail operation."
read »
Today be the best Damselfly you can.
I was testing out a bash script on my Mac and the script had some code to switch the shell from /bin/zsh to /bin/bash so that I would have similar shell to the servers the code would run on. There was also code to switch it back to /bin/zsh but I think with the script … Continued