Elmland - Thoughts of a developer
  • About Me
  • - xcode
  • - macos
  • - java
  • - cdi
  • - git
  • - swift
  • - aws
  • - jee
  • - gradle
  • - docker
  • - crm

Thoughts of a developer

Git - Reset all local changes

Git - Reset all local changes

My preferred way to reset a local git workspace to HEAD version. Untracked files and directories will be deleted too. git add . git reset...

27 Sep 2017
Display the week of the year in macOS High Sierra

Display the week of the year in macOS High Sierra

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...

26 Sep 2017
Java version of class file

Java version of class file

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...

21 Sep 2017
Bootstrap a CDI 2.0 container in Java SE

Bootstrap a CDI 2.0 container in Java SE

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...

11 Sep 2017
How to uninstall Java on macOS High Sierra

How to uninstall Java on macOS High Sierra

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...

10 Sep 2017
How to reset all Xcode iOS Simulators

How to reset all Xcode iOS Simulators

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...

31 Aug 2017
Previous
© 2021 Elmland - Thoughts of a developer
Privacy policy • Legal notice