Explore >> Select a destination


You are here

zserge.com
| | msfjarvis.dev
1.8 parsecs away

Travel
| | GitHub recently rolled out Packages to the general public, allowing the entire develop-test-deploy pipeline to get centralized at GitHub. Learn how to use it to publish your Android library packages.
| | square.github.io
2.0 parsecs away

Travel
| | Square's meticulous HTTP client for the JVM, Android, and GraalVM
| | blog.omega-prime.co.uk
1.1 parsecs away

Travel
| | I recently released my first open source library for Java, MDBI. I learnt a lot about the Java open-source ecosystem as part of this process, and this blog summarises that in the hope that it will be useful to others. Specifically, the post will explain how to set up a project using the modern Gradle build system to build code and deploy it to the standard Maven Central repository from the command line really easily.
| | mydeveloperplanet.com
17.0 parsecs away

Travel
| This blog introduces Cucumber, a tool for Behavior-Driven Development (BDD) in Java applications. It covers the project setup using Maven, writing scenarios in GWT notation, implementing application logic, step definitions, adding extra scenarios, using tags, and generating reports. It shows how Cucumber integrates with JUnit and Assertions in Java.