Julien Ripouteau's Avatar

Julien Ripouteau

@julr.dev.bsky.social

french freelance dev - @adonisjs.com core member

112 Followers  |  56 Following  |  5 Posts  |  Joined: 05.11.2024  |  1.6712

Latest posts by julr.dev on Bluesky

Preview
Cache Cache data to improve the performance of your application

We just released the '@adonisjs/cache' package! 🍱

It brings a powerful caching layer to AdonisJS, making it easy to store and retrieve data efficiently.

Check out the documentation and give it a try!

▢️ docs.adonisjs.com/guides/diggi...

02.02.2025 12:02 β€” πŸ‘ 34    πŸ” 9    πŸ’¬ 2    πŸ“Œ 1

also, a ready-to-use Grafana dashboard and an article explaining how I set up my monitoring stack for my applications are coming soon !

30.11.2024 17:27 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

i fully rewrote the package for AdonisJS 6 with this new "collectors" system

this keeps things clean and makes it super easy to extend with your custom collectors or those contributed by other package maintainers

30.11.2024 17:27 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

adonisjs-prometheus is now available for AdonisJS 6!

it's never been easier to monitor your AdonisJS app: just add this config file, and you’ll collect tons of insights: slowest requests, error-prone routes, req/s, cache hit/miss, slowest queries etc...

πŸ”— github.com/Julien-R44/a...

30.11.2024 17:27 β€” πŸ‘ 7    πŸ” 3    πŸ’¬ 1    πŸ“Œ 0
Preview
Always prefer `return await` over `return` when returning a promise Β· Issue #737 Β· goldbergyoni/nodebestpractices Because of how fast async stacktraces are implemented in v8 since Node 12 if promise would be returned from async function without been awaited, and then the promise would be rejected, the created ...

As a side note: I would recommend the opposite of `no-return-await`. Always use `return await` instead

See: github.com/goldbergyoni...

Rule from typescript-eslint: typescript-eslint.io/rules/return...

TLDR: Improves stack trace and is as fast as directly returning the promise

27.11.2024 16:15 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
ViteJS website showcasing all frameworks that use it, with AdonisJS featured among them

ViteJS website showcasing all frameworks that use it, with AdonisJS featured among them

@vite.dev is the default asset bundler in every AdonisJS app.

Not only does it bundle your frontend assets, but its API also enables server-side rendering of your #InertiaJS codebase, making your app even more powerful.

We're excited to be featured on their website today! πŸ™Œ

11.11.2024 14:26 β€” πŸ‘ 43    πŸ” 5    πŸ’¬ 1    πŸ“Œ 1

so this is the place to be? yo Bluesky

05.11.2024 23:07 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@julr.dev is following 20 prominent accounts