Snippet Bash Get link Facebook Twitter Pinterest Email Other Apps October 29, 2016 With snippet Bash, you can free your mind Read more
Adding Custom Jar as Maven Dependency Get link Facebook Twitter Pinterest Email Other Apps October 28, 2016 Using maven in a Java project is good. But sometimes, you use a handmake custom jar, your library used that has a bug and you make a quick fix, ... and they are not exist on public maven repository. Here some solutions Read more
Tomcat Leverage Browser Caching Get link Facebook Twitter Pinterest Email Other Apps September 20, 2016 Enable tomcat cache filter ( ExpiresFilter ) in you application server can improve performance by reducing network load for some resources. Read more