You are here |
pietrorea.com | ||
| | | |
miparnisariblog.wordpress.com
|
|
| | | | A boomerang employee is someone who leaves a company and later returns to it. Most of the time it's made to get a bump in salary without having to go through a promotion process. I worked for Amazon as a software engineer for four years. I left in 2021. Last week I got an email... | |
| | | |
techtldr.com
|
|
| | | | A week ago I saw an article on Hacker News titled - What's awful about being a {software engineer, tech lead, manager}?. The article was spot on and it got a lot of attention. It also left me feeling depressed about my profession. My great grandmother used to say: "Don't compare yourself to people who [...] | |
| | | |
techtldr.com
|
|
| | | | Adding SSL Certificate few years ago was a painful and expensive process. This is no longer the case. Last year Let's Encrypt Certificate Authority came to life and made SSL certificate available to anybody free of charge. It is sponsored by a number of organizations such as Mozilla Foundation, that want to make the web [...] | |
| | | |
miparnisariblog.wordpress.com
|
|
| | AWS DynamoDB does not follow the same architecture as the Dynamo paper. If you use standard DynamoDB within a single-region, you get single-leader replication. This means that: One leader node handles all the writes. The writes are copied to follower nodes asynchronously. If you send two concurrent writes for the same PK+SK, you need to:... |