Skip to content
View LichieLich's full-sized avatar

Block or report LichieLich

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

Hi there hi My name is Stas

Coding enthusiast from Russia. Currently working as a QA automation engineer and studying Ruby on Rails web development. Want to be expirienced enough to become open source contributor. Dreaming about creating some new useful tools for everyday job automation.

class Me
  class << self
    attr_reader :name, :role, :language_spoken
  end

  @name = 'Stanislav Kolkov'
  @role = 'QA automation engineer'
  @language_spoken = ['ru', 'en']
end

class About < Me
  def code_available
    { ruby: 'medium', java: 'low' }
  end

  def known_technologies
    {
      web_back: ['Rails', 'Active Record', 'Devise', 'I18n'],
      ruby_common: ['Rspec', 'Minitest', 'Rubocop'],
      fronted: ['HTML', 'CSS', 'Bootstrap', 'Slim'],
      database: ['SQLite', 'PostgreSQL', 'Oracle DB'],
      autotests: ['Selenium', 'Cucumber', 'Capybara', 'Site Prism']
    }
  end

  def hobbies
    ['Coding', 'Guitar', 'Bass', 'Snowboarding', 'Videogames', 'Martial arts']
  end

  def say_hello
    puts "Hello! My name is #{Me.name} and I'm a #{Me.role}. What I can do:"
    pp code_available, known_technologies
    puts 'What I like to do:'
    pp hobbies
  end
end

me = About.new
me.say_hello

Top Langs

📊 This week i spent my time on:

No activity tracked

LichieLich's github stats

Reach me:

e-mail lichie_lich@mail.ru

e-mail @skolkov

Just a random programming joke:

Jokes Card

Please refresh the page if the meme doesn't show up.

Pinned Loading

  1. rails-project-lvl1 rails-project-lvl1 Public

    Ruby

  2. rails-project-lvl2 rails-project-lvl2 Public

    Ruby