/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.codonomics.com
| | www.morling.dev
2.9 parsecs away

Travel
| | 27 years of age, and alive and kicking?-?The Java platform regularly comes out amongst the top contenders in rankings like the TIOBE index. In my opinion, rightly so. The language is very actively maintained and constantly improved; its underlying runtime, the Java Virtual Machine (JVM), is one of, if not the most, advanced runtime environments for managed programming languages. There is a massive eco-system of Java libraries which make it a great tool for a large number of use cases, ranging from comman...
| | tom.preston-werner.com
2.4 parsecs away

Travel
| | [AI summary] An article explains TomDoc, a new plain-language documentation format for Ruby designed to clarify public APIs and encourage disciplined code documentation.
| | zignar.net
2.1 parsecs away

Travel
| | Personal weblog about programming, linux, life, the universe and everything
| | leif.io
24.7 parsecs away

Travel
| This is a multi part article about deployment of an Elixir application with Docker. This part will be about building a distillery release for a Phoenix Application. Part 2 will discuss packaging this release into a Docker container Part 3 will show you how to deploy this container to a container runtime. Part 4 will wrap it all up and show you how to integrate all if this into a Continuous Delivery Workflow