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", "TailwindCSS", "React", "Astro", "Next.js (basic)"],
"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
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
-
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.