Spring Boot Done Right: Lessons from a 400-Module Codebase
1–10 of 100 posts
Re: Spring Boot Done Right: Lessons from a 400-Module Codebase
#2Re: Spring Boot Done Right: Lessons from a 400-Module Codebase
#3Re: Spring Boot Done Right: Lessons from a 400-Module Codebase
#4Hacker news likes to dunk on Spring Boot, but its usage in enterprises is very very high.
Re: Spring Boot Done Right: Lessons from a 400-Module Codebase
#5Just rewrote it in Go. Now we are using a server which consumes 30% of ram what the existing one used to and the latency and throughput have all improved.
Don't use these stupid java backend like sprinboot.
Re: Spring Boot Done Right: Lessons from a 400-Module Codebase
#6Hacker news likes to dunk on Spring Boot, but its usage in enterprises is very very high.
it saves a lot of reinventing the wheel
Now read up on all the dozen of annotations. But yeah, we did not want to "re-invent the wheel".
Re: Spring Boot Done Right: Lessons from a 400-Module Codebase
#7Hacker news likes to dunk on Spring Boot, but its usage in enterprises is very very high.
Re: Spring Boot Done Right: Lessons from a 400-Module Codebase
#8Re: Spring Boot Done Right: Lessons from a 400-Module Codebase
#9Hacker news likes to dunk on Spring Boot, but its usage in enterprises is very very high.
Usage being high doesn't say anything about quality or suitability of a product specially in enterprise settings.
Re: Spring Boot Done Right: Lessons from a 400-Module Codebase
#10I recently inherited java code base. Just rewrote it in Go. Now we are using a server which consumes 30% of ram what the existing one used to and the latency and throughput have all improved. Don't use these stupid java backend like sprinboot.
Just rewrite it in X doesn't "just work" for complex systems. It ignores risk, and the fact that design usually matters more than language.