Thoughts of a developer
My preferred way to reset a local git workspace to HEAD version. Untracked files and directories will be deleted too. git add . git reset...
By default macOS High Sierra doesn’t show the week of the year. Neither in the calendar app nor in the menu bar. Display week of...
If you want to determine the Java version of a class file, you have to check the major version number. A good and detailed explanation...
When I think of CDI (Contexts and Dependency Injection), I always have Java EE in mind. But you don’t need a JEE application server to...
On your mac you can call the following command to show all installed Java virtual machines. /usr/libexec/java_home --verbose Output without any JVM installed mymac$ /usr/libexec/java_home...
In the development lifecycle you sometimes want all iOS Simulators to be reseted. There are different ways to reset the content and the settings of...