Live data from Hacker News

Viewing profile — gordonzhu

gordonzhu

HN member
Joined
Mon, May 02, 2011, 5:52 AM UTC
HN karma
284
Public activity
57 items

About gordonzhu

founder @ watchandcode.com

Recent public activity

  1. comment
    Comment #46194560

    Just a guess, but Buffett would often host undergrad and grad students at his home. https://www.nasdaq.com/articles/warren-buffett-hosts-15-whar...

  2. comment
  3. story
  4. comment
    Comment #42476281

    I was going to say this as well. If you haven't done competitive interviews, it's easy to underestimate how much prep / skill is required.

  5. comment
    Comment #41725429

    I've been making algorithms videos that highlight how one could discover various solutions from first principles. Example: https://youtu.be/54yUPn3M0ds?si=IcKpUW8NO1rqiO4S I find i…

  6. comment
    Comment #40110564

    21 I was interning at a small startup and made some financial models in Excel (using functions like index and match together). At the time, I told a programmer at the company that …

  7. comment
    Comment #12371341

    Did you try reading the ui-router docs? https://github.com/angular-ui/ui-router/blob/master/README.m... The "Nested States & Views" section of the README links to a full working de…

  8. comment
    Comment #11312554

    Thanks for the perspective. This is why I encourage all developers to take some time to teach new people. The "everyone knows this obviously" attitude goes away very quickly if you…

  9. comment
    Comment #11312432

    Nowhere did I tell people to write an entire app in the style of hide and vote like you're implying. In my comparisons I mention a lot of choices people might make, like Angular vs…

  10. comment
    Comment #11310375

    [I made the video] I don't think this is ironic at all. When I mentioned "framework of the week hype" in my initial comment ( https://news.ycombinator.com/item?id=11308043 ), I was…

  11. comment
    Comment #11308254

    When you try to vote it will ask you to log in.

  12. comment
    Comment #11308177

    YES! totally agree For a subset of us, framework authors, open source contributors, etc. It's very useful to keep up to date on the latest trends. For example, the Angular team has…

  13. comment
    Comment #11308161

    The video mentions this was a dummy account created just for this video.

  14. comment
    Comment #11308114

    Without JS, return false from the vote function wouldn't happen, so I guess clicking upvote would follow node.href, which would send the vote to the server. It would work anyway, t…

  15. comment
    Comment #11308043

    What's most fascinating to me about this isn't the simplicity, it's that this code has lived for so long with almost no changes. It's a great counter-example to all the recent arti…

  16. comment
    Comment #11284906

    Here are clickable links since I couldn't get them to work in the text post. Download to the thesis as a PDF: https://github.com/karma-runner/karma/raw/master/thesis.pdf The Karma …

  17. story
    The master's thesis that led to the Karma Test Runner for JavaScript

    Came across this as I was going through Karma's documentation. It's Vojta's thesis that led to the development of Karma. https://github.com/karma-runner/karma/raw/master/thesis.pdf…

  18. comment
    Comment #11108007

    I just posted the first four videos to a new course I’m working on. It’s called Firebase Foundations. A lot of my Angular students loved using Firebase as they went through my Angu…

  19. story
  20. comment
    Comment #10948215

    I created a video course that addresses the exact problem you're describing and shows you how to build a full multi-page app backed by a database (but it's for Angular rather than …

  21. comment
    Comment #10803555

    Based on code4startup this is a copy. https://twitter.com/Code4Startup/status/678340473614761984 What's weird is the founder/ceo of codeupstart used to work for code4startup.

  22. comment
    Comment #9957628

    I'm working on a draft blog post that talks about how I went from undergrad business school to tech (I'm currently the founder of watchandcode.com). Would be happy to share it with…

  23. comment
    Comment #9861593

    The concept behind directives like ng-click is actually pretty simple underneath. The Angular parser will go through the elements in the DOM and look for attributes it knows about …

  24. comment
    Comment #9749998

    iObject actually does not sound malevolent at all. Quite the opposite actually. Reminds me of http://somebodyapp.com/

  25. comment
    Comment #9737022

    The Annotated Version of Eloquent JS (this was mentioned in the article) is similar except the annotations are for a book rather than a library. https://watchandcode.com/courses/el…