Type-Safe Configuration Properties in Spring Boot 2code.scottshipp.com1 ポイント·投稿者 agreenlake·6 年前·0 コメント
Hack the vote: terrifying film shows how vulnerable US elections aretheguardian.com2 ポイント·投稿者 agreenlake·6 年前·0 コメント
Why Zoom Chose Oracle Cloud over AWS and Maybe You Should Too – Last Week in AWSlastweekinaws.com2 ポイント·投稿者 agreenlake·6 年前·0 コメント
Greta Thunberg: How She Became the Leader of the Global Climate Movementrollingstone.com4 ポイント·投稿者 agreenlake·6 年前·0 コメント
agreenlake·6 年前·議論What about the more common naming convention of using slash-separated branch names, which Git inherently understands? Git stores branches in .git/refs so by using slash-separators you capitalize on Git's behavior to keep branches in directories together. You can read more at https://git-scm.com/docs/user-manual#how-git-stores-referenc... and "Git - Branches in a Nutshell" is one of the must-read references: https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-N...
agreenlake·6 年前·議論Yep. The article seems to muddle up and conflate a bunch of poor practices with "microservices." All the "problems" given are really just poor decomposition of the system into non-discrete components. The "audit" solution is a bit kludgy too.