エピソード

  • S4E23 - Bootiful Spring with Josh Long
    2025/08/19

    Join Dan Vega and DaShaun Carter for another exciting preview of SpringOne! This week, we're joined by our special guest, fellow Spring Developer Advocate, Josh Long.

    This year's event promises to be bootiful. Josh will help us deliver another sneak peek into the most anticipated announcements, including the future of Spring Framework 7 and Spring Boot 4. We'll also dive into the latest on Spring AI!

    Whether you're planning to attend in person or just want to stay on top of the latest innovations, this episode is your definitive guide to the must-see sessions and what's next for the Spring ecosystem. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.

    Show Notes:

    • Josh Long
    • SpringOne
    続きを読む 一部表示
    1 時間 1 分
  • S4E22 - Live from KCDC
    2025/08/19

    Join Dan Vega and DaShaun Carter broadcasting live from the Kansas City Developer Conference (KCDC)! In this special episode, the hosts share highlights from the conference and discuss Dan's sessions on MCP and Spring Boot 3. They dive into the exciting news of Spring Boot 4 M1 and Spring Framework 7 M8 releases, exploring what's new and what developers can expect. The team also answers live questions from the KCDC audience and online viewers about the latest developments in the Spring ecosystem.

    Show Notes

    • Kansas City Developer Conference
    続きを読む 一部表示
    52 分
  • S4E21 - VMware Explore / SpringOne 2025 Preview
    2025/08/05

    Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, Dan and DaShaun preview the upcoming VMware Explore / SpringOne conference, sharing insights into what attendees can expect from this premier Spring community event. The hosts discuss their upcoming conference sessions, highlight key presentations and workshops worth attending, and provide tips for making the most of the in-person conference experience. Whether you're considering attending or want to stay updated on the latest Spring innovations being showcased, this episode will help you navigate the conference agenda and discover what's new in the Spring ecosystem. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.

    Show Notes:

    • SpringOne
    続きを読む 一部表示
    1 時間 1 分
  • S4E20 - Spring Community Q&A Hodgepodge
    2025/07/22

    Join Dan Vega and DaShaun Carter for a special community-focused episode of Spring Office Hours. In this hodgepodge session, the hosts dive into listener questions covering various Spring ecosystem topics. From troubleshooting common Spring Boot challenges to exploring emerging patterns and best practices, Dan and DaShaun provide practical insights and solutions. This interactive episode showcases the vibrant Spring community and addresses real-world development scenarios that matter most to viewers.

    Show Notes

    • Register for SpringOne
    続きを読む 一部表示
    59 分
  • S4E19 - Spring & Redis with Raphael De Lio
    2025/07/15

    Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, Dan and DaShaun are joined by Redis Developer Advocate, Raphael De Lio. Join us as we explore Redis’s ever-growing role in the Spring ecosystem. We will look discuss its common and foundational use cases, then dig into new and exciting use cases, including similarity search, the cutting-edge vector data type, and how Redis is becoming a key player in AI-driven solutions. Get ready to discover the latest ways Spring developers are leveraging Redis to build highly performant and intelligent applications. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.

    Key Takeaways

    What is Redis?

    • Originally created in 2009 as a fast, horizontally scalable database
    • Known primarily for caching, but it's actually a full database with persistence and transactions
    • Redis 8 is now open source again with massive performance improvements (87% faster execution, 2x higher throughput)

    Beyond Caching: Redis Use Cases

    • Vector databases for AI applications (semantic search, caching, routing)
    • Time series data for real-time analytics
    • Geospatial indexing for location-based features
    • Probabilistic data structures (Bloom filters, count-min sketch) for high-scale applications
    • Streams for message queues and real-time data processing
    • Session storage for distributed applications

    AI & Vector Database Applications

    • Semantic caching: Cache LLM responses using vector similarity (can reduce costs by 60%)
    • Semantic routing: Route queries to appropriate tools without calling LLMs
    • Memory for AI agents: Short-term and long-term conversation memory
    • Recommendation systems: Power Netflix/YouTube-style recommendations

    Getting Started with Spring

    • Use start.spring.io with Docker Compose for easy setup
    • Spring Data Redis for basic caching with @Cacheable
    • Redis OM Spring for advanced features (vector search, JSON, etc.)
    • New annotations: @Vectorize and @Indexed for automatic vector embeddings

    Upcoming Events

    • Spring One - 6 weeks away in Las Vegas
    • Redis Hackathon - July 23rd via dev.to/challenges

    Links & Resources

    • Redis
    • Redis OM Spring
    • Redis YouTube Channel
    • Spring One Conference
    • Start Spring IO

    Connect with Raphael DeLeo

    • Email: rafael.deleo@redis.com
    • LinkedIn: Raphael DeLeo
    • GitHub: raphaeldelio
    • Blue Sky: raphaeldelio.dev

    Redis vs Valkey discussion included - Redis 8 returns to open source with significant performance improvements and integrated modules that were previously separate.

    続きを読む 一部表示
    1 時間 2 分
  • S4E18 - AI Show and Tell with Craig Walls
    2025/07/01
    Join Dan Vega for the latest updates from the Spring Ecosystem. In this special episode, Dan is joined by Spring expert and author Craig Walls for an exciting AI show and tell segment, where they demonstrate and discuss their favorite AI tools currently transforming their development workflows.Following the show and tell, Craig shares insights from his upcoming Manning book "Spring AI in Action," exploring how developers can build intelligent Java applications using Spring's powerful AI abstractions. The episode wraps up with a preview of their collaborative workshop "Practical AI Integration with Java: A Hands-On Workshop" at dev2next 2025, where they'll teach hands-on AI implementation techniques for Java developers.Whether you're looking to discover new AI tools to boost your productivity or interested in integrating AI capabilities into your Spring applications, this episode offers practical insights and real-world examples from two experts actively working in the AI space.You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.Show NotesMain Topics Discussed1. Craig's Upcoming Book - "Spring AI in Action"Currently available in early access through Manning PublicationsExpected print release: Fall 2025Covers Spring AI development from basics to advanced topicsIncludes chapter on "Evaluating Generated Responses" - testing AI applications2. Dan's New Course Launch"AI for Java Developers" - Introduction to Spring AINearly 6 hours of contentCovers 12-18 months of Spring AI learningJust launched last week3. AI Development Tool Categories DiscussionStandalone Chatbots: ChatGPT, Google Gemini, Anthropic ClaudeInline IDE Assistants: GitHub Copilot, JetBrains AI, Amazon CodeWhispererAgentic AI IDE Environments: Cursor, Windsurf, JuniTerminal-based Agentic CLI Tools: Claude Code, OpenAI Codex, Gemini CLI4. Live DemonstrationsDan: Demonstrated Claude Code CLI tool for project planning and development workflowsCraig: Showcased Embable framework for building goal-oriented AI agents5. Testing AI ApplicationsDeterministic vs non-deterministic testing approachesUsing evaluators for response validationFact-checking and relevance evaluation techniques6. Future of Spring AIAgent framework capabilitiesAgentic workflows vs autonomous planningIntegration with tools like EmbableLinks and ResourcesBooks and CoursesSpring AI in Action (Early Access) - Craig WallsAI for Java Developers Course - Dan Vega (link to be added to show notes)Tools MentionedIDE Assistants:GitHub CopilotJetBrains AI AssistantAmazon CodeWhispererAgentic IDE Environments:CursorWindsurfJetBrains JunieCLI Tools:Claude CodeGemini CLIOpenAI CodexFrameworks and LibrariesSpring AIEmbable - Rod Johnson's agent frameworkSpring BootSpring ShellContact InformationCraig Walls: Habuma.com - Links to all social mediaDan Vega:Spring Developer Advocate at BroadcomLearn more at https://www.danvega.devUpcoming Eventsdev2Next Workshop: 8-hour Spring AI workshop with Dan Vega and Craig Walls (Colorado Springs)Key Takeaways"You are the pilot, not the passenger" - Stay in control when using AI development toolsStart with simpler tools like Copilot before moving to full agentic environmentsProper testing strategies are crucial for AI applicationsCode reviews and CI/CD pipelines are more important than ever with AI-generated codeThe AI development tool landscape is rapidly evolving with new categories emergingThis episode was recorded live on Monday, June 30, 2025. Watch the replay on the Spring Developer YouTube channel or listen wherever you get your podcasts.
    続きを読む 一部表示
    1 時間 1 分
  • S4E17 - Spring AI + Google Gemini: Beyond the Demo
    2025/06/24

    Join Dan Vega with special guest Dan Dobrin, App Architect at Google, as they explore enterprise-ready Spring AI development using Google Gemini models. This episode covers the latest Spring AI features, caching strategies, unified SDK capabilities, and AI agents—moving beyond simple demos to real-world production implementations. Learn how to build fast, enterprise-grade AI applications with Spring and Google's powerful Gemini models.

    Show Notes:

    • Dan Dobrin on Twitter / X
    • Dan Dobrin on LinkedIn
    • Building Agentic AI the Google Way: MCP + A2A + ADK for Java
    • Google Cloud and Spring AI 1.0
    続きを読む 一部表示
    58 分
  • S4E16 - Spring gRPC with Dave Syer
    2025/06/17

    Join Dan Vega and DaShaun Carter for the latest updates from the Spring Ecosystem. In this episode, Dan and DaShaun are joined by Spring team member Dave Syer to explore the official Spring gRPC project. At the end of this episode, you will understand how Spring gRPC provides a Spring-friendly API for developing high-performance gRPC applications, including server and client autoconfiguration, Spring Boot integration, and streamlined Protocol Buffer handling. The hosts will demonstrate how to build gRPC services with Spring's familiar dependency injection patterns and discuss the benefits of gRPC's HTTP/2-based communication over traditional REST APIs. You can participate in our live stream to ask questions or catch the replay on your preferred podcast platform.

    Show Notes:

    • Dave Syer on GitHub
    • Dave Syer on Bluesky
    • Spring gRPC
    続きを読む 一部表示
    55 分