Supercharge Your Spring Apps with AI - A Beginner's Guide to Claude 3.5 Sonnet and Spring AI

Unlock the power of artificial intelligence in your Java applications with Claude 3.5 Sonnet and Spring AI. This beginner-friendly guide walks you through integrating cutting-edge AI capabilities into your Spring projects, opening up a world of possibilities for smart, responsive applications.

From: Dan Vega

Harnessing Local LLMs - A Practical Guide to Ollama and Open Web UI

This guide introduces Ollama, a tool for running large language models (LLMs) locally, and its integration with Open Web UI.

From: Dan Vega

Java Method References - A Beginner's Guide

Discover the power of method references in Java! This beginner-friendly guide explains what method references are, why they're useful, and how to use them effectively.

From: Dan Vega

How to add Tailwind CSS to your Spring Boot Application

This is an example of how to use Tailwind CSS in your next Spring Boot application.

From: Dan Vega

Getting Started with Open AI's GPT-4o in Java

In this tutorial you will learn how to access OpenAI's newest model, GPT-4o in Java without using any dependencies. As a Java developer, there are several highlights you would be excited about – 50% lower pricing, two times faster latency, and five times the rate limits.

From: Dan Vega

What's New in Spring AI 1.0.0 M1

In this article you learn about what is new in the latest release of Spring AI, 1.0.0 M1. The milestone comes packed full of features headlined by the new Chat Client that has a fluent API.

From: Dan Vega

Spring I/O 2024

I just returned from my very first Spring I/O and I thought this would be a great opportunity to tell you about one of the best conferences I have eve been to. I am very fortunate to be able to travel the world visiting customers and conferences but this was by far one of my favorite trips ever.

From: Dan Vega

I'm a Java Champion

On Monday, January 8th, I woke up expecting just another day. Little did I know that this would become a day etched in my memory forever. In this post I would like to tell you about my career and how I became I Java Champion.

From: Dan Vega

What is Developer Relations and How do you define Developer Advocacy?

In this article, I'll provide an overview of Developer Relations (DevRel) and guide you on how to get started. If you're considering this as a potential career, I hope to inform and inspire you.

From: Dan Vega

Happy New Year 2024

In this article I will take a look at some goals and things I want to focus on in the new year.

From: Dan Vega

2023 Year in Review

In this article I take a look back at 2023 and share some of the highlights from the year.

From: Dan Vega

What's New in Spring Boot 3.2

This article highlights some of the new features in the latest releases of Spring Framework 6.1 and Spring Boot 3.2.

From: Dan Vega

Virtual Threads in Spring Boot

In this article, we will discuss Virtual Threads in Java, their significance for Spring Boot developers, and how they can enhance the performance of certain types of Spring Boot applications.

From: Dan Vega

The Spring Boot Actuator is the one dependency you should include in every project

In this article, we will focus on the most important Spring Boot starter that you should include in all of your projects. The Spring Boot Actuator.

From: Dan Vega

A First Look at the new JDBC Client in Spring Boot 3.2

In this tutorial you will learn about the new JDBC Client in Spring Framework 6.1 and Spring Boot 3.2.

From: Dan Vega

A First Look at the new Rest Client in Spring Boot 3.2

This is my first look at the new Rest Client in Spring Boot 3.2. In this tutorial we will discuss what a client is, what are the different implementations of clients available and how to get started with the new Rest Client in Spring Framework 6.1 and Spring Boot 3.2

From: Dan Vega

Streamline Your Development: Spring Boot with PostgreSQL & pgAdmin in Docker

In this article you will learn about the new Docker Compose module in Spring Boot 3.1 and how to connect to a Postgres database from your application. You will also learn how to use psql in the shell and pgAdmin to manage your database.

From: Dan Vega

Spring for GraphQL Schema Mapping Inspection Report

Join VMware's Spring Developer Advocate, Dan Vega, as he explores the exciting new releases in Spring for GraphQL. Dive into the enhanced features of the inspection report, walk through how to create a project, and more!

From: Dan Vega

Deploying Spring Boot 3 Applications to AWS Lambda

Discover effective solutions for hosting your personal spring boot projects without hefty costs. Boost your skills with Dan Vega, your spring developer advocate, while exploring the capabilities of AWS Lambda.

From: Dan Vega

How to add Request Headers using HTTP Interfaces in Spring Boot 3

In this tutorial you will learn how to add a request header when using HTTP Interfaces in Spring Boot 3.

From: Dan Vega

Spring HTTP Interface Clients: Consuming HTTP services in Spring Boot

Learn all about the new HTTP Interfaces in Spring Framework 6 and Spring Boot 3 by building out a real world example.

From: Dan Vega

Java 17 🤝 AWS Lambda: Creating Serverless Functions in Java & Spring with Java 17

AWS has made a big announcement recently - Java 17 runtime is now supported on AWS Lambda. What this means is, you now have the freedom to write your lambda functions using Java in Spring and specifically target JDK 17.

From: Dan Vega

Demystifying Spring Session: A Comprehensive Introduction for Java Developers!

In this tutorial, we'll explore the powerful features of Spring Session and learn how to effectively manage user sessions in your Java web applications.

From: Dan Vega

OAuth2 Login Made Easy in Java: A Spring Boot & Spring Security Walkthrough

In this tutorial, we will discuss how to set up OAuth 2 logins in Spring Security with Spring Boot.

From: Dan Vega