Posts by this author

Jun 11, 2024
0
4

Using Java with ACA dynamic sessions

Have you ever needed to just run your Java code in an instant-on container in the cloud without the hassle of managing your own Kubernetes server?  How about having access to Open AI code interpreter built-in to that container and billed on a consumption basis? About Azure Container Apps and dynamic sessions Azure Container Apps (ACA) dynamic...

JavaAzure Container Apps
Feb 26, 2024
2
0

Speed up your Java Development on Windows with Dev Drive

An overwhelming majority of Java developers work on Windows devices. Developers, IDE and cloud service providers are constantly looking for ways to enhance efficiency and reduce build times. Dev Drive is a tool specifically designed to optimize the development environment on Windows, including significant performance improvements for Java developme...

Java