Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
alexbezhan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
alexbezhan
2mo ago
I find the need for type systems is less important now. and thats me saying this after 15 years of coding in Java, Scala, Kotlin, Typescript. Now I am using Elixir and incredibly surprised by how little I need static types. They are useful,
2.
▲
by
alexbezhan
4mo ago
There is a book, called "The Price of Tomorrow". Talking about this specific problem. TLDR: Inflation
3.
▲
by
alexbezhan
4mo ago
Its possible to appeal if you have a legit channel. My mom actually got demonetized accidentally. She managed to appeal and successfully got it fixed by Youtube.
4.
▲
by
alexbezhan
1y ago
MDN is the best. I use only standard web features and it’s a blessing to have MDN. Thank you for your hard work.
5.
▲
by
alexbezhan
3y ago
People build much worse houses now, from aesthetic perspective. No matter where I go, I usually prefer to live in a city center because that's where the most pleasing houses are. We forgot how to build nice houses. Sad.
6.
▲
by
alexbezhan
3y ago
It's a toy language. A toy.
7.
▲
Escaping Complexity in the world of Clean Code and OOP
(alexbezhan.substack.com)
1 points
by
alexbezhan
3y ago
|
0 comments
8.
▲
Escaping Complexity in the world of Clean Code and OOP
(alexbezhan.substack.com)
1 points
by
alexbezhan
3y ago
|
0 comments
9.
▲
by
alexbezhan
3y ago
Code folding is still not supported. It's a dealbreaker for me https://github.com/lapce/lapce/issues/749
10.
▲
by
alexbezhan
3y ago
I manually signup users. They leave their email on the website, I then go and create user in Auth0 and send them invitation. Planning to change this flow now before going public.
11.
▲
by
alexbezhan
3y ago
I’m a founder of a company, and I hire managers. It depends on the person skill set, and not the title. The business still needs middle management, but they are cutting the weakest people. It just turns out that a lot of middle managers are
12.
▲
by
alexbezhan
3y ago
Great web app, great UX. What did you use for user registration and confirmatino email? Auth0?
13.
▲
by
alexbezhan
3y ago
I'm using SQLite as my main database. Is it a bad idea to build queues on top of SQLite?
14.
▲
by
alexbezhan
3y ago
CRM from scratch - https://www.youtube.com/watch?v=l4QjeBEkNLc (Shameless plug)
15.
▲
by
alexbezhan
3y ago
I write top-to-bottom code almost always. And prefer not to have separate functions if I don't need them. Here is the real example I'm building CRM https://www.youtube.com/watch?v=l4QjeBEkNLc
16.
▲
by
alexbezhan
3y ago
I’m hiring my first Full Stack Web programmer to the team. The app is called AMS Pilot. It’s a spreadsheet interface specifically designed for Amazon PPC (pay-per-click). PPC managers use it as their daily driver. It lets the users perform
17.
▲
I rewrote my spreadsheet from ReactTable to Vanilla JavaScript
(alexbezhan.substack.com)
2 points
by
alexbezhan
3y ago
|
0 comments
18.
▲
by
alexbezhan
3y ago
Author here. I've used React Table for this, which has like 20k+ stars on Github. It's slow. Imagine you want to edit a cell in a spreadsheet with 40k rows. You MUST create a new array, otherwise React won't update the DOM.
19.
▲
by
alexbezhan
3y ago
Author here. JSX makes it easy to do easy things. Building DOM is not a hard problem at all. Yes, it's more tedius with Vanilla DOM. But that's not a hard problem. Hard problem is making it fast, reliable and predictable.
20.
▲
Going from React to Vanilla JavaScript
(alexbezhan.substack.com)
43 points
by
alexbezhan
3y ago
|
35 comments
21.
▲
by
alexbezhan
3y ago
My bad, try now
22.
▲
by
alexbezhan
3y ago
Looking for Nodejs developer: - Experience in Nodejs backend/full-stack 2+ years - Experience in software development 7+ years - Experience with Worker threads is a must - Experience with PM2 is a must About the project: SaaS web appli
23.
▲
Zig now has HTTP server in std
(github.com)
5 points
by
alexbezhan
3y ago
|
0 comments
24.
▲
by
alexbezhan
3y ago
Move slow and keep things as usual.
25.
▲
by
alexbezhan
3y ago
What if I do sqlite backup with cron and then sync the backup?
26.
▲
by
alexbezhan
3y ago
Found relevant discussion here https://forum.syncthing.net/t/bahaviour-of-st-on-sqlite-file...
27.
▲
by
alexbezhan
3y ago
Can I use it to backup SQLite? Like an alternative to Litestream? Are there any negative implications for doing this?
28.
▲
by
alexbezhan
3y ago
What app are you developing with it?
29.
▲
by
alexbezhan
3y ago
I don't need Javascript runtime semantics. I just want to use Typescript.
30.
▲
Ask HN: Looking for advanced spreadsheet JavaScript library?
2 points
by
alexbezhan
3y ago
|
0 comments
More ›