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.
How to Secure your REST APIs with Spring Security & JSON Web Tokens (JWTs)
In this tutorial, you will learn how to secure REST APIs with Spring Security and JSON Web Tokens (JWTs).
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.
Spring Data JPA Pagination
In this tutorial, you are going to learn how to work with pagination in Spring Data JPA.
Spring Boot @Value Annotation
A brief introduction to the @Value annotation in Spring Boot.