Java
-
Streamlining Local Development with Dev Containers and Testcontainers Cloud
In today’s world of fast-paced development, setting up a consistent and efficient development environment for all team members is crucial for overall productivity. Although Docker itself is a powerful tool that enhances developer efficiency, configuring a local development environment still can be complex and time-consuming. This is where development containers (or dev containers) come into…
Read now
-
How to Run Hugging Face Models Programmatically Using Ollama and Testcontainers
Learn how you can programmatically consume and run AI models from Hugging Face with Testcontainers and Ollama.
Read now
-
Develop Kubernetes Operators in Java without Breaking a Sweat
Developing Kubernetes operators in Java is not yet the norm. So far, Go has been the language of choice here, not least because of its excellent support for writing corresponding tests. One challenge in developing Java-based projects has been the lack of easy automated integration testing that interacts with a Kubernetes API server. However, thanks…
Read now
-
A Promising Methodology for Testing GenAI Applications in Java
In the vast universe of programming, the era of generative artificial intelligence (GenAI) has marked a turning point, opening up a plethora of possibilities for developers. Tools such as LangChain4j and Spring AI have democratized access to the creation of GenAI applications in Java, allowing Java developers to dive into this fascinating world. With Langchain4j,…
Read now
-
Shorter Feedback Loops Developing Java Apps with Digma’s Free Docker Extension
Many engineering teams follow a similar process when developing Docker images. This process encompasses activities such as development, testing, and building, and the images are then released as the subsequent version of the application. During each of these distinct stages, a significant quantity of data can be gathered, offering valuable insights into the impact of…
Read now
-
Spring Boot Application Testing and Development with Testcontainers
In this article, we’ll learn how Testcontainers support introduced in Spring Boot 3.1.0 simplifies testing and local development.
Read now
-
How I Built My First Containerized Java Web Application
Developing and deploying with Java and Spring Boot doesn’t have to be difficult! Follow along as we containerize a Spring Boot sample application.
Read now
-
Resources to Use Javascript, Python, Java, and Go with Docker
Developing and deploying your applications with Docker is easy, but you may not know where to start. Hit the ground running with these resources.
Read now