PinnedPublished inCodeXSpring Boot — Create Custom Annotation to validate Request ParameterWhile I was working on a Spring Boot Project, I found that custom annotations can be used for validation. The best way to understand how…Oct 23, 20223Oct 23, 20223
PinnedAdd Global parameters in SpringFox Swagger with Spring BootThis article is about adding custom headers in all Apis globally without writing in each API method.Oct 9, 2022Oct 9, 2022
PinnedPublished inCodeXFixing Production issue with @Async in Spring BootI came across this recurring issue in production which I wanted to share .Sep 25, 20226Sep 25, 20226
PinnedPublished inJavarevisitedDynamic Query Predicate generation using SpringBoot and QueryDSLWrite efficient APIs with dynamic query generationSep 30, 20225Sep 30, 20225
PinnedPublished inJavarevisitedTroubleshooting and Fixing OutOfMemoryError in Spring BootI work at a leading multinational company in an engineering team that helps build great internal products for the employees . I primarily…Sep 10, 20221Sep 10, 20221
Published inJavarevisitedDemystifying Context Propagation in Spring Web flux with ThreadLocalAccessor, ContextRegistry, MDC…Learn how to pass custom context from Amazon API Gateway to a Spring boot service using ThreadLocalAccessor, ContextRegistry, MDC, GraphQLMar 21Mar 21
Published inCodeXOptimising Performance with GraalVM: Running Spring Boot Native Image on KubernetesIn the previous article, I explained how to migrate an existing Spring Boot application to use GraalVM native image, which can offer faster…Feb 19, 2023Feb 19, 2023
Published inCodeXOptimising Performance with GraalVM: A Guide to Migrating a Spring Boot Project to Native ImageEverything you need to know to migrate a Spring Boot project to native image on GraalVM.Feb 11, 20232Feb 11, 20232
Published inJavarevisitedCaching with Spring Boot 3, Lettuce, and Redis SentinelIn this tutorial, I will walk you through how to connect to Redis Sentinel from Spring Boot 3 and use it for caching.Jan 24, 20231Jan 24, 20231
Published inCodeXCreate custom annotation in Spring Boot using AOP to check rolesUse a custom annotation to centralize role check using Spring Boot , AOPJan 14, 20231Jan 14, 20231