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 appreciated! Edit: I delta-encoded and…
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 :)
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 process with them back in 2019 was: 1. Tech…
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 take more than half a day to complete.…
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/
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 for Unit Tests and one that builds a…
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 appreciated! Edit: I delta-encoded and…
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 :)
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 process with them back in 2019 was: 1. Tech…
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 take more than half a day to complete.…
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/
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 for Unit Tests and one that builds a…