sophia

Sophia Parafina

More by Sophia

May 15, 2024

A Quick Guide to Containerizing Llamafile with Docker for AI Applications

Walk through how to use Docker to containerize llamafile, an executable that brings together all the components needed to run an LLM chatbot with a single file.

sherwood marc
31d59c4
Marc Sherwood
and
Sophia Parafina
Apr 3, 2018

Improved Docker Container Integration with Java 10

Many applications that run in a Java Virtual Machine (JVM), including data services such as Apache Spark and Kafka and traditional enterprise applications, are run in containers. Until recently, running the JVM in a container presented problems with memory and cpu sizing and usage that led to performance loss. This was because Java didn’t recognize…

31d59c4
Sophia Parafina
Jul 5, 2017

Multi-Stage Builds

This is part of a series of articles describing how the AtSea Shop application was built using enterprise development tools and Docker. In the previous post, I introduced the AtSea application and how I developed a REST application with the Eclipse IDE and Docker. Multi-stage builds, a Docker feature introduced in Docker 17.06 CE, let you orchestrate…

31d59c4
Sophia Parafina
May 24, 2017

Spring Boot Development with Docker

The AtSea Shop is an example storefront application that can be deployed on different operating systems and can be customized to both your enterprise development and operational environments. In my last post, I discussed the architecture of the app. In this post, I will cover how to setup your development environment to debug the Java REST backend that…

31d59c4
Sophia Parafina
Sep 20, 2016

Live Debugging Java in Docker – Just in time for JavaOne!

Developing Java web applications often requires that they can be deployed on multiple technology stacks. These typically include an application server and a database, but these components can vary from deployment to deployment. Building and managing multiple development stacks in a development environment can be a time consuming task often requiring unique configurations for each…

31d59c4
Sophia Parafina
May 15, 2024

A Quick Guide to Containerizing Llamafile with Docker for AI Applications

Walk through how to use Docker to containerize llamafile, an executable that brings together all the components needed to run an LLM chatbot with a single file.

sherwood marc
31d59c4
Marc Sherwood
and
Sophia Parafina
Apr 3, 2018

Improved Docker Container Integration with Java 10

Many applications that run in a Java Virtual Machine (JVM), including data services such as Apache Spark and Kafka and traditional enterprise applications, are run in containers. Until recently, running the JVM in a container presented problems with memory and cpu sizing and usage that led to performance loss. This was because Java didn’t recognize…

31d59c4
Sophia Parafina
Jul 5, 2017

Multi-Stage Builds

This is part of a series of articles describing how the AtSea Shop application was built using enterprise development tools and Docker. In the previous post, I introduced the AtSea application and how I developed a REST application with the Eclipse IDE and Docker. Multi-stage builds, a Docker feature introduced in Docker 17.06 CE, let you orchestrate…

31d59c4
Sophia Parafina
May 24, 2017

Spring Boot Development with Docker

The AtSea Shop is an example storefront application that can be deployed on different operating systems and can be customized to both your enterprise development and operational environments. In my last post, I discussed the architecture of the app. In this post, I will cover how to setup your development environment to debug the Java REST backend that…

31d59c4
Sophia Parafina
Sep 20, 2016

Live Debugging Java in Docker – Just in time for JavaOne!

Developing Java web applications often requires that they can be deployed on multiple technology stacks. These typically include an application server and a database, but these components can vary from deployment to deployment. Building and managing multiple development stacks in a development environment can be a time consuming task often requiring unique configurations for each…

31d59c4
Sophia Parafina