alexbezhan

↗ HN profile [ 76.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Going from React to Vanilla JavaScript (alexbezhan.substack.com)
  2. The features I'm looking for: - Column resize - Column reorder - Column filters (like in excel) - Lazy rows with infinite scroll (not loading the full spreadsheet at once, but only few hundreds of rows) - Ability to…

  3. Typescript lets me write the complex logic, but the Node concurrency model being single-threaded is very limited. So ideally I would want to have Typescript running in Golang. Is there such a possibility?

  4. We are looking for a tool that would help us pland and make sure we are on the right track for PPC metrics: advertising budget, conversion rate, cost per click,etc. It may not be specifically designed for PPC, it's okay…

  5. I'm planning on introducing e2e test in my startup. My success criteria is high ROI. Meaning creating, running and debugging tests is fast and easy and the tests are not flaky. I understand that those criterias can be…

  6. Production best practices to make NodeJS run reliably in production. I looked around and there is only newbie level courses, like installing on Heroku, etc. I'm looking for some real-world hardcore professional stuff.…