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

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

views open source caffinated

About me

#!/usr/bin/env node

const aboutMe = (() => {
  return {
    name: 'Luke Janssen',
    age: 22,
    code: ['js', 'sh', 'py', 'java', 'ino', 'html', 'css'],
    os: 'Unix-based systems',
    learning: 'cross-platform development',
    funFact: "I'm mostly all self taught",

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

console.log(aboutMe);

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

Charles Bukowski

Popular repositories Loading

  1. shoelace shoelace Public

    Forked from shoelace-style/shoelace

    A collection of professionally designed, every day UI components built on Web standards. SHOELACE IS BECOMING WEB AWESOME 👇👇👇

    TypeScript

  2. lukejans lukejans Public

  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