Hello friends! I realized it’s been a couple weeks since my last post and decided to take a breather from my job hunting tasks. I interviewed with a great ad firm in the DC area this past week and met some really cool guys. A big shout out to Kevin, Chris and Heather for your hospitality and interest in yours truly.

I was lucky enough to put a lot of work in on jquery and ajax over the last few days. Part of my interview was an onsite code challenge where I basically had to write a url shortener like bit.ly, and incorporate ajax. Ajax lets you submit data to other urls in your app without refreshing the webpage. It’s great for submitting form data. It is still a work in progress but you can see it in my github repo at https://github.com/HamboneWilson.