Open in app

Sign In

Write

Sign In

Shubham Wankhede
Shubham Wankhede

23 Followers

Home

About

Apr 13, 2022

Spring Cloud Gateway || Modify Response Body Using Post Global Filter

Hi everyone, have you ever worked with Filters ? if yes, then you know how easy it is to modify the response body through filters, but is it the same when we are working with Spring Cloud Gateway 🤔 ? What? what’s so special about Spring Cloud gateway is it…

Spring Boot

5 min read

Spring Cloud Gateway || Modify Response Body Using Global Post Filter
Spring Cloud Gateway || Modify Response Body Using Global Post Filter
Spring Boot

5 min read


Apr 11, 2022

Spring Cloud Gateway Pre and Post Global Filter || Global Request And Response Filter

Hi everyone, if you are working with spring cloud gateway then you might have come across the use of global filters either to read JWT token or modify add some request headers or might be for some other reason, so let’s understand the global filters in Spring Cloud Gateway with…

Spring Boot

5 min read

Spring Cloud Gateway Pre and Post Global Filter || Global Request And Response Filter
Spring Cloud Gateway Pre and Post Global Filter || Global Request And Response Filter
Spring Boot

5 min read


Nov 4, 2021

How to Commit the code in git without adding the Commit Message?

Github or any git server which provides you to commit your code need a commit message or commit instruction to commit your code through git client or their respective consoles. The most common way which IT industry uses to commit the code to repository like github is through git client…

Git

2 min read

How to Commit the code in git without adding the Commit Message?
How to Commit the code in git without adding the Commit Message?
Git

2 min read


Jul 27, 2021

Gmail Less Secure App Access And Generating App Password

Want to configure your email address as source to send the mails to others may be through smtp server? in that case you might have thought about your google account, but google won’t just allow you to send the mail as it may cause the security thread to your…

3 min read

Gmail Less Secure App Access And Generating App Password
Gmail Less Secure App Access And Generating App Password

3 min read


Jul 14, 2021

Bean to CSV, did you explore open-csv?

When you want to export the user data in more readable and structured format what comes to your mind Excel file, going for Excel file is good option but have you thought about csv, it could be one of the best way to export data in more readable and structured…

5 min read

Bean to CSV, did you explore open-csv?
Bean to CSV, did you explore open-csv?

5 min read


Jul 11, 2021

@Valid? @Validated? Which one you are using?

In spring boot application to validate the input data in your rest endpoints we have multiple ways and one of which using spring validation. In a application we usually first perform the validation on the data at frontend which we are sending to backend but it the responsibility of backend…

5 min read

@Valid? @Validated? Which one you are using?
@Valid? @Validated? Which one you are using?

5 min read


Feb 28, 2021

Factory Design Pattern Using Java

we use factory design pattern in lot of scenarios to get the object of a java class by passing some inputs, example here, In spring framework we use the getBean(<beanId>) method to get the object of the spring bean which we have configured in our application. iocContainerObject.getBean(“beanId”); in the above…

Factory Pattern

3 min read

Factory Design Pattern in Java
Factory Design Pattern in Java
Factory Pattern

3 min read

Shubham Wankhede

Shubham Wankhede

23 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech