All Posts
-
Nginx Guide Nginx (pronounced "engine-ex") is a fast, efficient web server that handles lots of concurrent connections without eating your RAM. It's used for serving sites, routing traffic,...
read article -
Configure Hibernate with DataSource Proxy Why Use a DataSource Proxy? The Hibernate user guide recommends using a DataSource proxy instead of default logging frameworks like Log4j or Logback. While...
read article