- 🔭 I’m currently working as Backend developer
- 🌱 I’m currently learning BPM Camunda process modeling , DDD,...
- 👯 I’m looking to collaborate on any interesting open source project
- 💬 Ask me about Spring, clean code, refactoring...
A Java 8 Spring Cloud scalable microservice demo
# Generate a passphrase
openssl rand -base64 48 > passphrase.txt
# Generate a Private Key
openssl genrsa -aes128 -passout file:passphrase.txt -out server.key 2048
_reverse_search() {
local selected_command=$(fc -rl 1 | awk '{$1="";print substr($0,2)}' | fzf)
LBUFFER=$selected_command
}