Live data from Hacker News

Viewing profile — alexkoeh

alexkoeh

HN member
Joined
Mon, Oct 12, 2015, 4:45 PM UTC
HN karma
10
Public activity
10 items

About alexkoeh

No profile information was provided.

Recent public activity

  1. comment
    Comment #37162063

    Congrats on the launch! We looked into barcode scanning with webassembly about 2 years ago, and the open source libraries weren't great. Really glad to see that webassembly can wor…

  2. comment
    Comment #30333660

    Not OP but glad you mentioned this. We're starting to look at internal tooling libraries and this looks really interesting.

  3. comment
    Comment #30260200

    This is art

  4. comment
    Comment #27592774

    This is awesome. As our userbase grows I've been wondering how to best address this problem. When we have a migration that requires more than 500 batch writes, we first got around …

  5. comment
    Comment #21596138

    Is it possible for Cmd+P to work when you don't have the Debugger tab in focus? That one of the few things I miss from Chrome dev tools. Performance-wise it's been running great fo…

  6. comment
    Comment #17979213

    Redux the library is not "state management for react". It's more of a concept that gives you a predictable structure around how state changes over time. I think what you're thinkin…

  7. comment
    Comment #16106348

    Reading about the architecture of that chip (3 core, PowerPC) I am amazed at how smooth GTA V could run on it.

  8. comment
    Comment #15915283

    I've heard more and more about prettier, but I can't figure out how it's much different from eslint. What are the advantages?

  9. comment
    Comment #15066785

    Along with that, generators (redux-saga) are amazingly simple to test.

  10. comment
    Comment #15065409

    Our team had the same thoughts on react-router. I'd suggest checking out https://github.com/kriasoft/universal-router . It uses the HTML5 History Library ( https://github.com/React…