·
We publish letscodeit.dev blog posts from a separate GitHub repository. The Next.js app fetches markdown at runtime with a one-hour cache,…
GEO (generative engine optimization) is how you structure and publish content so AI chatbots and answer engines quote your pages when…
When you send a message to an LLM, you are not paying for characters or words. You pay for tokens . A token is the unit the model splits…
Postgres Changes subscriptions now support combining filters with AND, introduce new operators, and allow column selection in the payload.
These updates enable filters to span multiple columns, using a comma to separate conditions. New operators include like, ilike, is, match, imatch, and isdistinct, with the option to prefix with not.
Source: supabase.com
Finally, we can use AND for complex filtering in Postgres Changes! This was much needed.
The introduction of ilike and imatch operators is a game-changer for case-insensitive searches.
Comments