Jennifer Reif19 articles
NODES is a free, virtual conference run by Neo4j for developers, data scientists, and other technical roles who want to learn more about graph databases and how they can be used to solve complex problems. Join us online November 7! …
- Jennifer Reif
-
Press the Easy Button: Organize a Virtual Conference Schedule with a Graph Database
Putting together a conference schedule for NODES 2024 (one of my favorite events of the year) is a massive undertaking, but my colleague and I used technologies and tools at our disposal to make this process a little more efficient and greatly reduce opportunities for mistakes.
- Jennifer Reif
-
How to Run Neo4j on Kubernetes
For an upcoming event, I was asked to give a demo of how to run Neo4j on Kubernetes. I had very little experience with Kubernetes, so I decided to document my journey for later reference.
- Jennifer Reif
-
NODES 2024: How to Submit a Technical Presentation
Technical events are a great way to learn new things, connect with people, and share knowledge with others.
- Jennifer Reif
-
Spring AI: How to Write GenAI Applications with Java
We’ll look at how to write GenAI applications with Java using the Spring AI framework and utilize RAG for improving answers.
-
How to Create a Spring Boot Application to Retrieve Data from Evernote
In this article, I will show you how to use the Evernote API and SDK in a Spring Boot application to retrieve data from Evernote.
-
Journeys in Java, Level 10: Service Discovery with Eureka
Eureka is a service discovery project that helps services interact with one another without hardwiring in instance-specific or environment-dependent details.
-
Time Machine: A Look-Back at Java Sessions from NODES 2022
As we prepare for NODES 2023, let’s pull out the time machine and review the Java sessions from NODES 2022.
- Jennifer Reif
-
Neo4j’s Online Conference Is Coming In October… And You’re Invited!
Join the biggest graph community gathering dedicated to learning how to integrate graph technologies into ML and dev projects.
- Jennifer Reif,
- Yolande Poirier
-
Journeys in Java, Level 9: Docker compose all the things
Learn how to successfully create an orchestrated microservices system with Docker Compose!
-
Journeys in Java, Level 8: Add MongoDB to Spring Cloud Config
Convert an existing MongoDB-connected service to use Spring Cloud Config for accessing database credentials, as with a Neo4j microservice.