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
Highlights
- Pro
Pinned Loading
-
-
random-data-api
random-data-api PublicThis API provides various endpoints to generate random data.
Ruby
-
sociopathic-unstable-vaccine
sociopathic-unstable-vaccine PublicA merchandise website created using TailwindCSS and Vanilla JS, showcasing a variety of unique and edgy products.
HTML
-
human_file_size
human_file_size PublicHuman File Size is a simple Gem for formatting file sizes into a human-readable format.
Ruby
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.