
Spring Response Entity - How to customize the response in Spring Boot
In this tutorial, you will learn what the ResponseEntity class is and how it can be used to customize the response in your Spring Boot application.
From: Dan Vega

AWS Lambda SnapStart for Spring Developers
AWS Lambda SnapStart is a new performance optimization developed by AWS that can significantly improve the startup time for your applications.
From: Dan Vega

What's new in Spring Security 6
In this article we will discuss the new features of Spring Security 6 and create a new Spring Boot 3 project together.
From: Dan Vega

Building AWS Lambda Functions with Java: An Introduction to the AWS Lambda Core Java Library
In this tutorial you will learn how to build AWS Lambda functions with Java using the AWS Lambda Core Java Library.
From: Dan Vega

AWS Lambda Java: How to create your first AWS Lambda Function in Java
In this tutorial, I'll show you how to create a simple AWS Lambda function using Java.
From: Dan Vega

Spring Boot REST API Domain Class Converter
In this tutorial, you will learn about a class called the Domain Class Converter in Spring Data. This class will allow you to take arbitrary input like an id from a path variable in a REST API and automatically create a domain object by using Spring Data's CrudRepository.
From: Dan Vega

Spring Boot JWT - How to Secure your REST APIs with Spring Security and Json Web Tokens
In this tutorial, you will learn how to secure REST APIs with Spring Security and Json Web Tokens.
From: Dan Vega

GraphQL Spring Boot - Up and Running with Spring for GraphQL
In this tutorial you are going to learn how to get up and running with Spring for GraphQL.
From: Dan Vega

Spring Data JPA Pagination
In this tutorial, you are going to learn how to work with pagination in Spring Data JPA.
From: Dan Vega

Spring Boot @Value Annotation
A brief introduction to the @Value annotation in Spring Boot.
From: Dan Vega

Im Joining VMware
I'm so excited to announce that I am joining VMware as a Spring Developer Advocate!
From: Dan Vega

Happy New Year 2022
Happy New Year! I want to take a few minutes and reflect on the year that was 2021 and look ahead to 2022.
From: Dan Vega

14" MacBook Pro M1 Max Review for developers and content creators
I have been using the new MacBook Pro for about a week and wanted to give you my initial thoughts from a developer & content creator perspective.
From: Dan Vega

GitHub Copilot for Java Develpers
Earlier this year GitHub launched Copilot, an AI pair-programmer. With GitHub Copilot, get suggestions for whole lines or entire functions right inside your editor.
From: Dan Vega

Spring One 2021 Presentation
I'm so honored to be speaking at this year's SpringOne Conference. This article will give you a look ahead to the presentation by explaining what you can expect and the resources from my talk.
From: Dan Vega

Full Stack Java development with Spring Boot and VueJS
In this tutorial, you are going to learn how to build a full-stack application that uses Vue for the frontend and Spring Boot for the backend.
From: Dan Vega

How to force a delay in a web app
In this tutorial, I will show you can force a delay in a web application for testing purposes.
From: Dan Vega

New Year, New Opportunities and Goals
In this article, I have some exciting personal news to share and I want to take a look ahead at the new year.
From: Dan Vega

How to test standard in and out in Java
In this tutorial I will show you how you can test standard in and out in Java.
From: Dan Vega

Interactive Learning from Oreilly
O'Reilly has a new hands-on learning platform called Interactive Learning. In this tutorial I will tell you all about it and the tutorials I created for it.
From: Dan Vega

Spring Boot REST Service: How to build a REST API in Java
In this tutorial you will learn how to build a REST API in Java using Spring Boot.
From: Dan Vega

Working with Standard Input and Output in Deno
In this tutorial I will show you how to work with standard input and output in Deno.
From: Dan Vega

Hello, Deno
An introduction to Deno which is a secure runtime for JavaScript and TypeScript
From: Dan Vega