Monthly Archives: April 2025

Running Spring Boot application with springdoc-openapi behind NGINX

Suppose you want all requests prefixed with /api to be forwarded by NGINX to spring boot. There are 2 common options: So when a request like GET /api/foo is made when it reaches spring boot, spring boot sees a request … Continue reading

Posted in Computers, programming, Software | Tagged , | Leave a comment

Startup Dilemmas

After running my own startup for a few months there are a few recurring dilemmas I have realized for an aspiring entrepreneur: As with any dilemma there is no right or wrong answer to above. that’s what makes it a … Continue reading

Posted in Career, Computers | Leave a comment

Not able to play audio in Java

Posted in Computers, programming, Software | Tagged | Leave a comment