Learn to use Visual Studio, Visual Studio Team Services, Application Insights and Team Foundation Server to decrease rework, increase transparency into your application and increase the rate at which you can ship high quality software throughout the appli... (more…)
Read more »
RefDiff - A tool to compare different versions of Java source code to find refactoring changes between them... (more…)
Read more »
GraalVM Native Image is an ahead-of-time compiler that generates native Java executables. These executables start very fast and use less CPU and memory. This makes Java in the cloud cheaper. GraalVM can even achieve peak throughput on par with the JVM. Ma... (more…)
Read more »
So today I would like to share with you that how I developed a desktop calculator application which not only would give answer but also… (more…)
Read more »
In Java 8, the implementation of type-checking at compiler level was based on Speculative Attribution. In Speculative Attribution, the same tree can be type-checked against multiple targets at runtime. This is particularly used in target typing for lambda... (more…)
Read more »