Live data from Hacker News

Viewing profile — mtschopp

mtschopp

HN member
Joined
Mon, Apr 20, 2015, 8:07 AM UTC
HN karma
132
Public activity
33 items

About mtschopp

Python Dev located in Zurich, Switzerland.

Recent public activity

  1. comment
    Comment #29567663

    Could it be related to a Log4j issue?

  2. comment
    Comment #29567538

    CircleCI has problems downloading npm packages either

  3. comment
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #10171533

    It's because jQuery is a library on top of JavaScript. That makes it slower than native JavaScript. If you don't need to support very old browsers you can easy go without jQuery. H…

  22. comment
    Comment #10069868

    A bit of both. With React we now have a much nicer code structure, because it forces us to think in components. We have a JS file and an SCSS file for each component. Before we ren…

  23. comment
    Comment #10069588

    You cannot really compare a React project with a non-React project if it is done by different people. We use React since four months, and we develop faster compared to before, when…

  24. comment
    Comment #10069021

    That's right, Flux is not that easy to understand. We use Reflux for the sake of it's simplicity. Here is a good comparison of Flux and Reflux: https://www.amberbit.com/blog/2015/7…

  25. comment
    Comment #10068776

    Why is React only for the enthusiasts? Big corps like Netflix and Atlassian use it in production.