How I implemented Multithreading and reduced my API time from 4s to <100ms
An elaboration to a very basic problem I'd encountered

Search for a command to run...
An elaboration to a very basic problem I'd encountered

Note before starting If you're not comfortable enough with Spring Boot or the basics of the same, I'd suggest you go through my previous blog which gets you started on Spring Boot: https://prathamkrishna.hashnode.dev/the-guide-to-your-first-spring-bo...
Before we start off, what is Spring and why Spring? Spring is a Java framework mainly used to build web applications on the server-side 😄 What do we aim at building today? A simple web app's API that will deal with the incoming requests and send a r...
Hey everyone! We've all been on dating apps sometime or the other and we've had our experiences. How is this app any different? Repository Links React Native app: https://github.com/Prathamkrishna/datingapp Back end Spring app: https://github.com/Pra...
