This file contains 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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Ludovic Valente", | |
"label": "Fullstack software engineer / Engineering Manager @SFΞIR Luxembourg", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "", | |
"url": "https://github.com/ludoo0d0a", | |
"summary": "Senior Application Developer full stack, IT architect, VueJs Trainer, team leader, Flutter developer.\n\nFocused on modern architecture around mobility and web requirements.\nI create modern apps with emergent technologies relying on efficient architecture.\n\nMain/favorite skills : NodeJs, Java, Spring, JHipster, VueJs, ElasticSearch, Android, Flutter", |
This file contains 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
VERSION=1.0 | |
[email protected] | |
echo "Creating an SSH key for you..." | |
ssh-keygen -t rsa -b 4096 -C "$EMAIL" | |
echo "Please add this public key to Github \n" | |
echo "https://github.com/account/ssh \n" | |
read -p "Press [Enter] key after this..." |
This file contains 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
#!/bin/bash | |
# | |
# Flutter upgrade from a fresh install | |
# version : 1.0 | |
# Can be used in case of androidX migration. | |
# ios, Android specific configruation are not copied ; use a git merge after execution | |
# | |
# Copy this file in /usr/local/bin/ and call it from root source of an existing flutter project. | |
# It requires : jq, xq and yq installation |
This file contains 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
# Use this to quickly create a git repo in a Mac Finder folder | |
# | |
# You need to create an Automator service: | |
# - Open Automator, choose to create a new Service | |
# - At the top, select Service receives selected "Folders" in "Finder" | |
# - From the list at the left, choose Library/Utilities, then drag the | |
# Run Shell Script action to the workarea | |
# - Paste the script below into the script area | |
# - Make sure you set the 'Pass input:' selection to "as arguments" | |
# - Save the service with an easy to find name, I used "Git Clone Here" |
This file contains 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
# How to oget an icon to easily open folder into IntelliJ from MacOs Finder | |
Use tools made with Automator (better, faster, stronger...) : | |
https://github.com/ludoo0d0a/open-in-buttons-for-finder-toolbar | |
:) | |
# Here is the old deprecated way : | |
(Multiple finder or multiple idea projects works badly) |
This file contains 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
// ==UserScript== | |
// @name Bpmn Viewer | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Show a source Bpmn as a diagram | |
// @author LudoO | |
// @match https://github.com/*.bpmn | |
// @require https://unpkg.com/[email protected]/dist/jquery.js | |
// @require https://unpkg.com/[email protected]/dist/bpmn-viewer.development.js | |
// @grant GM_xmlhttpRequest |
This file contains 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
git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done |
This file contains 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
version: "2.2" | |
services: | |
elasticsearch: | |
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.0.0 | |
container_name: elasticsearch | |
environment: | |
- cluster.name=docker-cluster | |
- bootstrap.memory_lock=true | |
- "ES_JAVA_OPTS=-Xms512m -Xmx512m" | |
ulimits: |
This file contains 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
# | |
# Macos keyboard shortcuts | |
# | |
[ => Shift + Alt + ( | |
] => Shift + Alt + ) | |
} +> Alt + ) | |
{ => Alt + ( | |
| => Shift + Alt + L | |
\ => Shift + Alt + / | |
~ => Alt + n |
This file contains 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
Impossible de faire la mise à jour Synology DSM: | |
Message d'erreur: | |
Capacité insuffisante pour la mise à jour. La partition système requiert au moins 400 Mo | |
Solution: | |
Se connecter en ssh au nas: | |
```bash | |
sudo du -d 3 -xm / | |
ou (pour obtenir les 10 plus gros répertoires) |
NewerOlder