Why Is Facebook So Afraid of Checking Facts?wired.com38 points·by agreenlake·6 tahun yang lalu·104 comments
How to Test Java Microservices with Pactblogs.oracle.com2 points·by agreenlake·6 tahun yang lalu·0 comments
Type-Safe Configuration Properties in Spring Boot 2code.scottshipp.com1 points·by agreenlake·6 tahun yang lalu·0 comments
Frequently Used Annotations in Spring Boot Applicationsdzone.com1 points·by agreenlake·6 tahun yang lalu·0 comments
Hack the vote: terrifying film shows how vulnerable US elections aretheguardian.com2 points·by agreenlake·6 tahun yang lalu·0 comments
Why Zoom Chose Oracle Cloud over AWS and Maybe You Should Too – Last Week in AWSlastweekinaws.com2 points·by agreenlake·6 tahun yang lalu·0 comments
Greta Thunberg: How She Became the Leader of the Global Climate Movementrollingstone.com4 points·by agreenlake·6 tahun yang lalu·0 comments
Our coronavirus questions, answered by expertsmassivesci.com1 points·by agreenlake·6 tahun yang lalu·0 comments
How to Ask a Busy Executive for Anythingmedium.com2 points·by agreenlake·6 tahun yang lalu·0 comments
The Myth of the Sufficiently Smart Engineerlinkedin.com2 points·by agreenlake·6 tahun yang lalu·0 comments
agreenlake·6 tahun yang lalu·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·6 tahun yang lalu·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.