> Bobby Palmer

Full-Stack Software Developer

Make the computer do the hard work!

I am seeking new opportunities!

  My Resume

Resume Short Version:

After a five-year stint in the Marines right out of high school that made it possible to pay for college, I attended the University of North Carolina Wilmington, where I received my B.S. in Computer Science in May 2019. I started work at Epic Systems in Verona, WI a month later as a software developer, leaving after a year to try my hand at writing. I am currently seeking new opportunities as a software developer.

42
fetch('bobby-status.json')
43
    .then((response) => {
44
        response.json()
45
            .then((data) => {
46
                console.log(data.status);
47
            });
48
    });
49
// For those who can't view console
50
// it says "Seeking Gainful Employment"