Performance with Rust-y Node addons
April 25, 2023
The Postgres Experience You Always Wanted — “What a different support experience Crunchy is. Every support ticket is valuable. We’re encouraged to ask questions. We’re able to do so much more working with a partner who cares as much about data as we do.” Rob Sullivan, CareRev. Crunchy Bridge |
???? As an aside, if you’re a Postgres user, Postgres Weekly is our sister Postgres-focused newsletter 🙂 |
GitHub Introduces npm Package Provenance — As stewards of the official npm registry, GitHub is keen to improve its security. Now, if you build npm packages through GitHub Actions, you can publish the provenance of your package which gives users a way to verify which repo a package was built from (and how). DeHamer and Harrison (GitHub) |
How Postgres Triggers Can Simplify Your Backend Development — A trigger is a special type of function that automatically executes in response to a specific database event, such as a table insertion, deletion, or update, which allows you to offload certain logic to the database itself. The Mythical Engineer |
???? Code & Tools |
SuperTest: HTTP Assertions Made Easy — Got an HTTP API to test? SuperTest provides a fluent API for chaining together requests and expectations. Uses superagent behind the scenes and works with HTTP/2 too. TJ Holowaychuk et al. |
QUICK RELEASES: |
|