Securing And Rate Limiting Endpoints With Spring Cloud Gateway, Spring Security And JWT
API gateway is an infrastructure layer that places in front of application to route requests from the client side to the appropriate service. Spring Cloud …
This is a technical blog. You can find posts in Computer Science, Programming, and Artificial Intelligence here.
API gateway is an infrastructure layer that places in front of application to route requests from the client side to the appropriate service. Spring Cloud …
In this article, we will develop a sample Spring Boot application in IntelliJ IDEA 2021 using Maven. It exposes numbers of RESTful APIs compatible with Open …
In Generating a report from data stored in database, along with Report’s title, columns’ header, content direction, fonts and etc., there exist numerical information that …
Recently I contributed to an open source project named GraphTea. It’s a great software coded in Java ( by Sharif University of Iran ) to work …
Interfaces in Java always contained method declaration not their definitions (method body). There was no way of defining method body / definition in interfaces. This …