Explore >> Select a destination


You are here

mariuszprzydatek.com
| | www.opsdash.com
21.0 parsecs away

Travel
| | OpsDash is a self-hosted server monitoring and service monitoring solution for monitoring MySQL, Postgres, Redis, MongoDB, memcache, Redis, Apache, Nginx, HTTP URLs, Elasticsearch and more, with intelligent, customizable dashboards and spam-free alerting via email, HipChat, Slack, PagerDuty and PushBullet.
| | mydeveloperplanet.com
13.4 parsecs away

Travel
| | This blog guides you on creating Tweets from a Java application using the Twitter API v2. It covers setting up a developer account, creating a project and an app, authorization using OAuth 2.0, and creating the Java application with necessary dependencies. Finally, it explains obtaining a new access token and concludes with a summary of...
| | nakov.com
4.0 parsecs away

Travel
| | By design when we open an SSL connection in Java (e.g. through java.net.URL.openConnection("https://....")) the JSSE implementation of the SSL protocol performs few validations to ensure the requested host is not fake. This involves validation of the server's X.509 certificate with the PKIX algorith
| | danielcompton.net
29.2 parsecs away

Travel
| One of Maven's dependency management features is the classifier. Classifiers let you create multiple different artifacts from the same POM. You might use this to publish variations with native libraries for each OS, or to support different Java versions. This is also how sources and javadoc artifacts are created. In Maven you can specify a dependency on a version with like this: io.netty netty-transport-native-epoll 4.1.74 linux-x86_64 To specify this dependency with Clojure's deps.