Skip to content

This is the readme file for my profile, I also store files here that I use for most of my projects such as config.json files

Notifications You must be signed in to change notification settings

ijsKoud/ijsKoud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

welcome banner image

export class Human {
  public readonly name = "Daan Klarenbeek";
  public readonly username = "ijsKoud";

  public readonly web = "https://ijskoud.dev/";
  public readonly linkedIn = "https://ijskoud.dev/linkedin";

  public position = "student";
  public readonly age: number;

  public constructor(age: number = 17) {
    this.age = age;
  }

  public get stack(): Record<string, string[]> {
    return {
      languages: ["JavaScript", "TypeScript", "Python"],
      database: ["PostgreSQL", "Mongo DB", "Redis"],
      frontend: ["ReactJS", "NextJS", "Tailwind CSS", "HTML", "CSS"],
      backend: ["NodeJS", "ExpressJS", "TRPC"],
      devops: ["Docker", "Linux"],
      misc: ["Prisma", "firebase", "turborepo"]
    }
  }
}

🔥 Github Stats

  1. 🎉 Merged PR #512 in ijsKoud/PaperPlane
  2. 🎉 Merged PR #538 in ijsKoud/PaperPlane
  3. 🎉 Merged PR #183 in ijsKoud/adventofcode
  4. 🎉 Merged PR #15 in ijsKoud/automations
  5. 🎉 Merged PR #154 in snowcrystals/template
  6. 🎉 Merged PR #9 in ijsKoud/automations
  7. 🎉 Merged PR #276 in ijsKoud/ijsblokje
  8. 🎉 Merged PR #160 in snowcrystals/iglo
  9. 🎉 Merged PR #15 in snowcrystals/eslint-config
  10. 🎉 Merged PR #140 in snowcrystals/docs

About

This is the readme file for my profile, I also store files here that I use for most of my projects such as config.json files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published