News

A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Senyo Simpson discusses how Rust's core ...
Everything in Java is an object, except primitives like int. Turns out that small caveat has big implications for the language, which have compounded over the years. This seemingly minor design ...
A new project from Oracle seeks to solve the nagging problem of slow Java startup times and other performance-related issues. Dubbed Project Leyden, the effort will address these pain points by ...
When people ask me why I prefer IntelliJ IDEA for Java development, my answer usually comes down to one thing: it feels like ...
As software development teams get larger, application packaging and deployment tasks become much harder. Handwritten scripts and low-level JDK utility calls just don't scale as teams grow, which is ...
WebAssembly’s garbage collection extension makes it easier to run languages like Java on the front end. Could it be the start of a new era in web development? JavaScript is the clear choice for ...
I'm working with a code base that currently uses both collections4 and guava (and some LambdaJ), and I'm thinking of making a strong push towards eliminating one or the other. A bunch of stuff I've ...