Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
spheroidmethod
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
spheroidmethod
5y ago
I once worked on a reasonably complex e-commerce system with millions of products, add-to-cart, taxes, promo codes, etc. Every so often, an order total changed between the time that the user saw the total on the confirmation screen and when
2.
▲
by
spheroidmethod
5y ago
I do appreciate the structural parity that this has with Laravel's Eloquent ORM models--that is, a class to represent a specific database resource. It makes API requests feel like a close analogue to that Laravel-esque functionality. T
3.
▲
by
spheroidmethod
5y ago
The tooltip example sounds neat, but that approach will run into problems when your tooltips need to appear near the edges of the viewport. Libraries like popper.js (no affiliation) exist to solve this specific problem.