Skip to content
View stkossman's full-sized avatar

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

I can see the hand of a master

class Developer {
  constructor() {
    this.name = "kossman";
    this.role = "Front-End Developer";
    this.skills = {
      "Backend": ["C#", "C++", "Python"],
      "Database": ["MySQL", "PostgreSQL", "MSSQL", "Firebase"],
      "Frontend": ["JavaScript", "TypeScript", "TailwindCSS", "React", "Astro"],
      "DevOps": ["Docker", "Git"],
    };
    this.learning = ["Node.js", "Express.js", "NestJS", "Prisma ORM"];
  }

  toString() {
    return `${this.name} | ${this.role}`;
  }
}

const me = new Developer();
console.log(me.toString());

Pinned Loading

  1. frameworks-mini-project frameworks-mini-project Public

    A comprehensive collection of mini-projects built with minimalist frameworks

    HTML 1

  2. abysswalker-theme abysswalker-theme Public

    A minimal, dark fantasy inspired VS Code theme

  3. soliloquy soliloquy Public

    A local-first note-taking application with the UX of a messenger.

    TypeScript