Today, we will take a look at another exciting feature of the Manifold project: string templates.
-
Revolutionize JSON Parsing in Java with Manifold
Parsing JSON in Java (and other formats) can be as easy as in JS. It can do much more while keeping the type-safety and deep IDE integration.
-
Announcing the Digma Beta: First Runtime Linter for Java Code
We are looking for senior Java developers to participate in the beta program of a new free runtime linter that provides Continuous code Feedback.
-
Write Once, Run Embedded in any IDE
Having written many Java GUI applications, I thought it would be cool to run them embedded in IntelliJ IDEA, Eclipse and NetBeans. I didn’t want to write 3 plugins per application so I came up with this solution.
-
FEPCOS-J (1) – Description, Impressions of Usage, Current State
FEPCOS-J implements a Java-language extension that frees a Java-developer from network programming and supports cross-system concurrency.
-
Fearless Distroless
Distroless images are a solution to reduce your image size and improve its security, by providing neither a package manager nor a shell.
-
Not Your Grandfather’s Logs — A Java Library’s New Approach To Observability
How a Java library is taking a completely new approach to understanding what the code does, and why it makes perfect developer sense.
-
Chronicle FIX: Much More Than a Quick Fix
Many of our customers have upgraded from QuickFIX/J to Chronicle FIX and this article provides some background as to why.
-
Introducing Bld: A New Pure Java Build System
We created bld because we’re not really interested in build tools. We use them because we have to, but we’d rather just get on with coding the real stuff.
-
My First Firefox Extension
A couple of weeks ago, I spent the weekend creating another CFP submission helper in the form of a Firefox extension.
-
Using Bots to Keep Dependencies Updated
Did you know bots can automatically create pull requests to keep dependencies secure and up to date?