Skip to content
View stkossman's full-sized avatar
  • Ukraine, Zviahel
  • 21:34 (UTC +02:00)

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

610

About Me

class Developer
  def initialize
    @name = "kossman"
    @role = "Front-End Developer"
    @skills = {
      "Backend" => ["C#", "C++", "Ruby", "Ruby on Rails", "Python"], # not really into it, but still
      "Database" => ["MySQL", "PostgreSQL", "MSSQL"],
      "Frontend" => ["JavaScript", "TypeScript", "TailwindCSS", "React", "Astro"],
      "DevOps" => ["Docker", "Git"],
    }
    @learning = ["Node.js", "Express", "MongoDB"]
    @passion = "im dead inside"
  end

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

me = Developer.new
puts me

Pinned Loading

  1. kossman-portfolio kossman-portfolio Public

    JavaScript

  2. frameworks-mini-project frameworks-mini-project Public

    A comprehensive collection of mini-projects built with minimalist frameworks

    HTML