Justin Mangaoang


Project maintained by JustInTimeHero Hosted on GitHub Pages — Theme by mattgraham

print("Hello World!")

if website.owner('Justin Mangaoang'):
    print('Useful Links')
    for link in links:
        print(link)
    with open('bio.txt', 'r') as f:
       print(f.read())

Useful Links

 My github
 My linkedin
 My website project (To access, enter "Testing" for the username and "Password" for the password.)

About me

I like to work on coding projects in my spare time for any topic that interests me. I have worked on variously sized programs: from smaller projects such as a pixel image generator or scrolling text, to game mods and AI environments. I enjoy nerdy things such as video games and will sometimes incorporate them into my projects. I also get involved with communities of other developers by talking to others in a programming-specific irc and participating in hackathons.

My favorite languages to work with are Python, Java, and Lua, but I have also used JavaScript, CSS, HTML, and C++. I have written numerous projects for these languages throughout my years in college, including a parser, a polynomial calculator, a socket program, and currently the front-end for a website.