Skip to content
View anjeludo's full-sized avatar

Block or report anjeludo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
anjeludo/README.md

Hi there 👋

About Me:

  • 🔭 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...

☎️ Contact Me:

Linkedin Badge Github Badge Twitter Badge

📈 My Stats:

 

Pinned Loading

  1. iotled iotled Public

    Spring Boot + Pi4j + MQTT Eclipse Paho + Raspberry Pi 3 + LED

    JavaScript 4 2

  2. bot-ahorro bot-ahorro Public

    Java 1

  3. java8-spring-cloud-microservice-demo java8-spring-cloud-microservice-demo Public

    A Java 8 Spring Cloud scalable microservice demo

    Java 1 1

  4. cheatsheet-informal-letter cheatsheet-informal-letter Public

    Cheatsheet informal letter

  5. Generate Self-Signed SSL Certificate... Generate Self-Signed SSL Certificate without prompt
    1
    # Generate a passphrase
    2
    openssl rand -base64 48 > passphrase.txt
    3
    
                  
    4
    # Generate a Private Key
    5
    openssl genrsa -aes128 -passout file:passphrase.txt -out server.key 2048
  6. _reverse_search _reverse_search
    1
    _reverse_search() {
    2
      local selected_command=$(fc -rl 1 | awk '{$1="";print substr($0,2)}' | fzf)
    3
      LBUFFER=$selected_command
    4
    }
    5