Live data from Hacker News

Viewing profile — xab9

xab9

HN member
Joined
Fri, Oct 27, 2017, 6:07 AM UTC
HN karma
427
Public activity
239 items

About xab9

No profile information was provided.

Recent public activity

  1. comment
    Comment #18308267

    The article says bind as a negative point - I perefer the new non-bound class method syntax: ``` private handleClick = (event) => {} ``` By "mental lazyness" I mean that people (as…

  2. comment
    Comment #18307031

    I "don't actually understand why people like Typescript", or lemonade, or skiing, or eating fish. I know why I like it, including static typing, and how I can find a balance with u…

  3. comment
    Comment #18307009

    I'm focusing on classes, because it seems to me that to "React" classes are a necessary evil (or they are treating them like they were). Hooks, suspense, context wormholes - I'm no…

  4. comment
    Comment #18306990

    I know, but lately during frontend interviews I was surprised how many times I met with "I'm a developer I can do anything" type interviewers - some of them were dotnet, others wer…

  5. comment
    Comment #18304545

    Maybe newish coders should learn the language they are using. And of course there is typescript (and a gazillion of languages that can be transpiled to js these days), which synerg…

  6. comment
    Comment #18304533

    According to the article yes, the issue is "what is a class": "You have to understand how this works in JavaScript, which is very different from how it works in most languages. You…

  7. comment
    Comment #18292060

    I worked last time on a large scale project with full waterfall and heck, it was good. I knew what to do, when to do it, team lead had great domain knowledge and was a nice guy etc…

  8. comment
    Comment #18290055

    Many "web apps" are just a bunch of forms, crud operations and occasionally static pages for eula, privacy policy, faq and other knick-knacks.

  9. comment
    Comment #18290040

    Oh Dan, my experiences are that eight companies out of ten are using react for _anything_. There were times when javascript === jquery. Nowdays javascript === react.

  10. comment
    Comment #18272531

    Isn't this a click-baitish title? I would say that this is a configuration issue and not "exactly" a vulnerability and basically get off my lawn. Reading blueimp's and larry's comm…

  11. comment
    Comment #18264518

    Heavens, I thought the fire was an allegory or a worst case scenario. Looking at the artsy enterior I feel an existential dread thinking about being trapped in that place with flam…

  12. comment
    Comment #18219671

    That' true. But wherever I look, projects and people bought into this idea that if it's good enough for Facebook (or Google in the case of Angular) then going with react+redux is a…

  13. comment
  14. comment
    Comment #18218245

    Thank you! I've been thinking of writing a cli helper to generate the boilerplate, but that would be specific to the project I'm working on. I really loved working with angular-cli…

  15. comment
    Comment #18218226

    isn't ngrx the popular store implementation for angular projects?

  16. comment
    Comment #18218118

    I would just love to work with mobx, coming from vue, the project is already big enough and a rewrite is not an option in this stage. Are people using redux and mobx together?

  17. comment
    Comment #18217680

    Well, typescript is nice. But. The amount of boilerplate I write with redux is downright annoying, add typescript to the mix and the interfaces, typedefinitions, enums, various sca…

  18. comment
    Comment #18206594

    I still think that facebook can be tremendously useful, even if I unfollowed everyone and have zero posts (mostly to see events, access facebook-homepages, let people find my email…

  19. comment
    Comment #18200681

    The Dig comes to my mind from 1995.

  20. comment
    Comment #18199449

    All of it. Let it burn. It's time for a culling anyway, the videos, the stupid clickbaits, the malware infested ad servers, the hysteria around adblockers, the secretly sponsored a…

  21. comment
    Comment #18165664

    Can you recommend a tsx-friendly linter and its setting? The sites I worked with never followed this rule and whenever I tried to bring it up, it was too late to refactor things (a…

  22. comment
    Comment #18164519

    Afaik the render part is purely dynamic and the advocated style of creating closures with fat arrows to avoid scope binding (which is essentially the same if done in the render sec…

  23. comment
    Comment #18164379

    Just unfollow 'em all. You have to spend half an hour clicking through your list of "friends" (or fans or whatever these relationships are called these days) or write fifteen lines…

  24. comment
    Comment #18164363

    Every man is an island in the world of microservices. Look, my microservice is clean and nice and has a 100% test coverage, I couldn't care less if you can't communicate with it fr…

  25. comment
    Comment #18164344

    Microservices are the cure for cancer.