• 1 Post
  • 10 Comments
Joined 2 months ago
cake
Cake day: September 30th, 2025

help-circle










  • it wasn’t funny in any way, but JSHITBOSS “microservice” (it was a jboss service with one microservice inside, in a kubernetes pod, with only one core, tell me about redundancy). Service classes with over 2000 lines of code, it shouldn’t even be called spaghetti code, more like lasagna code, the pasta came in layers, separation of concerns was a mere suggestion, code was not thread safe (and it needed to be), but there was only 40 Ejbs for each “stateless” service inside de EAR, so number go up, code goes better.

    I refactored it, it’s now in the glorious quarkus 3.27, on virtual threads and java 21, not hyperbole, but 5x more throughput and you don’t need 7 phds in italian cousine.

    Edit: I also saw, in Angular, the infamous:

    if (variable === true || variable === 'true' || variable === "true") {