Skip to content
View lflucasferreira's full-sized avatar
🎈
Don't you want it?
🎈
Don't you want it?

Organizations

@capyba
Block or Report

Block or report lflucasferreira

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

  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

Pinned

  1. courses courses Public

    This repository contains all courses I have finished and all of those I want to take it.

  2. projects projects Public

    This repository contains all projects developed and under development by me

  3. cv cv Public

    My resume in English and Portuguese

  4. til til Public

    Today I Learned

  5. awesome awesome Public

    My Awesome Repositories List grouped by subjects

  6. learn-regex learn-regex Public

    Forked from ziishaned/learn-regex

    Learn regex the easy way