rsschool-cv

MY CV

INITIALS

photo of me


CONTACTS


ABOUT

Hello my name is Andrew. I’m from Belarus, Minsk. Study at College Business and Law at the Faculty of Information Technology Software. My strengths: communication, perseverance. I want to become a Full Stack developer in a bundle of Ruby + JavaScript.


SKILLS


CODE EXAMPLES

Ruby. Regex validate PIN code 7kyu

def validate_pin(pin)
  if pin.length == 4 && pin =~ /^[0-9] * $/
    true
  elsif pin.length == 6 && pin =~ /^[0-9] * $/
    true
  elsif pin =~ /^[a-z] * $/ || pin.empty
    false
  else 
    false
  end
end

Ruby. Basic Mathematical Operations 8kyu

def basic_op(operator, value1, value2)
  if operator == '+'
    value1 + value2
  elsif operator == '-'
    value1 - value2
  elsif operator == '*'
    value1 * value2
  elsif operator == '/'
    value1 / value2
  end
end

WORK EXPERIENCE


EDUCATION


ENGLISH LANGUAGE