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

Spring into the Future: Embracing Virtual Threads with Java's Project Loom

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

Why VideoTap is a Game-Changer for Content Creators: Convert Videos to Blog Posts in Minutes!

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

Why VideoTap is a Game-Changer for Content Creators: Convert Videos to Blog Posts in Minutes!

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

Working with GraphQL Mutations in Spring Boot

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

Working with GraphQL Mutations in Spring Boot

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

Spring Security Configuration - Lambda DSL

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

Notion API File Request has expired

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

Building Command Line Applications in Spring with Spring Shell

Today, we're going to talk about building command line applications using Spring Shell.

From: Dan Vega

Building Command Line Applications in Spring with Spring Shell

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

Building Native Images in Java with GraalVM

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

GraphQL Scalars - How to use Custom Scalars in Java

Whether you're new to GraphQL or a seasoned user, understanding the scalar types in GraphQL is important.

From: Dan Vega

Feeds