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 #105 in ijsKoud/PaperPlane-docs
  2. πŸŽ‰ Merged PR #29 in ijsKoud/automations
  3. πŸŽ‰ Merged PR #512 in ijsKoud/PaperPlane
  4. πŸŽ‰ Merged PR #538 in ijsKoud/PaperPlane
  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

api icon api

The code behind the API for various projects

dh-assistant icon dh-assistant

[DEPRECATED] CHECK LINK BELOW FOR UPDATED REPO. The open-source multi-purpose Discord bot for Draavo's Hangout written in TypeScript.

dh-dashboard icon dh-dashboard

Dashboard for the open-source multi-purpose Discord bot for Draavo's Hangout written in TypeScript.

discoblox icon discoblox

Discord RPC for ROBLOX using the Presence API.

discord-bot-python icon discord-bot-python

Welcome to spaghetti code world. A repo with spaghetti code, written in Python.

discord-giveaways icon discord-giveaways

A giveaway handler for Discord.js v13.x.x. Create giveaways with ease using @daangamesdg/discord-giveaways

dotfiles icon dotfiles

πŸ“ My ~/.dotfiles for Ubuntu & Windows

gitcord icon gitcord

πŸͺCustom GitHub embeds for Discord

holiday-countdown icon holiday-countdown

An useless (or not if you live in the Netherlands: Province Noord-Holland) holiday countdown timer I created when I was bored.

ijsblokje icon ijsblokje

Co-pilot for GitHub operations ✈️

ijskoud icon ijskoud

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

logger icon logger

A simple logger you can use to log stuff in the console

memory icon memory

Don't forget, do instead 🧠

modmail-bot icon modmail-bot

The only modmail-bot you need to improve communication in your discord server. Easy to use, requires little permissions, database usage (ticket store) and customisable

monorepo icon monorepo

Monorepo template for big projects πŸ—οΈ

paperplane icon paperplane

An open-source customisable solution to storing files in the cloud. ✈️

pentagon icon pentagon

Every corner of your server amused & secured.

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.