Type-Safe Configuration Properties in Spring Boot 2code.scottshipp.com1 points·by agreenlake·há 6 anos·0 comments
Frequently Used Annotations in Spring Boot Applicationsdzone.com1 points·by agreenlake·há 6 anos·0 comments
Hack the vote: terrifying film shows how vulnerable US elections aretheguardian.com2 points·by agreenlake·há 6 anos·0 comments
Why Zoom Chose Oracle Cloud over AWS and Maybe You Should Too – Last Week in AWSlastweekinaws.com2 points·by agreenlake·há 6 anos·0 comments
Greta Thunberg: How She Became the Leader of the Global Climate Movementrollingstone.com4 points·by agreenlake·há 6 anos·0 comments
Our coronavirus questions, answered by expertsmassivesci.com1 points·by agreenlake·há 6 anos·0 comments
agreenlake·há 6 anos·discussWhat 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·há 6 anos·discussYep. 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.