Skip to content
View volodymyrkatkalov's full-sized avatar
🧙‍♂️
What goes around comes around
🧙‍♂️
What goes around comes around
  • Sofia, Bulgaria

Block or report volodymyrkatkalov

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

Hello there 👋

#!/usr/bin/env ruby

class SoftwareEngineer
  attr_reader :name, :role, :languages, :email
  
  def initialize
    @name = "Volodymyr Katkalov"
    @role = "Software Engineer"
    @languages = ["en_US", "bg_BG", "zh_CN"]
    @email = "[email protected]"
  end

  def say_hi
    puts "Thanks for dropping by, hope you find some of my work interesting."
    puts "In case you want to contact me feel free to drop me a line to #{self.email}"
  end
end

me = SoftwareEngineer.new
me.say_hi

🔧 Technologies & Tools

Popular repositories Loading

  1. volodymyrkatkalov volodymyrkatkalov Public

    Config files for my GitHub profile.

  2. os-autoinst-distri-opensuse os-autoinst-distri-opensuse Public

    Forked from os-autoinst/os-autoinst-distri-opensuse

    os-autoinst test cases for openSUSE

    Perl