Some of my good posts.
Multi threading
Java lambda trapped in deadlock when initiated through static declaration
Does overwriting a variable used in a synchronized lock prevent its garbage collection?
Does InterruptedIOException set the Interrupted flag of the thread to true?
Thread scope in java for object instance
Creating a deep copy of cache in mulithreaded Java application
Language details and CS fundamentals
Will chained method callbacks lead to stack overflow in Java?
Why is summing an array of value types slower then summing an array of reference types?
Visual Studio 2017 - Diagostic tool - Heap profiling affects program memory consumption
Build Tools
How do you share code between gradle tasks?
How to automatically reuse dependency versions in a multi-module Maven project?
How to generate 2 jars from one gradle project with different dependencies using sring boot plugin 2.0.x
How to extract Android Gradle dependencies (implement, testImplementation...) into method in the root of project?