Spring Feign ClientOften a service needs to call Http endpoints , Feign comes from the OpenFeign project makes it easier to call http endpoints in a…Aug 28, 2022Aug 28, 2022
Using AWS CDK to bring infra code closer to application developersAWS Summit Berlin 2022 took place on May11–12 there I attended a great talk by Gregor Hohpe and Luis Morales from AWS titled Infrastructure…May 15, 2022May 15, 2022
Writing REST API with OpenAPI and SpringBootIn this post we will see how to create a REST API with Spring boot.We will take a schema first approach and we will generate the REST API…Apr 24, 2022Apr 24, 2022
Containerize Your Spring Boot AppIn this post we will see how to dockerize our spring boot application.Apr 16, 2022Apr 16, 2022
Deploy model with FastAPI and HerokuIn this blog we will see how we can deploy our model with FastAPI and Heroku. Below technologies will be used:Mar 15, 20221Mar 15, 20221
Three simple methods to give your self-learning a little bit structureTechnology is ever-evolving and as developers, we are in a constant chase to keep ourselves up-to-date. If you are someone like me who…Oct 25, 2021Oct 25, 2021
Buildpack with Spring BootBuildpacks are modular tool to create OCI compliant images for your application, without using Dockerfile. Before we see how Spring boot…Oct 6, 2021Oct 6, 2021