#
Category: all
See all categories.
Java 8 added Streams. Are competing collections libraries like Eclipse Collections, Trove, Guava, etc. effectively deprecated now?
A coworker introduced me to the excellent article Logging levels: the wrong abstraction which is unfortunately down.
This post is about one-time git configuration; commands that start with git config --global
.
This post is about one-time git configuration; commands that start with git config --global
.
Git's default configuration values have improved over time.
At work, we're transitioning from a proprietary SDLC to a more open-source process.
JetBrains has added powerful improvements to their IDE over the years, but leaves some features disabled in the default configuration.
After I shared JetBrains IDEs hidden features: Syntax Highlighting, my coworker asked these thought-provoking questions.
Use live templates to insert common constructs into your code, such as loops, conditions, various declarations, or print statements.
IntelliJ’s postfix completions were announced in 2014 but remain relatively unknown.
There are a number of best practices that can be handled at once by inheriting from a parent pom that takes care of them all.
Maven's packaging declaration defines the "the default list of goals which execute on each corresponding build lifecycle stage for a particular...