Writing on software development and anything else I find interesting.

All of my long-form thoughts on programming, content creation,and more, collected in chronological order.

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!

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.

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. This can be useful when you need to add a header to a single request or every single request. You will also learn how to view the headers that are sent to make sure everything is working properly.