
Julien Ripouteau
@julien_rpt
Followers
1K
Following
2K
Media
78
Statuses
491
π«π· freelance dev - @adonisframework core member
France
Joined February 2016
some feedback please π
π£ Just published an RFC on end-to-end type-safety. It proposes a first-class developer experience with types that flow seamlessly from backend to frontend. Dive in, share feedback, and help shape the future β https://t.co/Ily1CgpZdV
0
0
5
Tuyau users, curious to hear your thoughts If we remove the chainable URL API, eg : - tuyau.users({ id }).posts.$get() and go only with named routes, would that annoy you? means you will need to name every route and use something like : - tuyau.request('my.route', { id: 3 })
2
2
10
Also super grateful to the @LighthouseOne_ team for their financial support in bringing Facteur to life Goated team (and product, btw) π
0
1
8
As a reminder: Facteur is coming with @adonisframework v7, but will works anywhere, with any stack. Even the API routes can plug into any HTTP framework Having notifications in your app will be soon super easy just pnpm install, a bit of config and you are good to go π¬
2
0
13
π¬ Facteur (notification lib, works with any JS Stack) is shaping up quickly built this with 0 backend logic, literally 0 lines Facteur handles: - Mail, Webpush, SMS, In-App - Real-time notifs - Complex user preferences, multi-tenancy - API routes + frontend SDK - A lot more π§
7
14
105
(everything is updated in real time) cool part: UI is fully decoupled from BullMQ so the day we have an "official" package in @adonisframework , we will of course re-use it planning to drop a pre-release version really soon
1
0
8
hope you guys are ready because with the goated @LighthouseOne_ team we started working on a pretty dashboard for the Jobs package still a bit early but I think we already have more features than most BullMQ dashboards and still got tons of ideas to make it even better
5
3
27
LFG, let's build something awesome π€ ( since y'all keep struggling to set up grafana π«΅π«΅ )
Another news π₯ I talked to @julien_rpt, and we are partnering to build the first monitoring tool for AdonisJS. Julien will lead it. We will keep it simple, and the first release will target development environment only. Later, we will make it a production-ready self-hosted
2
1
24
π The AdonisJS 7 roadmap is live! Standalone Lucid, better Inertia support, type-safe URLs, built-in notifications, diagnostics, encryption, and more. Check out whatβs coming next, and tell us what you think!
14
28
166
Made with amazing tools : @threejs β¨ @tan_stack query + router π§ @pmndrs drei + R3F π» and, of course, @adonisframework !
0
1
8
I would love to see what you come up with !! Feel free to share your creations directly from the site. just log in with Github and hit Publish π€
1
0
3
- Under the hood, Voxshade calls your JS function for every voxel in a 3D grid - Your function gets the voxelβs position (x, y, z), and a time value for animation - Just return a color, and a voxel appears at that spot. Simple, but opens up a lot of possibilities
2
0
3
New tiny fun project : Voxshade π§ Concept is simple : create funny 3D voxel shapes using JS code in a web-based editor just write a JS function that returns a color for each (x, y, z) voxel. Also can be animated https://t.co/WtRruTHNof
voxshade.julr.dev
Create 3D voxel art in your browser using JavaScript. Write code, shape colorful cubes, explore patterns, and share creations with the community.
1
3
23
best news since the beginning of the year everyone was like "this is impossible, nobody will ever do it, we're doomed" myself included but they actually did it. this is sooo awesome π€―π€―π€―
Today we're thrilled to announce our effort to port the TypeScript compiler and language service to native code, gaining a 10x speed boost in build times and editor responsiveness! https://t.co/zxTchNDMwD
0
3
16
this is sooo fuckin impressive dude unlocked a new level of nerdism
2
0
9
Just dropped bentocache 1.2.0 with experimental tagging support !! never been easier to invalidate your cache entries π±
1
4
34
one funny thing i've noticed while doing a bit of optimization is how slow it is to create getters this PR replaces some getters with standard functions and has almost doubled performance in some cases https://t.co/LTj3QxFsKR
github.com
Deleted the getters usage in the CacheEntryOptions file. Looks like getters are super slow. Just removing them almost doubled the performance in some cases. Before : βββββββββββ¬ββββββββββββββββββββ...
0
0
8