Max
uadjet.bsky.social
Max
@uadjet.bsky.social
JS will compile the regex literal at load-time and allow it to be reused on for operations without recompilation. Using it as a parameter would recompile the pattern on each execution. Overall not a big deal if it’s only being evaluated once, big if repeated. developer.mozilla.org/en-US/docs/W...
Regular expressions - JavaScript | MDN
Regular expressions are patterns used to match character combinations in strings. In JavaScript, regular expressions are also objects. These patterns are used with the exec() and test() methods of Reg...
developer.mozilla.org
August 29, 2025 at 11:39 AM
I’ve had no problems with DuckDB in a variety of both client (WASM) and server side usage. There are lots of queries on collocated data that actually run faster than our Redis could read from cache so we were able to remove it. No MotherDuck yet since it would need to be FedRAMP for our use cases.
June 6, 2025 at 9:39 PM
If you also want to share it with others, Evidence.dev has been nice to use.
Evidence - Business Intelligence as Code
Evidence is an open source, code-based alternative to drag-and-drop BI tools. Build polished data products with just SQL and markdown.
Evidence.dev
November 8, 2024 at 11:34 PM