security How to communicate via HTTPS between two Tomcat servers using a self-signed certificate TL;DR There is no need to pay for an SSL certificate in order to communicate two applications through a REST API over HTTPS. You just need to know a few things about Java keytool and a little bit of setup to make it work! Why? REST APIs have become
ruby Ruby On Pains Have you ever heard about the Rails way? I would like to introduce some pains that I've seen and keep seeing in all the Rails projects due to the Rails way... ActiveRecord How many times do we need to find an object in a Rails project? How many