By Poonam Parhar
Interesting tools
- JConsole
- Oracle Java Mission Control
- Plugin JOverflow for Java Mission Control
- VisualVM
* http://m.telemadrid.es/noticias/madrid/noticia/los-viajeros-de-metro-podran-denunciar-incidencias-de-limpieza-desde-su-movi | |
* https://www.youtube.com/playlist?list=PL2wurDYvQhAikRnMamX1cPY5rSziIpKtM |
By Poonam Parhar
Interesting tools
# Java 8 and 9 notes | |
## Java 8 | |
* In Java 1.8, parameters and local variables are final by default, you don't need to write it. | |
* Interfaces get static and default methods. | |
* Migrating to Java 8: | |
* https://www.jetbrains.com/help/idea/migrating-to-java-8.html | |
* https://javaspecialists.teachable.com/p/refactoring2j8 | |
Madrid, Community of Madrid, Spain · Product
We are looking for a Software Developer with experience in infrastructure and architecture to join our dynamic Tech Team, based in Madrid (Spain). As a software developer you will be part of a collaborative effort in continuously delivering business value for our product and customers, with special emphasis in traversal/infrastructure services.
We are a SaaS company that believes in simplicity. We work to change the way people feel and make video advertising, aiming to make it as simple as clicking a button.
Key bindings: http://manpages.ubuntu.com/manpages/xenial/man1/tmate.1.html
Config examples: https://github.com/sappo/dotfiles/blob/master/.tmux.conf
Ctl-b + " >> split top-bottom
Ctl-b + % >> split left-right
Ctl + P: search files | |
Ctl + Shift + F: search text in files |
/etc/mongod.conf | |
mongod --shutdown | |
/data/db |
#Great tips | |
http://firstaidgit.io/#/ | |
#Display all unpushed commits | |
git log origin/master..HEAD | |
#GitHub emoji | |
http://www.emoji-cheat-sheet.com/ | |
#Git flow |