Viewing profile — alpinelogic
alpinelogic
HN member- Joined
- Sun, Jan 29, 2023, 2:41 PM UTC
- HN karma
- 28
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About alpinelogic
No profile information was provided.
Recent public activity
-
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…
-
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 …
-
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…
-
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…
-
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/
-
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 …