Live data from Hacker News

Viewing profile — alpinelogic

alpinelogic

HN member
Joined
Sun, Jan 29, 2023, 2:41 PM UTC
HN karma
28
Public activity
6 items

About alpinelogic

No profile information was provided.

Recent public activity

  1. comment
    Comment #39299771

    Hey, I tackled phrase matching in my toy project here: https://github.com/vasilionjea/lofi-dx/blob/main/test/search... I think I tested it thoroughly but any feedback would be appr…

  2. comment
    Comment #39299693

    For an inverted index with JavaScript/Typescript, here is my implementation: https://github.com/vasilionjea/lofi-dx It was a fun little project but definitely way more than 80 LOC …

  3. comment
    Comment #35767943

    I worked at one of the companies in your list and will tell you from experience that they've moved on from the old and tried process for many types of interviews. My technical proc…

  4. comment
    Comment #35696191

    Very on point and I can truly relate to all of this. I'm so frustrated by the whole process that I've started to decline live coding interviews and any take-home exercises that tak…

  5. comment
    Comment #34834049

    I'll just leave this here for the ones who have convinced themselves that react is the winner (whatever that means): https://andy-bell.co.uk/the-extremely-loud-minority/

  6. comment
    Comment #34568594

    I don't think spinning up a docker image through a Github Action is possible or if that makes sense for CI/CD but here is an example repo with Node [1]. There are two actions, one …