Stopping a Java memory leak
Stopping a Java memory leak,Java objects are stored in a memory area called the heap. This area increases and decreases in size, but has a limited space defined by several factors,...
Intersection of a vector with a sphere
Intersection of a vector with a sphere,A good friend of mine wanted some help with a VR project to see if a ray (controller's motion vector) is intersecting with a spherical viewpo...
Node.js has a higher cognitive load than Java
Node.js has a higher cognitive load than Java,I'm going to preface this by saying that I'm a much bigger user of Java than I am of node. I do like node, but I just don't use it as ...
Follow These Java Best Practices for Ultimate App Performance
Follow These Java Best Practices for Ultimate App Performance,Java is a programming language that has evolved the most. From being birthed as an embedded devices' programming langu...
JVM Primer Part 2 – Debugging memory issues
JVM Primer Part 2 - Debugging memory issues, JVM-Troubleshooting (2 Part Series) 1 A Primer on JVM Memory Management and Troubleshooting - 1 2 JVM Primer Part 2 - Debugging memory ...
AtomicReference, a sometimes easier alternative to synchronized blocks
AtomicReference, a sometimes easier alternative to synchronized blocks,Brian Goetz lists AtomicReference in his the book Java Concurrency in Practice in the in the section advanced...
A Primer on JVM Memory Management and Troubleshooting – 1
A Primer on JVM Memory Management and Troubleshooting - 1, JVM-Troubleshooting (2 Part Series) 1 A Primer on JVM Memory Management and Troubleshooting - 1 2 JVM Primer Part 2 - Deb...
Are you worried where your garbage goes?
Are you worried where your garbage goes?,I have started with Java as my programming language and developed many applications in Java only (Ok, sometimes python) for 3 years. It is ...
Implementing in-app language change
Implementing in-app language change,Android resolves language- and culture-specific resources based on the system locale setting. This is a desired behavior that makes perfect sens...
Como criar uma aplicação REST API básica com Spark
Como criar uma aplicação REST API básica com Spark,Através do micro framework Spark é possível criar micro serviços web com grande facilidade, envelopar num jar gordo e bota...