
Create a GraphQL Client in Java with Spring Boot
If you're working on a Spring application and you need to call another REST API, you have tools such as RestTemplate or WebClient.
From: Dan Vega
If you're working on a Spring application and you need to call another REST API, you have tools such as RestTemplate or WebClient.
From: Dan Vega
Welcome back, friends! Today, we're diving into Project Loom and specifically virtual threads. We'll be covering what they are, why you should care as a Spring developer, and even provide a demo on using virtual threads in a Spring application. Let’s begin!
From: Dan Vega
Are you a content creator who struggles to find enough time to produce written content alongside videos? Do you wish there was an easy way to transform your videos into compelling blog posts? Look no further than VideoTap! This innovative service transcribes and converts your videos into high-qualit...
From: Dan Vega
Are you a content creator who struggles to find enough time to produce written content alongside videos? Do you wish there was an easy way to transform your videos into compelling blog posts? Look no further than VideoTap!
From: Dan Vega
In this blog post, we'll be taking a look at mutations in GraphQL, specifically using Spring Boot, GraphQL Java, and Spring Data JPA.
From: Dan Vega
In this blog post, we'll be taking a look at mutations in GraphQL, specifically using Spring Boot, GraphQL Java, and Spring Data JPA.
From: Dan Vega
Hello, friends! Today, we'll discuss two different ways to configure Spring Security in your applications and create a basic security configuration in a Spring Boot project using each approach.
From: Dan Vega
If you follow me, you know I'm a huge fan of Notion. I use it for everything in my personal and professional life. Since the release of the Notion API, I've been playing with it, but I've never built anything that I was going to launch publicly.
From: Dan Vega
Today, we're going to talk about building command line applications using Spring Shell.
From: Dan Vega
In this introduction to Spring Shell, you will learn you how to build CLI applications in a familiar programming environment using Java + Spring.
From: Dan Vega
When building native executables with GraalVM, you might run into issues when your application uses dynamic language features of the JVM. This article will walk you through a practical example of how to work with these types of features and provide metadata to GraalVM's Native Image Builder.
From: Dan Vega
Whether you're new to GraphQL or a seasoned user, understanding the scalar types in GraphQL is important.
From: Dan Vega