rrd.dev
banner
rrd108.bsky.social
rrd.dev
@rrd108.bsky.social
Digital Hare Krishna monk 🙏🏻 WebDev since '98. Frontend or backend? The eternal question.
Hungary, vuejs, PHP
Pinned
I made this #nuxt users module for myself, but it might be useful for others.
PRs, issues are welcome.
nuxt-users.webmania.cc
Nuxt Users
A user authentication and authorization module for Nuxt with database support for SQLite, MySQL, and PostgreSQL
nuxt-users.webmania.cc
I have no problems with the terminal, but my favourite git tool is
@gitkraken.com

The gui is nice and the dev experience is really on the top for me.

Check out: gitkraken.cello.so/kVUfBBDsO3h
GitKraken Legendary Git Tools | GitKraken
Meet GitKraken, the creator of legendary Git tools for developers and teams - like the GitKraken Desktop, with Git GUI and CLI, Git Integration for Jira, and GitLens for VS Code.
gitkraken.cello.so
November 12, 2025 at 3:57 PM
3 hours of debugging today. 😫 The culprit? My MySQL password was simply '123' on my dev machine. The app wanted a string, read it as a number from the env var, silently failed, and defaulted to the wrong DB connection.
Sometimes even TypeScript can't save you from the wild west of env variables!
November 2, 2025 at 7:37 PM
When vibe coders use multiple agents simultaneously, they'll quickly encounter the reality of merge conflict. 💥 It's the moment the collective vibe hits a wall. #DevLife #AIagents #MergeConflict #CodingBlues
November 2, 2025 at 5:43 PM
Nuxt build settings: The neglected topic? 🤔
Nuxt & module docs are great, but the build/deployment settings often feel tricky or fragmented. It's the hidden complexity!
Am I alone, or is this documentation often hard to pin down?
What's your must-know build config hack? Drop it! 👇
#nuxt #build
October 25, 2025 at 5:24 AM
Waking up for a like from Mr Nuxt is a good day start 🤩
October 13, 2025 at 5:54 AM
Nuxt-users supports Google auth from v1.35.0
October 12, 2025 at 6:36 PM
One of the best use of AI for me is to have a helper to hunt down a malware infection on a website.
Much faster and I learn a lot.
October 6, 2025 at 5:58 PM
🎉 HUGE WIN after a grueling 1.5 days!

My nuxt-users module had a bizarre build-time bug:

Build finished, but the process hung (no CLI prompt).

The culprit: It was checking the DB connection during build time! 🤦‍♂️

The fix is released in v1.34.7. Go update now!

#Nuxt #DeveloperLife
October 4, 2025 at 3:59 PM
My Nuxt Users module is coming closer to the first stable release. Still I need some early bird feedback. Are you interested?
September 25, 2025 at 6:39 PM
Vibe coded a mini app in a day. Otherwise, it would take me a week. The code quality isn't the best, but shipping an MVP in a day is a superpower.
September 7, 2025 at 5:32 PM
I made this #nuxt users module for myself, but it might be useful for others.
PRs, issues are welcome.
nuxt-users.webmania.cc
Nuxt Users
A user authentication and authorization module for Nuxt with database support for SQLite, MySQL, and PostgreSQL
nuxt-users.webmania.cc
September 5, 2025 at 11:58 AM
Really makes me happy when seeing a new PR on my open-source project. It means someone cares enough to make it better. Thanks for the help! 🙏
August 28, 2025 at 5:31 PM
It's almost getting to the point where learning how to prompt is harder than learning how to code.
August 22, 2025 at 6:48 AM
There is some beauty in watching the AI agent strugeling with a problem and randomly trying different ideas hoping one of them would solve it.
August 18, 2025 at 3:06 PM
The problem with my netbank crawler was so frustrating. I spent 3 hours debugging it, only to find out I just needed to add a 2-second delay. The simplest solutions are always the most elusive. 🤦‍♂️
August 13, 2025 at 10:38 AM
Do you know there was a #nuxt mpc server?
mcp.nuxt.com
Thanks to @antfu.me
Add this server to your Cursor, Windsurf or other MCP client to start using the Nuxt MCP.
mcp.nuxt.com
August 11, 2025 at 4:52 PM
@danielroe.dev
can you point me again to the right direction?
yarn dev:prepare && yarn test:types no errors.
Then I change the playground's nuxt.config file, add the permissions key (now commented out), and then yarn dev:prepare && yarn test:types and voila I have many errors.
August 9, 2025 at 2:37 PM
Dear javascript, I hate fixing build issues
August 8, 2025 at 5:56 PM
Warp is the best ai tool I ever used
August 7, 2025 at 5:44 PM
The AI couldn't handle the task, so I went full psychopath and wrote the code myself. No bots were harmed in the making of this script. #codinglife #psychodevel #programmer
August 2, 2025 at 6:44 PM
#Nuxt module authors: When to bump to nuxt 4, nuxtkit 4 in the module's dependencies?
August 1, 2025 at 3:33 PM
Did you know if your AI tool fails to do a task you could still Google it?
August 1, 2025 at 4:59 AM
My new Nuxt module starting to get its shape. I am close to make it public.
July 31, 2025 at 6:36 PM
I spent an hour trying to figure out why my custom nuxt ui settings does not apply.
Then I realized app.config.ts goes to the app folder not to the root. 🫣
July 30, 2025 at 5:18 PM