Add Existing Eclipse Project to Github
Go to github create new repository Copy http URL from github Go to Eclipse --> Right click on project --> Team--> share project--> Create...
Squid Docker Config
https://github.com/sameersbn/docker-squid //look at log outside container docker exec -it squid_Squid_1 tail -f /var/log/squid/access.log...
Java Analysis Escape
https://dzone.com/articles/escape-analysis Escape Analysis (EA) is a very important technique that the just-in-time Java compiler can use...
Set vs. Set<?>
https://www.programcreek.com/2013/12/raw-type-set-vs-unbounded-wildcard-set/ There are two facts about Set<?>: Item 1: Since the...
Java easy made mistakes
https://www.programcreek.com/2014/05/top-10-mistakes-java-developers-make/ This list summarizes the top 10 mistakes that Java developers...
ElasticSearch Script
Script Syntax https://www.elastic.co/guide/en/elasticsearch/painless/6.0/painless-api-reference.html#painless-api-reference-String Sample...
Install and Configure Lombok in Eclipse on Mac
https://nawaman.net/blog/2017-11-05 Download lombok.jar Lombok comes in a jar file which can be downloaded from here. Put the jar file...
Elasticsearch Sample Queries
https://dzone.com/articles/23-useful-elasticsearch-example-queries
ServiceNow Complex queries with OR and without sysparm_query
https://community.servicenow.com/community?id=community_question&sys_id=c177cb69db1cdbc01dcaf3231f9619e4 .../api/now/table/incident?syspa...
GIT: Rename a branch
https://multiplestates.wordpress.com/2015/02/05/rename-a-local-and-remote-branch-in-git/ 1. Rename your local branch. If you are on the...