Skip to content
View lukejans's full-sized avatar
coding
coding

Highlights

  • Pro

Block or report lukejans

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
lukejans/README.md
#!/usr/bin/env node

const aboutMe = {
   name: "Luke Janssen",
   bio: "A curious individual with a passion for learning",
   age: 22,
   code: ["js", "jsx", "sh", "java", "py"],
   os: "Unix-based systems",
   learning: "Cross-platform development",
   interests: ["Formula 1", "Traveling", "STEM"],
   quote: [
      "If you're going to try, go all the way. Otherwise, don't even start...",
      "Charles Bukowski"
   ],

  collaborate() {
    return `looking to collaborate using: ${this.code}`;
  }
};

Popular repositories Loading

  1. lukejans lukejans Public

  2. dotfiles dotfiles Public

    Configuration files and scripts for setting up a MacOS development environment.

    Shell

  3. zed zed Public

    Forked from zed-industries/zed

    Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

    Rust

  4. spurhacks spurhacks Public

  5. codebook codebook Public

    Forked from blopker/codebook

    Spell Checker for Code

    Rust