Skip to content

Instantly share code, notes, and snippets.

View islomar's full-sized avatar

Isidro López islomar

View GitHub Profile
@islomar
islomar / vim+tmate.md
Last active February 14, 2024 11:44
Tmate and vim cheatsheet

Agile Software Developer (Infrastructure)

Madrid, Community of Madrid, Spain · Product

Description

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.

Engineering Team Culture

  • We love our profession. We work hard to build the best product and the best team that any SaaS company could have.
# 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
@islomar
islomar / JVM-troubleshooting.md
Last active October 16, 2020 20:35
Java Virtual Machine Troubleshooting (2018)
* 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
* `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`
Ctrl + Shift + B: run script
Ctrl + \ : toggle tree view
@islomar
islomar / vscode-cheat-sheet
Last active May 1, 2018 15:19
VSCode cheat sheet
* Ctrl+m: toggle tree view
* Ctrl+\: split vertical
* Ctrl+`: integrated terminal
@islomar
islomar / incident-resolution.md
Last active March 19, 2020 12:13
Troubleshooting : incident resolution cheat sheet
@islomar
islomar / swagger.md
Last active October 26, 2018 09:04
Notes about Swagger