Breaktime Tech Talks

Breaktime Tech Talks

A bite-sized tech podcast for busy developers where we’ll briefly cover technical topics, new snippets, and more in short time blocks. Your host, Jennifer Reif, is an avid developer and problem-solver with special interest in data, learning, and all things technology.

Episodes

July 24, 2026 12 mins

This week, hear the latest updates on writing the Java book and prepping meetup tours, as well as a thought-provoking article on developer cognition in the age of AI.

  • Deep dive into lambdas: concise, one-line rules for sorting, filtering, and transforming data
  • Streams explained: pipelines that apply lambda rules across collections of items
  • Lambdas + streams as examples of declarative programming vs. imperative for-loops
  • Writin...
Listen
Watch
Mark as Played

In this episode, hear my latest writing progress on the Java book, a couple of new DZone blog posts, and upcoming meetups and podcast guests. I also dig into an article on how AI is reshaping developer relations.

  • Made strong progress on the Java book, wrapping up one chapter and starting the next
  • Published a new blog post on DZone about the agents architecture (first of several planned installments)
  • Colleague Akmal Chaudhri pu...
Listen
Watch
Mark as Played

Recap of my week, with several different topics where I expanded my knowledge or surfaced some recurring patterns in my efforts.

Highlights:
  • Repeated prompt iteration can cause LLMs to get stuck in unhelpful loops or produce slightly different code on reruns. Restoring to a checkpoint helps reset context and regenerate cleaner output.
  • A personal AI workflow shortcut: using chat models to brain dump and organize ideas into stru...
Listen
Watch
Mark as Played

This week included reviewing abstracts for NODES developer conference returning this fall, making progress on the book, and other exciting things happening within the team. Highlights:

  • Schedule for Neo4j’s free virtual NODES is in the process as we review and select sessions. Register now!
  • Progress on the Java book with an aggressive schedule that is challenging, but manageable.
  • Several colleagues are at the AI Engineer...
Listen
Watch
Mark as Played

Wrapping up a busy week of GraphRAG training and book writing with two topics worth unpacking: what we actually mean when we call AI "intelligent," and what a recent article reveals about the shifting landscape for software developers.

  • AI models are pattern-matching algorithms. They appear intelligent only when humans surface the right context, not on their own
  • "Intelligent" is a term developers should use loosely and critical...
Listen
Watch
Mark as Played

In this episode, I sit down with Roie Schwaber-Cohen, a software engineer and developer advocate at Pinecone, to talk about smarter ways to build with AI — without burning through tokens or your patience!

What we cover:

  • Why agentic AI systems burn so many tokens (and ways to combat it)
  • How Pinecone's Nexus pre-explores retrieval paths so agents don't have to discover them at runtime, cutting latency and token usage
  • The p...
Listen
Watch
Mark as Played

I'm back after a couple of weeks of hiatus with a packed update. From a major book deadline to enterprise graph hackathons, summer is anything but slow.

  • AI-First Java Book. First six chapters officially submitted. They cover concept progression, real-world problem solving, and a developer's career journey
  • Customer Graph Hackathons. First hands-on event with Neo4j at an enterprise customer site, and another one coming next week
  • ...
Listen
Watch
Mark as Played

A packed week of travel, debugging, writing, and reading. I share what I learned and ran into this week as a developer.

Highlights:

  • 🗣️ Spoke at the JavaMUG (Java Metroplex User Group) meetup in Dallas — highly recommended for Dallas-area developers!
  • 🐛 Discovered a bug in Spring AI's Neo4j chat memory integration with the latest Spring Boot — workaround is to use in-memory storage for now.
  • 📖 Working on a Java boo...
Listen
Watch
Mark as Played

A quieter week, but still full of forward motion — from clearing the Neo4j developer blog backlog and making progress on the upcoming Java book, to lining up upcoming speaking events. Plus, two developer-focused content pieces I hope you enjoy as much as I did.

This Week's Updates:

Listen
Watch
Mark as Played

This week, I prepped for upcoming events, tweaked and strategized some existing processes, and found more data on how defining a schema can produce better knowledge graph construction.

Highlights:
Listen
Watch
Mark as Played

In this episode, I reflect on career growth in tech after speaking with a group of students, along with a few technical topics I explored this week — from Cypher optimization to scaling graph databases.

💡 Highlights
  • Career growth isn’t linear — most skills come from experimenting, saying yes to opportunities, and building over time rather than formal training

  • Project ideas come from doing — explorin...

Listen
Watch
Mark as Played

Back from a short holiday, I caught up on a few things this week — including the inevitable yak shaving.

Highlights:

📖 Book Progress: wrapped up another chapter draft. I've been finding that blocking larger chunks of dedicated time makes a real difference for focus and momentum, although getting started is still the hardest part.

🎓 Neo4j Educator Program: spent time refreshing slide decks, resource links, emails, and tutori...

Listen
Watch
Mark as Played

My recap of virtual presentations, live streams, and workshop support — sharing wins, lessons from a humbling live coding session, and a fascinating article on solving long-running LLM memory problems.

Highlights:

  • Delivered a virtual meetup for the San Francisco ACM on building knowledge graphs with the Neo4j GraphRAG Python package (code repository)
  • Helped as a TA during a Road to Nodes AI workshop covering MCP server i...
Listen
Watch
Mark as Played

This week, I share hard-won lessons from building a GraphRAG application with Neo4j in Python, plus standout tips from Lize Raes's Devoxx Belgium talk on taking Langchain4j apps to production.

GraphRAG with Neo4j

  • Built a Python GraphRAG app using the Neo4j GraphRAG package — knowledge graph construction, retrievers (vector, graph, text-to-cypher), and agentic orchestration
  • Key lesson: don't let the LLM decide your entire...
Listen
Watch
Mark as Played

Hear my recent experience at the Devnexus conference in Atlanta, where I delivered two sessions and connected with so many amazing people!

Listen
Watch
Mark as Played

Jennifer shares highlights from a week full of spontaneity and preparation.

Highlights:

  • The Bootiful Podcast (Coffee + Software) with Josh Long
  • Impromptu livestream with Josh on building a Spring + Neo4j application with just 10 minutes prep
  • Participated in an X Space panel on the rise of agentic AI with experts from AWS, Nvidia, and Brokk
  • Final preparations for two Devnexus sessions and other activities
  • The reality of setting...
Listen
Watch
Mark as Played
February 20, 2026 15 mins

In this episode, hear my reflections on eight years as a Developer Advocate at Neo4j - learning in public, teaching before feeling “ready”, and navigating the constant balance between deep technical work and community engagement. Get updates on what I'm currently focused on: upcoming events, writing a more complex chapter of the Java book, sharpening Cypher skills, and exploring an article that challenges the default us...

Listen
Watch
Mark as Played

Fresh back from Jfokus in Stockholm! This week, I'm sharing highlights from the conference and diving into advanced Cypher techniques that make graph databases shine.

Highlights:

  • Jfokus 2025 recap: Viking themes, inspiring community, and lots of content
  • Book writing updates and upcoming March events
    • Combination of outlining and writing in my process
    • Joint session prep is stretching my application development skills
  • ...
Listen
Watch
Mark as Played

Hear about my hard-won lessons from loading a large-scale book dataset into Neo4j with Ollama embeddings, plus a preview of exciting new vector search features.

Highlights:

Data Loading Battle Stories

  • Fixing Ollama OpenAI endpoint issues (drop the /v1 suffix!)
  • Choosing embedding models with adequate context windows (nomic-embed-text: 8,192 tokens)
  • Optimizing batch sizes and memory configuration
  • Using EXPLAIN to identify and el...
Listen
Watch
Mark as Played

This week has been a whirlwind. From starting a new RAG project to getting involved in other community events, there is so much to learn and do. This week had the following highlights:

🎤 Glasgow Meetup Adventures Navigating venue challenges, DJ booth speaking setups, and live coding without a mic stand—lessons in developer advocacy resilience.

🔍 RAG Experimentation Working with Quarkus to ingest unstructu...

Listen
Watch
Mark as Played

Popular Podcasts

    If you've ever wanted to know about champagne, satanism, the Stonewall Uprising, chaos theory, LSD, El Nino, true crime and Rosa Parks, then look no further. Josh and Chuck have you covered.

    Dateline NBC

    Current and classic episodes, featuring compelling true-crime mysteries, powerful documentaries and in-depth investigations. Follow now to get the latest episodes of Dateline NBC completely free, or subscribe to Dateline Premium for ad-free listening and exclusive bonus content: DatelinePremium.com

    Betrayal Weekly

    Betrayal Weekly is back for a new season. Every Thursday, Betrayal Weekly shares first-hand accounts of broken trust, shocking deceptions, and the trail of destruction they leave behind. Hosted by Andrea Gunning, this weekly ongoing series digs into real-life stories of betrayal and the aftermath. From stories of double lives to dark discoveries, these are cautionary tales and accounts of resilience against all odds. From the producers of the critically acclaimed Betrayal series, Betrayal Weekly drops new episodes every Thursday. If you would like to share your story, you can reach out to the Betrayal Team by emailing them at betrayalpod@gmail.com and follow us on Instagram at @betrayalpod and @glasspodcasts. Please join our Substack for additional exclusive content, curated book recommendations, and community discussions. Sign up FREE by clicking this link Beyond Betrayal Substack. Join our community dedicated to truth, resilience, and healing. Your voice matters! Be a part of our Betrayal journey on Substack.

    The Bobby Bones Show

    Listen to 'The Bobby Bones Show' by downloading the daily full replay.

    Crime Junkie

    Does hearing about a true crime case always leave you scouring the internet for the truth behind the story? Dive into your next mystery with Crime Junkie. Every Monday, join your host Ashley Flowers as she unravels all the details of infamous and underreported true crime cases with her best friend Brit Prawat. From cold cases to missing persons and heroes in our community who seek justice, Crime Junkie is your destination for theories and stories you won’t hear anywhere else. Whether you're a seasoned true crime enthusiast or new to the genre, you'll find yourself on the edge of your seat awaiting a new episode every Monday. If you can never get enough true crime... Congratulations, you’ve found your people. Follow to join a community of Crime Junkies! Crime Junkie is presented by Audiochuck Media Company.

Advertise With Us
Music, radio and podcasts, all free. Listen online or download the iHeart App.

Connect

© 2026 iHeartMedia, Inc.

  • Help
  • Privacy Policy
  • Terms of Use
  • AdChoicesAd Choices