Giter Club home page Giter Club logo

notify's Introduction

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

notify's People

Contributors

ijskoud avatar

Watchers

 avatar

notify's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): update actions/setup-node digest to 969bd26

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/test.yml
  • actions/checkout v3@2541b1294d2704b0964813337f33b291d3f8596b
  • actions/setup-node v3@2fddd8803e2f5c9604345a0b591c3020ee971a93
  • actions/checkout v3@2541b1294d2704b0964813337f33b291d3f8596b
  • actions/setup-node v3@2fddd8803e2f5c9604345a0b591c3020ee971a93
npm
package.json
  • @commitlint/cli ^17.1.2
  • @commitlint/config-angular ^17.1.0
  • @sapphire/eslint-config ^4.3.8
  • @sapphire/prettier-config ^1.4.4
  • @sapphire/ts-config ^3.3.4
  • @types/node ^16.11.58
  • @typescript-eslint/eslint-plugin ^5.36.2
  • @typescript-eslint/parser ^5.36.2
  • cross-env ^7.0.3
  • eslint ^8.23.0
  • eslint-config-prettier ^8.5.0
  • eslint-plugin-prettier ^4.2.1
  • husky ^8.0.1
  • is-ci ^3.0.1
  • lint-staged ^13.0.3
  • nodemon ^2.0.19
  • typescript ^4.8.3
  • yarn 3.2.3

  • Check this box to trigger a request for Renovate to run again on this repository

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.