Giter Club home page Giter Club logo

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 #29 in snowcrystals/eslint-config
  2. 🎉 Merged PR #67 in ijsKoud/automations
  3. 🎉 Merged PR #105 in ijsKoud/PaperPlane-docs
  4. 🎉 Merged PR #29 in ijsKoud/automations
  5. 🎉 Merged PR #183 in ijsKoud/adventofcode
  6. 🎉 Merged PR #15 in ijsKoud/automations
  7. 🎉 Merged PR #154 in snowcrystals/template
  8. 🎉 Merged PR #9 in ijsKoud/automations
  9. 🎉 Merged PR #276 in ijsKoud/ijsblokje
  10. 🎉 Merged PR #160 in snowcrystals/iglo

Daan Klarenbeek's Projects

rps-game icon rps-game

A Rock Paper Scissors game created with JS, HTML and CSS. It is just as the last one a useless project. I created it when I was bored lol

stereo-website icon stereo-website

Open source website for the Discord bot Stereo (I wasn't able to add it to the team because Vercel)

uitje icon uitje

Easily calculate what other people owe you 🧮

website icon website

✨ My portfolio built with Next.js, Tailwind and TypeScript. Hosted on Vercel.

whoami icon whoami

✨ My next generation portfolio built with NextJS, Kinde and Prisma.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.