As software engineers, we can’t reinvent the wheel. Using external libraries is inescapable. In fact, not using them would be unprofessional. What team would develop a http service from scratch using “bare” Sockets, rather than using well tested, battle harden frameworks like Vert.x or Akka Http which were designed by experts? Sadly, this does lead ... Read more