xameyz
xameyz.bsky.social
xameyz
@xameyz.bsky.social
dev
working on medical softwares
https://xamey.xyz
Rails 8 introduced an authentication generator, which is cool, but it's only related to cookies-based sessions.

If you're building Rails apps and want to authenticate users with Bearer tokens (as a pure API for example), here's a ready-to-start-with project : github.com/xamey/rails-...
GitHub - xamey/rails-with-jwt: A Rails 8.0.2 starter app with Bearer JWT
A Rails 8.0.2 starter app with Bearer JWT. Contribute to xamey/rails-with-jwt development by creating an account on GitHub.
github.com
June 4, 2025 at 3:40 PM
New blog post, some thoughts on an ideal web app architecture.

xamey.xyz/post/?sha=b7...
Xamey
Senior Software Developer
xamey.xyz
May 31, 2025 at 8:39 PM
Reposted by xameyz
A new blogpost related to the previous one, adding some debugging possibilities by linking events between them, subsequently linking ActiveRecords created through events handling together.

@lukaszreszke.bsky.social @andrzejkrzywda.bsky.social eager to hear ur feedback :)

xamey.xyz/post/?sha=58...
January 29, 2025 at 9:24 AM
Reposted by xameyz
do people not know anything anymore?

"china is gonna steal my info with deepseek R1"

uhhh, no

curl -fsSL ollama.com/install.sh | sh
ollama serve
ollama run deepseek-r1:671b

congratulations you now host deepseek r1 on your own

either rent a server or use you pc
January 28, 2025 at 7:16 AM
Reposted by xameyz
Beyond this bit being passed around, which is worth sharing for the main points, do click through and read the whole thing. It's worth it. harpers.org/archive/1941...
January 25, 2025 at 5:49 AM
just published a new blog post about Rails Event Store and how you can easily integrate it in a new or existing app

from ActiveRecord callbacks to a pub sub system!

xamey.xyz/post/?sha=2c...

@lukaszreszke.bsky.social @andrzejkrzywda.bsky.social
Xamey
Senior Software Developer
xamey.xyz
January 15, 2025 at 2:04 PM
Reposted by xameyz
Here is the code for my universal version of react-scan:

github.com/NullVoxPo...

Copy it / install it in to any
- Svelte
- Angular
- Ember
- React
- Lit
- Preact
- Solid
- etc

App, and see what unneeded work might be being done!
(Or see all the hidden work you're managing and forgot about!)
December 4, 2024 at 3:06 PM
Added my first article on my new so-called portfolio website : xamey.xyz

eager to hear some feedbacks about this app as I tried to design it sober and readable
Xamey
Senior Software Developer
xamey.xyz
November 27, 2024 at 9:19 AM
Rails 8 added a blueprint to scaffold an auth system, and this is great!
I propose to add `JWT token` and/or `render` options, as the only option is to use cookies AND redirections.
Check my proposal: discuss.rubyonrails.org/t/proposal-a...
November 19, 2024 at 4:42 PM
humans saw this but felt the need to code with Java EE
November 17, 2024 at 4:41 PM
Reposted by xameyz
Just published a quick writeup of impl work I've been doing lately for Polaris.

TL;DR

- Top-level `renderComponent` API
- Runtime template compiler (for REPLs)
- Component inspector fixes for GJS
- `this.#private` syntax
- hash and array literal syntax
Polaris: What I'm Working On
I've been spending my time doing a lot of long-overdue work on Ember, Glimmer and the Handlebars parser. I figured I'd post a quick list of the work.
buff.ly
October 28, 2024 at 11:14 PM
Don't understand a tech? Craft it!
November 16, 2024 at 8:30 AM
just tried @astro.build + @react.dev for the frontend and @elysiajs.com for the backend with bun, all of them scaffold in minutes with @bolt.new

the dev future is quite different but bright, this is exciting. will work on a tool on top of bolt to generate projects
November 15, 2024 at 9:15 AM
Reposted by xameyz
Want to learn more about EmberJS?

don't want to bother a human?

Here is a ChatGPT for *you*

chatgpt.com/g/g-NlX2...
November 12, 2024 at 3:11 PM
When I want to quickly scaffold a project, I use @bolt.new free tier to begin on a solid base, then I iterate on the project using Cursor. The gain of time is impressive and it's difficult to go back.
It works with most of the main frameworks.
November 14, 2024 at 7:09 AM