Skip to content

jjjpanda/jjjpanda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 

Repository files navigation

galaxy

let j = {
    interests: [
        "software", 
        "investing", //Sometimes πŸ“ˆ and sometimes πŸ“‰
        "poker", //haha investing and poker? yes. 
        "music production" 
    ],
    degrees: [
        {
            school: "Stevens Institute of Technology",
            type: "Master of Science",
            major: "Financial Engineering",
            certificate: "Algorithmic Trading Strategies"
        },
        {
            school: "Stevens Institute of Technology",
            type: "Bachelor of Engineering",
            major: "Software Engineering",
            minor: "Computer Science"
        }
    ],
    website: "https://www.jthepanda.com/" //click the galaxy
}

Oh, I almost forgot:

j.languages = [...arrayOfProgrammingLanguages].sort(compareByProficiency).splice(0, 6)

console.log(j.languages)
> ["JavaScript", "Python", "R", "C#", "Java", "C++"]
>

✨🌌 Live for the aesthetics; die for the clout. 🌌✨

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published