In this article, I am writing the easy and elegant way of writing the rest template, which avoids creating multiple rest clients, which helps in eliminating a lot of boilerplate code and unwanted
Just to begin AWS Lambda is server less architecture, which allows you to run the code without managing the server and cost is pay per use, usually its based on number of invocation
As most of us use spring boot as our got to framework for web development. And Also we are rapidly moving towards the Micro Services, One concern is to effectively monitor and trace
I started learning new framework called Micronaut, Micronaut is lightweight Java web framework, Which is cloud native in nature which support Java, Groovy and Kotlin and main advantage of the micronut its light
I am learning new framework called Micronaut. And I wanted to know how to upload the file and modify the configuration to allow multipart data, So I began googling and consolidate my learning