0xAuwtch
0xAuwtch
First of all, thank you for this great library. But I have encountered one problem. Dat cannot populate nested json with single trip to Postgres. I have some nested structs...
Currently I have the query ```sql create index on pub.product using gin (title gin_trgm_ops); select title from pub.product where title %> 'search phrase' order by title > 'search phrase'; ```...
**Problem:** Inefficient microservice/database queries. If I need to return 100 orders with their clients, I have to make 101 requests to microservices (1 for batch of orders, 100 for their...
Linaria gives as excellent TypeScript support and component like approaches. But it surprisingly slow, Linaria increases build time from 23s up to 550s. Astroturf already have a component API, can...