Live data from Hacker News

Viewing profile — langsa

langsa

HN member
Joined
Tue, Jun 06, 2023, 8:08 PM UTC
HN karma
33
Public activity
10 items

About langsa

No profile information was provided.

Recent public activity

  1. comment
    Comment #36974531

    where are you applying that does NOT ask these types of questions? passing one to two rounds of LC type questions before going to the on-site seems like its the standard now

  2. comment
    Comment #36374435

    I think the most important trait of any CTO is to be technical enough to understand what the best choice of tools to use is to accomplish the goals of the business you are running.…

  3. comment
    Comment #36359116

    I have been seeing this as well, it seems like the “gotcha” levels at even the early stage of interviews are at an all time high as well. A few years ago getting the “gotcha” part …

  4. comment
    Comment #36349917

    As others have said, the market right now is incredibly tough for job seekers now and especially so for junior candidates just looking to get their foot in the door. I have confide…

  5. story
    Ask HN: Transition from Web to Embedded

    I have been doing web development for about 5 years now and am at a point now where I am getting pretty bored. I'm 32 and have a degree in Electrical Engineering from a good engine…

  6. comment
    Comment #36219749

    This is an interesting use case, I could see why GraphQL would be useful here where the contract between frontend and backend modules is not known in full and can change often. Out…

  7. comment
    Comment #36219604

    I agree with you there, having GraphQL force adherence to a schema is definitely a good thing for a larger team, but smaller teams will probably get bogged down without previous ex…

  8. comment
    Comment #36219569

    Thanks for your reply, I would love to hear more about which one you prefer in general REST or GraphQL, or if you have different situations where you choose one or the other and wh…

  9. comment
    Comment #36219120

    Mostly comparing it to REST. The main turn off for me personally is it really seems like you have to reinvent the wheel to get caching to work correctly with GraphQL for non trivia…

  10. story
    Ask HN: Does Anyone Like GraphQL?

    I personally think that GraphQL is one of those technologies that has a wide gap in how useful it actually is. For smaller projects it's easy to setup, write out your schema, and g…