Artwork

Player FM - Internet Radio Done Right
Checked 3d ago
הוסף לפני fifty שבועות
תוכן מסופק על ידי jmhreif. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי jmhreif או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
Player FM - אפליקציית פודקאסט
התחל במצב לא מקוון עם האפליקציה Player FM !
icon Daily Deals

Ep4: Where’s the Graph Data Type in Programming Languages?

9:05
 
שתפו
 

Manage episode 456661157 series 3579839
תוכן מסופק על ידי jmhreif. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי jmhreif או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.

How do you manipulate or handle a graph in languages like Java, Python, and more, and why can it be so difficult? In this episode, we discuss the blog post The Hunt for the Missing Datatype by Hillel Wayne and his thoughts on why programming languages might avoid the graph data type.

  continue reading

46 פרקים

Artwork
iconשתפו
 
Manage episode 456661157 series 3579839
תוכן מסופק על ידי jmhreif. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי jmhreif או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.

How do you manipulate or handle a graph in languages like Java, Python, and more, and why can it be so difficult? In this episode, we discuss the blog post The Hunt for the Missing Datatype by Hillel Wayne and his thoughts on why programming languages might avoid the graph data type.

  continue reading

46 פרקים

כל הפרקים

×
 
In this episode, we dive into the Quarkus framework with a code repository and an article about development lessons learned. Topics covered include: 🔗 Building a starter application with Quarkus Neo4j and the Object Graph Mapper (OGM). 📝 Exploring similarities and differences between Quarkus and Spring frameworks. 📑 Resources for building with Quarkus and Neo4j - blog post and documentation . 📚 Key takeaways from an article on developer philosophy , touching on code rewrites, estimation challenges, and the importance of automation and edge cases. Whether just curious or writing code, we all learn and face similar development challenges!…
 
In this episode, I have some exciting technical updates, along with insights from my recent work and learning. Topics covered include: 📝 Neo4j Java Driver & Object Mapping – My latest blog post and upcoming updates to the GraphAcademy Java courses. 🧪 Framework-less Java Apps – Experiments in building Java applications without a framework and comparing with tools like Spring and others. 🔧 Code Refactoring Strategy – Lessons learned on managing updates in stages for cleaner version control and project maintenance. 🤖 Spring AI 1.0 Release – Highlights from the official launch , including an AWS blog post on architecture insights, real-world examples, and key resources for getting started with AI in Java. Whether you're deep into Java development or just exploring the intersection of frameworks and AI, there's something here for you!…
 
In this episode, we dive into three key updates from the world of Java development and emerging tech standards: First, walk through a new feature in the Neo4j Java driver (v5.28.5) that enables lightweight object mapping. I’ve set up a sample code repository showcasing how to return Cypher query results directly into your Java domain objects—no full-blown OGM needed. It’s a big improvement, but with a few gotchas you’ll want to understand. Next, we take a look at Jackson Jr , a lightweight version of the popular Jackson library . If you're working in resource-constrained environments or want faster startup times, this stripped-down data processor might be just what your project needs. Finally, we revisit Model Context Protocol (MCP) security, following up on concerns raised in Episode 42. I share two recent articles that highlight current security limitations in MCP and practical tips for developers looking to build safely with it today, even before full support matures. Whether you're optimizing your Java stack or exploring AI protocols, there’s something in this episode for you.…
 
In this episode, we dive into the latest upgrades in Neo4j tooling, along with recent bug fixes and enhancements in the LLM Knowledge Graph Builder . We also explore a new preview feature for Java object mapping in the Neo4j Java driver and check out the MCP Java SDK . Next, we highlight the new " Using Neo4j with Java " course on GraphAcademy and unpack a compelling Weaviate article on RAG vs. GraphRAG , featuring Microsoft’s GraphRAG methodology. Whether you're a Java dev, graph enthusiast, or AI-curious, there's something in here for you!…
 
Star Wars Day is nearly here, and this episode is stacked with tech goodness to celebrate! I’m diving into highlights from the Neo4j ecosystem, starting with an early look at the Using Neo4j with Java course —perfect for getting started with the Java driver in a framework-less setup. Also in this episode: ⚙️ Behind-the-scenes of APOC + Pinecone integration ✨ Part 2 of my Intro to Retrieval Augmented Generation series 🎥 My recent guest spot on Neo4j Live , discussing the Developer’s Guide to Building a Knowledge Graph 🤖 A fascinating series on an AI content experiment from Mark Heckler 📚 Michael Hunger’s must-read blog on the Model Context Protocol (MCP) May the Fourth be with you!…
 
In this episode, we unpack a busy week of updates, learning, and cool tech! From Spring AI’s milestone 7 release with simplified Pinecone configuration to some tricky wifi, I walk through recent changes and adventures. Plus, NODES 2025 is officially announced , and there’s hints of our upcoming GraphAcademy Java course. I also talk about the first part of my new blog series on Retrieval Augmented Generation and highlight a fantastic article on Neo4j, Quarkus, and intelligent applications .…
 
Fresh from the Arc of AI conference , I’m unpacking the biggest insights that stuck with me—ranging from the extremes of AI’s capabilities to the deeper implications for how we build and maintain our tech systems. I’ll also share a new blog post and code repo I published on loading data into Pinecone, some next-gen tools I’m eyeing, and thoughts on a great article from the Redis blog about why vector databases aren’t enough . Navigate the evolving landscape of LLMs, generative AI, and modern infrastructure with me in this episode.…
 
In this podcast episode, hear about my hands-on experience ( code repository on Github ) understanding the importance of using the same embedding models for both creating and searching vector embeddings in databases and how mismatched models can lead to poor search results. I also pull highlights from an article with advice for those interested in blogging , and how it particularly relates to my own approach to tech blogging.…
 
In this episode, I continue my journey with vector databases, integrating Pinecone , Neo4j , and Spring AI . While making some progress, I also encountered hurdles, such as evolving APIs and the unique architecture of vector stores. Next, I share insights from an article on contributing to open-source projects , how it can accelerate your career and enhance both your technical and soft skills. From picking the right project to building credibility within the community, it's a series of steps that gets better with time and practice!…
 
In this episode, I discuss my challenges exploring vector databases for an upcoming demo. From what is a vector database to integration issues, hear how I tried a few different approaches with limited success and discover the surprising one with the most promise. I also explore Microsoft's "Lazy Graph RAG" approach, which seems to trade one challenge for another but could be valuable in certain cases.…
 
In this episode, there are two topics I'm looking forward to diving deeper into: vector databases and AI agents. I'm particularly interested in understanding how vector databases work, how they work with data, and their role in AI applications. Then I share my thoughts on Anthropic’s article about Building AI Agents , which discusses their varying definitions—from simple workflows to fully autonomous systems—and provides practical examples. The article highlights the importance of starting simple, adding complexity only as needed.…
 
In this podcast episode, hear my process of preparing for an upcoming conference with insights on how outlines enhance presentations and blog posts, as well as code and architecture. Also discuss how constant improvement is key with an online course as an example. Finally, I highlight a historical read on cryptography , and share reflections from Grace Hopper's 1982 lecture on data, hardware, and software , drawing connections between her insights and modern challenges in technology.…
 
In this episode, I share recent blog posts. The first is about tackling challenges with GitHub repositories , offering solutions on syncing forks and using git rebasing, diffs, and pruning. Next, I created examples with Cypher DSL , providing beginner-friendly details to help users get started. Additionally, I started prepping for the Devnexus conference , where I'll be delivering my first keynote. I also read an article about an intriguing AI testing project where a user successfully manipulated an AI to break its rules and win a $50,000 prize, illustrating the potential challenges AI systems face in handling sensitive tasks.…
 
In this episode, I’m following up on a few things I’ve mentioned before. I dive into some updates on the Aura CLI (the official product version). I also explored the Neo4j GenAI Java library a bit more, including a connection hiccup I ran into with Neo4j Desktop. Then, I get into my experience with the Cypher DSL library and how Cypher fits into the retrieval part of RAG systems. Finally, I take a fun detour into an interesting article about a GitHub repository that combines coding and sourdough baking . It’s a cool reminder that the skills we learn in coding can apply to all sorts of other areas, even in the kitchen!…
 
Loading …

ברוכים הבאים אל Player FM!

Player FM סורק את האינטרנט עבור פודקאסטים באיכות גבוהה בשבילכם כדי שתהנו מהם כרגע. זה יישום הפודקאסט הטוב ביותר והוא עובד על אנדרואיד, iPhone ואינטרנט. הירשמו לסנכרון מנויים במכשירים שונים.

 

icon Daily Deals
icon Daily Deals
icon Daily Deals

מדריך עזר מהיר

האזן לתוכנית הזו בזמן שאתה חוקר
הפעלה