/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.scaledcode.com
| | javaalmanac.io
4.5 parsecs away

Travel
| | Information about Java 15 including documentation links, new APIs, added features and download options.
| | mschaef.com
3.6 parsecs away

Travel
| | [AI summary] The post offers practical programming tips for improving code readability through specific exception handling hooks and loop variable naming conventions.
| | ryanharter.com
3.4 parsecs away

Travel
| | In my last article, I gave a basic introduction to AutoValue, the code generating annotation processor that makes immutable value types in Java easy. Now I'd like to take a bit of a deeper look at AutoValue and how it works. Compile Time Annotation Processing First things first, AutoValue is a compile time annotation processor. This means that it only runs when you compile your code, as opposed to when your app is running.
| | blog.omega-prime.co.uk
23.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.