Redo1 is a tool for quick and easy alias creation from last invoked commands. Application hstr Check post about tool hstr, which also speed up work in terminal Installation Below script for installing 0.5.0 version. Before install, you should check newest version on GitHub: release redo. 1REDO_VERSION=0.5.0 2wget …
Read MoreSome time ago, during the Devoxx conference, I noticed a very interesting tool used by the speaker. When he wanted to type in the console a command, which he had already typed before, terminal was shown a list of prompts. This makes working in the console more efficient. Navigating with the arrows By default, when we …
Read MoreSDKMAN1 is a great tool for installing multiple versions of different tools and switching between versions easily. It is safe to say that it is a must-have for any programmer. Installation is very easy 1curl -s "https://get.sdkman.io" | bash 2source "$HOME/.sdkman/bin/sdkman-init.sh" Main commands In …
Read MoreIn multi-tier applications there is often a need for mapping between two data models. In this article you can read about comparing two mapping libraries: Dozer (http://dozer.sourceforge.net/) - popular library, where mapping is configured by XML files MapStruct (http://mapstruct.org/) - library, which is used for …
Read MoreWhat is .gitignore file? It's a file containing names or pattern names of directories and files, that should't be included in GIT repository. These are among others files generated by IDE - in case of IntelliJ IDEA it's a directory .idea and file with extension *.iml. Generator .gitignore On website …
Read More