Java Builder Pattern Explained in 3 MinutesThe builder pattern in Java is a powerful way to construct objects with many fields. A Java builder lets you provi... (more…)
Read more »
A while ago, I had to analyse a large java heap dump, generated by one of our servers after a memory leak. This was hard.
I usually use Eclipse MAT for the job, but this time, it was so large the tool could not parse the heap dump in an acceptable time, ... (more…)
Read more »
Back in college, I was very interested in Java bytecode. When I got an internship at Google in 2013, I was skeptical of the security of the Java version of Google App Engine and got permission to spend the last week of my internship doing a mini red team ... (more…)
Read more »
Short and sweet strongly typed XML reader for JVM. Contribute to nileshkhaire/BabyCorn development by creating an account on GitHub. (more…)
Read more »
Legend of Dragoon decompiled, reverse engineered, and ported to Java - GitHub - Legend-of-Dragoon-Modding/Severed-Chains: Legend of Dragoon decompiled, reverse engineered, and ported to Java... (more…)
Read more »