Live data from Hacker News

Viewing profile — TechpinesMary

TechpinesMary

HN member
Joined
Thu, Apr 04, 2013, 10:43 PM UTC
HN karma
2
Public activity
13 items

About TechpinesMary

Just a girl in a javascript world. womp womp womp.

Recent public activity

  1. story
    Show HN: Automated HTML5 Testing

    My company recently launched a new QA service: Automated HTML5 Testing. The idea is very simple: For $2k, we'll custom write an automated test for your entire application stack. Yo…

  2. comment
    Comment #6472359

    I used to get terrible dreams at night for a while, and it significantly hindered my productivity and energy during the day because I was not getting good sleep at night. For me, I…

  3. comment
    Comment #6471667

    We're actively looking for test writers at the moment, but we also throw consideration to every dev resume that comes our way for our consulting projects. I'm not familiar with Beh…

  4. comment
    Comment #6470169

    My answer to the main question here is related to yours, since your a testing fanatic ;) My company does web dev and consulting, but we struggled with how to manage long-term suppo…

  5. story
    Experience with equity sharing for talent?

    I read an article in Bloomberg Businessweek about investment firms that send/provide engineers and talent instead of cash in exchange for equity. I've never thought of or heard of …

  6. comment
    Comment #6412321

    Chrome all the time.

  7. comment
    Comment #6399645

    Or, companies could do user tests, functional testing, etc. This service is pretty affordable: http://html5testing.co/

  8. comment
    Comment #6396344

    Sounds like the other company is doing the hard work of marketing for you. Be thankful! Now you can focus your time on feature development, and if you come up with something good, …

  9. comment
    Comment #5739697

    Try offering to guest blog or, even better, get someone good to guest blog for your blog. Do this by leaving comments on blog articles you like, following those bloggers, engaging …

  10. comment
    Comment #5739646

    I used http://www.codecademy.com/#!/exercises/0 to learn Javascript and I found it very easy to use and progress. The only thing I was lacking was the ability to apply what I was l…

  11. comment
    Comment #5495889

    Certainly realtime stuff for dynamic data. Instead of trying to predict "what" will come next, you should be asking: what are the commonalities? what will stay the same? what can y…

  12. comment
    Comment #5495820

    I understand exactly where you are coming from. I learned a lot of basics from codecademy.com, and their modules have come a long way. However, no matter which way you try to learn…

  13. comment
    Comment #5495785

    The best way is to add functions to the prototype. Also, here's a good article: http://www.phpied.com/3-ways-to-define-a-javascript-class/