Live data from Hacker News

Viewing profile — doradoblank

doradoblank

HN member
Joined
Thu, Sep 30, 2021, 11:13 PM UTC
HN karma
9
Public activity
9 items

About doradoblank

No profile information was provided.

Recent public activity

  1. comment
    Comment #45705850

    Weird to me when people describe React as overly complex. The fundamentals are very easy to grok. You don't need a the more complex APIs to get going.

  2. comment
    Comment #44860091

    How do you handle state that affects multiple components? Like a filter button that affects a list table. In React you just hoist the state up and make both components dependent. I…

  3. comment
    Comment #44860006

    Web components are neat but they don't solve the problem React solves. React provides a simple mental model for managing client state, which is the one of the main challenges in fr…

  4. comment
    Comment #38722249

    NextJS is a batteries-included full-stack framework, Vite is a lot more minimal. If you're just looking to stand up a SPA frontend for your BE, I'd recommend going with Vite, or us…

  5. comment
    Comment #38305529

    "The Passenger" by Cormac McCarthy. It's an absolute delight. Nobody's working on his level.

  6. story
    How can you send email from users' email accounts?

    If you were to create a service that emailed on behalf of users, using their own personal emails, how would you go about that? Is it as simple as using a service like AWS SES, and …

  7. comment
    Comment #35833457

    Have definitely been there. And I’m still working on it, on some level. Here’s what I would’ve liked to tell my younger self. 1. Understand it takes time. There are no shortcuts to…

  8. comment
    Comment #28715130

    Totally agree. It's just a starting point, and it's not the only model. And agree that it's more helpful for those who are more junior. But I tend to think: prevalence is some meas…

  9. comment
    Comment #28712423

    Scrum is a tool, it all depends how it's used. Kind of bizarre to me that some people think there is no value in planning out work, or thinking about how long it will take, or what…