Recent Posts

The TornadoVM Programming Model Explained

Key Takeaways TornadoVM offers an API for parallel programming on modern hardware that tackles data parallel, task parallel and pipeline parallel applications. TornadoVM offers different abstractions to developers to be able to express parallel applications in Java, identify the methods to offload, and dispatch the application on the corresponding accelerators. Task-Graphs and Execution Plans are the main building blocks of …

Read More »

Exploring Cost-Effective Solutions for Stateful Rest Services

A Case Study with IBM Cloud Code Engine, EclipseStore, and IBM Cloud Object Storage In the dynamic realm of cloud computing, finding cost-effective solutions for stateful rest services that don’t necessarily require scaling can be a nuanced challenge. In this article, we’ll take a pragmatic look at a use case leveraging IBM Cloud Code Engine, EclipseStore, and IBM Cloud Object …

Read More »

Foojay Podcast #50: JCON Report, Part 2 – Maven, Software Security, Code Quality

This is part 2 of the interviews we recorded at the JCON conference earlier this month in Germany. In this episode, you get two main topics: Maven and Code Quality. In the first part, you’ll hear Karl Heinz Marbaise and Steve Poole discuss the Maven project, the repository, Sonaytype, and the security impact of dependencies. But next to security, we …

Read More »