alexbezhan
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Escaping Complexity in the world of Clean Code and OOP (alexbezhan.substack.com)
- Escaping Complexity in the world of Clean Code and OOP (alexbezhan.substack.com)
- I rewrote my spreadsheet from ReactTable to Vanilla JavaScript (alexbezhan.substack.com)
- Going from React to Vanilla JavaScript (alexbezhan.substack.com)
- Zig now has HTTP server in std (github.com)
-
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…
-
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?
-
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…
-
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…
- FibJS: Based on V8, uses fibers instead of async (fibjs.org)
-
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.…