Compare commits

...

5 Commits

Author SHA1 Message Date
Ryan Myrvold
e5ceb0ad66 Merge 02ac219d13 into 1cf08a9c6d 2024-11-26 04:54:43 +00:00
Sindre Sorhus
1cf08a9c6d Meta tweaks 2024-11-21 16:26:11 +07:00
Ryan Myrvold
02ac219d13 Merge branch 'sindresorhus:main' into main 2024-10-22 00:40:06 -04:00
Ryan Myrvold
b9ba536db9 Merge remote-tracking branch 'upstream/main' 2024-10-17 16:10:16 -04:00
Ryan Myrvold
7253b78be9 Added https://github.com/RyanMyrvold/Performance-Decorators
A collection of TypeScript decorators for performance optimization, including execution time logging, memory usage monitoring, and more.
2024-10-15 02:46:37 -04:00

View File

@@ -17,11 +17,6 @@
<sup>Special thanks to:</sup>
<br>
<br>
<a href="https://standardresume.co/tech">
<img src="https://sindresorhus.com/assets/thanks/standard-resume-logo.svg" width="160"/>
</a>
<br>
<br>
<a href="https://workos.com/?utm_campaign=github_repo&utm_medium=referral&utm_content=awesome-nodejs&utm_source=github">
<div>
<img src="https://sindresorhus.com/assets/thanks/workos-logo-white-bg.svg" width="200" alt="WorkOS">
@@ -75,6 +70,17 @@
</a>
<br>
<br>
<a href="https://nitric.io/?utm_campaign=github_repo&utm_medium=referral&utm_content=sindresorhus&utm_source=github">
<div>
<img width="230" src="https://sindresorhus.com/assets/thanks/nitric-logo.svg" alt="nitric logo">
</div>
<b>Effortless backends with infrastructure from code</b>
<div>
<sup>An open-source framework that supports any programming language, cloud provider, or deployment automation tool.</sup>
</div>
</a>
<br>
<br>
<br>
</p>
<hr>
@@ -286,6 +292,7 @@
- [swagger-stats](https://github.com/slanatech/swagger-stats) - Trace API calls and monitor API performance, health, and usage metrics.
- [NiM](https://github.com/june07/nim) - Manages DevTools debugging workflow.
- [dats](https://github.com/immobiliare/dats) - Minimalistic and zero-dependencies [StatsD](https://github.com/statsd/statsd) client.
- [Performance Decorators](https://github.com/RyanMyrvold/Performance-Decorators) - A collection of TypeScript decorators for performance optimization, including execution time logging, memory usage monitoring, and more.
### Logging