Click here to Skip to main content
15,860,859 members
Articles / Database Development

A Coder Interview With Vanessa Hurst

,
Rate me:
Please Sign up or sign in to vote.
4.94/5 (19 votes)
8 Aug 2012CPOL4 min read 33.3K   11   10
Welcome to our continuing series of Code Project interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Vanessa Hurst, founder of Developers for Good, co-founder of Girl Develop It!, and a consultant and advisor to startu

Welcome to our continuing series of Code Project interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Vanessa Hurst, founder of Developers for Good, co-founder of Girl Develop It!, and a consultant and advisor to startups.

Who are you?

I'm Vanessa Hurst and I live in New York City, where I do freelance data and analytics development. I'm also starting a company to help people express more meaningful gratitude online.

What do you do?

At Paperless Post, I've worked on a range of projects from devops to infrastructure to data architecture, performance tuning, and web analytics.

I love learning about people through data - what they like, what they struggle to find, where they spend a lot of time, etc. Google Analytics is a great free tool, and if you know your regexes, you can use Advanced Segments to find out just about anything about user behavior on a site.

Postgres is also great for analytics queries - one of my favorite features for queries on the fly is the generate series function.

I founded and run Developers for Good, a meetup of technologists who use their skills to further social missions, and co-founded Girl Develop It to teach software development in judgment-free environments. I also do some Rails and Postgres development and advise Ohours, an awesome way to meet interesting people for face-to-face conversations.

What is your development environment?

I use a 13 MacBook Pro and generally 1–2 external monitors, especially if I'm doing data ETL or analysis. I'm currently experimenting with a standing desk I fashioned from a dresser. I used it for two days and thought my legs were going to fall off, so I'm taking it slower now and only standing half a day at a time until I adjust.

I'm a huge fan of Postgres, and Ruby and Rails are my go-to for web applications, but I also really like Python.

I generally use the terminal and TextMate, though I'm gradually picking up more VIM commands and would love to ditch the IDE all together at some point!

For Postgres, I like the free, open source PgAdmin (the team that maintains it is also great!).

What new tools, languages or frameworks interest you?

I've focused heavily on back-end development and data, so now I'm really interested in D3.js and some of the other visualization toolkits coming out - it's nice to easily go those extra steps to make your data digestible with a cool visualization. I also love PostGIS, but haven't any big projects that require it yet.

What is your coding pet peeve?

My pet peeve is when people write code that overwrites or deletes data, usually without thinking of how the application will behave over time and how that data could be used. Or when data migrations are not re-runnable or not reversible. Data's too important to just change on the fly and assume you'll get it perfectly right!

I wish table names were singular, but I've consented to the plural convention in Rails because I can only fight a few religious wars a day and this one's just not as important as fighting for more FOSS (free & open source software), for example.

How did you get started programming?

I didn't really know what a computer programmer was until college, and then as a first year biomedical engineer, I had to take a required CS 101 class that was taught in Java. I immediately loved that programming is powerful for creating efficiencies and saving people time through automation. Now I love it for efficiency, and even more for furthering causes I believe in through web technology.

How has the developer community influenced your coding?

Over time I've grown more and more in love with the principles of open source code and the developer community. I think we're a model for helping people learn, collaborate on important projects remotely and across different cultures, and for constantly pushing the envelope to make our tools and our lives better.

I wish there were more women and big-picture thinkers in the dev community (vs. tinkerers, who I love, but of which I think there are plenty). I think the way to make that happen is to be vocal about how our programming impacts people and communities, not just celebrating the technology itself.

What advice would you offer to an up-and-coming programmer?

Programming is 99% determination, and use your skills to help people!

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer CodeProject Solutions
Canada Canada
The CodeProject team have been writing software, building communities, and hosting CodeProject.com for over 20 years. We are passionate about helping developers share knowledge, learn new skills, and connect. We believe everyone can code, and every contribution, no matter how small, helps.

The CodeProject team is currently focussing on CodeProject.AI Server, a stand-alone, self-hosted server that provides AI inferencing services on any platform for any language. Learn AI by jumping in the deep end with us: codeproject.com/AI.
This is a Organisation

4 members

Written By
Database Developer Paperless Post
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralMy vote of 5 Pin
b1054374815-Aug-12 10:42
b1054374815-Aug-12 10:42 
GeneralMy vote of 5 Pin
JeanMichelG13-Aug-12 1:00
JeanMichelG13-Aug-12 1:00 
GeneralMy vote of 5 Pin
Ilka Guigova9-Aug-12 13:34
Ilka Guigova9-Aug-12 13:34 
QuestionSad but true Pin
Pete O'Hanlon9-Aug-12 1:35
subeditorPete O'Hanlon9-Aug-12 1:35 
AnswerRe: Sad but true Pin
Christian Graus9-Aug-12 9:59
protectorChristian Graus9-Aug-12 9:59 
Questionjust a smart remark... Pin
alinnemet9-Aug-12 0:50
alinnemet9-Aug-12 0:50 
AnswerRe: just a smart remark... Pin
Chris Maunder9-Aug-12 3:26
cofounderChris Maunder9-Aug-12 3:26 
GeneralRe: just a smart remark... Pin
alinnemet9-Aug-12 3:45
alinnemet9-Aug-12 3:45 
QuestionGreat Interview Pin
Daniel Vaughan8-Aug-12 21:56
Daniel Vaughan8-Aug-12 21:56 
GeneralMy vote of 5 Pin
Wendelius8-Aug-12 6:41
mentorWendelius8-Aug-12 6:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.