Skip to content

lflucasferreira/lflucasferreira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 

Repository files navigation

  Hey, Lucas here!

Quality Assurance Engineer, looking forward to be a QA Leader!



Performance


Languages over All Time

Coding Time

Total time coded since Nov 18 2019


Lucas's GitHub Activity Graph


Top Repositories


CodeSandBox DEV Hashnode LinkedIn Medium StackOverFlow Twitter


AboutMe.rb

class About < Me
  def current_workplace
    {
      company: 'Questrade Finantial Group',
      position: 'Senior QA Engineer',
      country: 'Brazil'
    }.freeze
  end
  
  def programming
    %w[JavaScript Ruby Python Java]
  end
  
  def testing
    {
      javascript: ["Cypress", "Postman", "Jest"],
      ruby: [
        "Cucumber", "RSpec", "Capybara", "SitePrism", "Nokogiri", 
        "Faker", "FactoryBot", "HTTParty", "RestClient", "Appium"
      ],
      java: ["Rest Arrured"],
      cli: ["SSH", "cURL", "Newman", "HTTPie"]
    }
  end
  
  def devops
    %w[Docker Jenkins Travis Git SonarQube RabbitMQ]
  
  def databases
    %w[MongoDB Redis MSSQL MySQL PostgreSQL Oracle]
  end
end

Releases

No releases published

Packages

No packages published