-
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
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.
- We love our profession. We work hard to build the best product and the best team that any SaaS company could have.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
By Poonam Parhar
Interesting tools
- JConsole
- Oracle Java Mission Control
- Plugin JOverflow for Java Mission Control
- VisualVM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* `php --ini` | |
* Find your php.ini file | |
* `php -m` | |
* See your modules | |
* Code coverage | |
* You need XDebug. | |
* You can check it with `php --ri xdebug` | |
* Check if the module appears with `php -m` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ctrl + Shift + B: run script | |
Ctrl + \ : toggle tree view |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Ctrl+m: toggle tree view | |
* Ctrl+\: split vertical | |
* Ctrl+`: integrated terminal |
- First of all: do "pair or mob problem solving" :-)
- https://swagger.io/
- It belongs to SmartBear (SoapUI creators)
- Swager 2.x = OpenAPI 3.x
- Open Source tools
- Swagger Editor
- Swagger UI
- Swagger Codegen
- SwaggerHub: