We have got a beautiful addition (Async local storage) in the framework core by @targos89
This allows you to access the current request HTTP context from anywhere in your codebase (terms & conditions apply π)
(1/2) π
New release, new website, and new documentation...
More than 3000 commits have been done across ~30 repositories since the first day of the preview... We are so happy to release AdonisJS 5 officially today!
βΆ docs.adonisjs.com/releases/oβ¦
Just have to get this page live, then we will press the release button on Wednesday ( 5th of May )
First time ever, I can come up with a definitive release date π
To make your PRs easily reviewable, separate each thing you do into a separate commit. Example:
1. Running a new code-formatter on a previously unformatted file -> commit
2. Fix that bug -> commit
3. Refactor -> commit
The reviewers will thank you #DEVCommunity#webdev
That's why it's so depressing to hear the term "full stack" be used as a derogative. Or an impossible mission. That we HAVE to be a scattered band of frontend vs backend vs services vs whatever group of specialists to do cool shit. Absolutely fucking not.
One of the great things about @adonisframework is the ease of installation. All you need is Node (like with most backend frameworks, including non-JS ones), type `npm init adonis-ts-app <your-app>`, and follow instructions. No VMs, language managers, or installers needed. π