About Me

NYC Based Programmer

David Ullauri Profile

I grew up in Tampa, Florida and now live in Brooklyn, New York. I study Computer Science at Hunter College, and am a self taught web developer. I have a passion for building, creating, and finding simple solutions for complex problems. If I'm not coding I'm usually exercising or playing guitar.

The languages I'm comfortable with include Java, Python, C++, HTML, CSS, Javascript, and PHP

If you need a website I can create a static site using html and css but if you need something more dynamic I have experience creating sites in Wordpress, and using liquid for Shopify or Jekyll.

"We live in the kind of society where, in almost all cases, hard work is rewarded." - Neil deGrasse Tyson

// Work ethic
if (!tired()) {
    keepCoding();
} else {
    drinkCoffee();
}