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
Highlights
- Pro
Pinned Loading
-
-
frameworks-mini-project
frameworks-mini-project PublicA comprehensive collection of mini-projects built with minimalist frameworks
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.


