Category: Tools

Posts

This post is part of a multipart series about creating a graph off all available Maven dependencies. In the article for the Neo4j extension I described the input for the extension. This article describes the model that is used to create the required JSon. I start of with a small introduction to Vertices and edges before going into the implementation. Vertices and Edges In mathematics, and more specifically in graph theory, a vertex (plural vertices) or node is the fundamental unit of which graphs are formed: an undirected graph consists of a set of vertices and a set of edges (unordered pairs of vertices), while a directed graph consists of a set of vertices and a set of arcs (ordered pairs of vertices).
24 April 2014 / / Howto / Tools
Since I always have problems with remembering passwords and do like to generate those password managers are a bliss! For telnet/ssh connections I use the RemoteNG tool, great for managing your connections to all your servers. Problem is some servers require me to change my password every so often. The application is secure in the sense that the passwords are not stored as plain text in the configuration file. But what was the password that I must supply before i can change it.
We as professional software developers or better Software craftsman are proud of out work. When the product is finished we are delivered a working application that complies to all requirements specified, the functional, non-functional and last but not least of coding standards. There are plenty of articles that define some form of coding standard is important. It does not matter if you use the Sun code conventions, Maven conventions or some other ‘obscure’ definition.