Explore >> Select a destination


You are here

studiofreya.org
| | initialcommit.com
0.6 parsecs away

Travel
| | In this article, we'll discuss getting started with Java Visualizer - a visual tool that can be useful for Java developers of all skill levels to better understand and troubleshoot their code.
| | abarbanell.wordpress.com
0.9 parsecs away

Travel
| | This is a little experience report how to bring up Scala on my RaspberryPi Step 1: Java I have connected my Raspberry only with power and network (no keyboard/mouse/display) for now and log in via ssh from my Linux desktop. Not only to save cables on the desk, but also to allow copy and paste...
| | blog.cleancoder.com
1.2 parsecs away

Travel
| | [AI summary] The article explains the concept of functional programming through the example of calculating the squares of integers in Java and Clojure. It highlights the importance of referential transparency and the absence of mutable state, which allows for easier parallel processing and scalability on multi-core processors.
| | mydeveloperplanet.com
17.4 parsecs away

Travel
| The 19th of September 2023, Java 21 was released. Time to take a closer look at the changes since the last LTS release, which is Java 17. In this blog, some of the changes between Java 17 and Java 21 are highlighted, mainly by means of examples. Enjoy! 1. Introduction First of all, the short...