Skip to content

Instantly share code, notes, and snippets.

View islomar's full-sized avatar

Isidro López islomar

View GitHub Profile
* 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
@islomar
islomar / JVM-troubleshooting.md
Last active October 16, 2020 20:35
Java Virtual Machine Troubleshooting (2018)
# 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

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.
@islomar
islomar / vim+tmate.md
Last active February 14, 2024 11:44
Tmate and vim cheatsheet
@islomar
islomar / sublime-shortcuts
Created January 14, 2015 14:05
Sublime shortcuts
Ctl + P: search files
Ctl + Shift + F: search text in files
@islomar
islomar / mongodb-commands
Created January 13, 2015 22:46
MongoDB commands
/etc/mongod.conf
mongod --shutdown
/data/db
@islomar
islomar / unix-commands.md
Last active June 10, 2019 07:57
Unix commands

Linux hints and tricks

  • Create shortcut in Ubuntu-Gnome Alacarte

Memory: number of slots and maximum RAM that could be installed

sudo dmidecode -t 16 dmidecode -t memory >> show memory slots

watch free -m >> shows free memory

@islomar
islomar / git
Last active May 9, 2017 15:11
Git commands and bash
#Great tips
http://firstaidgit.io/#/
#Display all unpushed commits
git log origin/master..HEAD
#GitHub emoji
http://www.emoji-cheat-sheet.com/
#Git flow