Skip to content
View lukejans's full-sized avatar

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
   __        __      
  / /  __ __/ /_____ 
 / /__/ // /  '_/ -_)
/____/\_,_/_/\_\\__/ 
   

A curious individual with a passion for learning

About me

#!/usr/bin/env node

console.log("aboutMe", {
  name: "Luke Janssen",
  age: 22,
  code: ["js", "sh", "py", "java", "ino", "html", "css"],
  os: "Unix-based systems",
  learning: "cross-platform development",
  interests: ["Formula 1", "Traveling", "STEM"],
  funFact: "I'm mostly self taught",

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

“If you're going to try, go all the way. Otherwise, don't even start...”

Charles Bukowski

Popular repositories Loading

  1. lukejans lukejans Public

  2. dotfiles dotfiles Public

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

    Shell