Needed System Backend Services and API’s (That does the 70% of the work) Admin Panel Web Customer App/Shopping App Mobile…

Need a multi-vendor Ecommerce platform?
If you need a full fledge enterprise grade multi-vendor #ecommerce platform like daraz or evaly, send me a message on…

Bike Tour Plan: Chittagong Division
Going for Chittagong Division Bike Tour from December / January. PLACES ————– Brahmanbaria ( Won’t cover this Trip ) Comilla…

Maven profiling for your java app
Hi, Suppose you’re working on a maven project in your local machine using some local credentials, like database connections, username-passwords…

Automate spring boot deployment using gitlab CI
Hi there, Let’s talk about deployment of our java app. I’ve previously talked about how you can deploy your java…

Starting a new Spring Boot Project? Begin with a Skeleton
If you are looking forward to start a new spring project, you may need to do a lot of boilerplate…

Redis as Token Store Spring Boot Oauth2
In this article we’ll use redis as token store instead of in memory token store. 1. Dependency Add redis…

Spring Boot: Swagger2 configuration
Swagger2 is a visual interactive document for your api’s. When swagger is configured on your system, it automatically grabs all…

Integrating BoostMyRevenue sdk on your android app
With BoostMyRevenue, you can share a percentage of your revenue among your users! By simply logging their interactions. If you…

Programmatically removing authentication by invalidating token | Spring OAuth2
It’s a pain revoking user authentication (Logging out a user) programmatically in spring oauth2. Specially if we use in memory…