This Week in Dev (TWiD) is a curated list with the most funny and interesting articles I stumble upon during my work and research time.
Java
- The 13 Decks Java Developers Must See to Stay Updated by Takipi is a great list with the most interesting decks about Java collected from a wide range of events, meetups and talks.
- The Top 100 Java Libraries in 2016 by Takipi where they analysed 47 251 dependencies on Github.
- Logging is a vital part in your software development daily life and Common Log4J Mistakes is a short and interesting read for every software developer out there.
Distributed Systems
- Understanding Consensus and Paxos in Distributed Systems is your Paxos and Consensus 101 article. An easy read with real life examples about Consensus and Paxos in distributed systems.
General
- The Benefits of Pure Functions is an interesting blog post by Venkat Subramaniam where he explains how to paralelize tasks with pure functions vs the traditional imperative programming.
Others