Programmer’s Proverbs: A Github repo with wisdom about life gleaned from programming

https://github.com/AntJanus/programmers-proverbs

From the website:

Programming and development often teaches one wisdom that cannot be attained elsewhere. Coding and programming, as some have said, is a way of life, not just job. When you are a coder, that is a big part of who you are at work and outside of work. So, let’s come together, and put down our wisdom for future generations to see and learn from.

Dropwizard: Java framework for developing ops-friendly, RESTful web services

Dropwizard logo

https://dropwizard.github.io/dropwizard/

From the website:

Dropwizard pulls together stable, mature libraries from the Java ecosystem into a simple, light-weight package that lets you focus on getting things done.

Dropwizard has out-of-the-box support for sophisticated configuration, application metrics, logging, operational tools, and much more, allowing you and your team to ship a production-quality web service in the shortest time possible.

Also take a look at this page for a list of the components used in Dropwizard. In short, it uses:
Jetty for HTTP
Jersey for REST
Jackson for JSON
Metrics for metrics
– And a bunch of other tools for logging, templating, database access, et al.

Dropwizard logo