Skip to content
View stkossman's full-sized avatar
  • Ukraine, Zviahel
  • 08:05 - 3h ahead

Highlights

  • Pro

Block or report stkossman

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

sky

呪われた

About Me

class Developer
  def initialize
    @name = "kossman"
    @role = "Full-Stack Developer"
    @skills = {
      "Backend" => ["C#", "C++", "Ruby", "Ruby on Rails", "Python"],
      "Database" => ["MySQL", "PostgreSQL", "MSSQL"],
      "Frontend" => ["HTML/CSS", "JavaScript", "TailwindCSS", "React (basic)", "Nuxt (basic)"],
      "DevOps" => ["Docker", "Git", "Ubuntu (WSL)"],
    }
    @passion = "im dead inside"

    @language = "Ruby"
    @relic = true if File.exist?("Gemfile.lock")

    # They laughed at my syntax.
    # Until they saw what I did with 3 lines.
  end

  def to_s
    "#{@name} | #{@role}"
  end
end

me = Developer.new
puts me

My Inventory

csharp logo cpp logo html logo css logo tailwind logo react logo nuxt logo python logo git logo mysql logo docker logo ruby logo rails logo

The Abyss Watches

stats graph languages graph

Pinned Loading

  1. kossman-portfolio Public

    JavaScript

  2. random-data-api Public

    This API provides various endpoints to generate random data.

    Ruby

  3. sociopathic-unstable-vaccine Public

    A merchandise website created using TailwindCSS and Vanilla JS, showcasing a variety of unique and edgy products.

    HTML

  4. human_file_size Public

    Human File Size is a simple Gem for formatting file sizes into a human-readable format.

    Ruby