Skip to content
View sjnprjl's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report sjnprjl

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
sjnprjl/README.md

Goedendag!

class Person {
  constructor({ name, skills, social }) {
    this.name = name;
    this.skills = skills;
    this.social = social;
  }
}
const person = new Person({
  name: 'Sujan Parajuli 😼',
  skills: ['javascript', 'typescript', 'python', 'java'],
  social: {
    linkedin: '/sujnprj',
    facebook: '/sujn.prj',
  },
});

gobrhhhhhhh

Stats!!

mah stats

Most used languages of mine.

Langs

Pinned Loading

  1. dotfiles dotfiles Public

    Lua 7 3

  2. url-shortener-api url-shortener-api Public

    Not perfect.

    JavaScript 1

  3. auth-based-todo-nestjs auth-based-todo-nestjs Public

    TypeScript

  4. nestjs-blog-app nestjs-blog-app Public

    TypeScript

  5. nestjs-stripe nestjs-stripe Public

    TypeScript 11 2

  6. maze-generation-visualizer maze-generation-visualizer Public

    JavaScript