Skip to content
View GiovaniFSO's full-sized avatar

Block or report GiovaniFSO

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
giovanifso/README.md

Hello world 🌎

I'm Giovani Fernandes 👋


Giovani-HTML Giovani-CSS Giovani-Js Giovani-Bootstrap Giovani-React Giovani-Ruby Giovani-Js Giovani-Linux Giovani-Docker Giovani-Postgresql Giovani-Oracle Giovani-Sqlserver

Pinned Loading

  1. find_my_beer_api find_my_beer_api Public

    Ruby 2

  2. find_my_beer_web find_my_beer_web Public

    JavaScript 1

  3. Encrypt and Decrypt using Openssl Ruby Encrypt and Decrypt using Openssl Ruby
    1
    require 'openssl'
    2
    
                  
    3
    class CryptoService
    4
    
                  
    5
        def encrypt(data,key)
  4. Connection with Active Directory to ... Connection with Active Directory to get a list of users where has name and last name and a search of user from sAMAccountName
    1
    require 'net/ldap'
    2
    
                  
    3
    class LdapService
    4
    
                  
    5
        def con