Explore >> Select a destination


You are here

henrikwarne.com
| | java-source.net
3.2 parsecs away

Travel
| | [AI summary] The article discusses various open-source scripting languages and tools compatible with the Java platform, such as Groovy, Jython, BeanShell, Rhino, JRuby, and others, highlighting their features and use cases.
| | schneide.blog
3.5 parsecs away

Travel
| | Following up on "The Dimensions of Navigation in Object-OrientedCode" this post explores how Eclipse, one of the most mature IDEs for Java development, supports navigating across different dimensions of code: hierarchy, behavior, validation and utilities. Let's walk through these dimensions and see how Eclipse helps us travel through code with precision. 1.Hierarchy Navigation Hierarchy navigation...
| | simpleprogrammer.com
3.3 parsecs away

Travel
| | Like other jobs, developers also require tools to code applications and services. An integrated development environment (IDE) is one of those must-have tools for developers. It is a software application that deals with the end-to-end development process for managing, debugging and developing applications. In this article, we will explore what is an IDE and how [...]
| | datadan.io
13.8 parsecs away

Travel
| Linear regression and gradient descent are techniques that form the basis of many other, more complicated, ML/AI techniques (e.g., deep learning models). They are, thus, building blocks that all ML/AI engineers need to understand.