Chia sẻ milestone: mình vừa publish gói npm đầu tiên – một layer RBAC nhẹ cho Convex, giúp tập trung logic phân quyền. Qua quá trình học được cách publish npm, cấu trúc dự án cho người khác, viết docs rõ ràng và nhiều quyết định nhỏ trong open‑source. Cảm giác chuyển từ “build projects” sang “build tools for others”. Các bạn có kinh nghiệm gì khi đăng tải package đầu tiên? #opensource #npm #convex #RBAC #developer #mãnguồn #pháttriển

https://www.reddit.com/r/opensource/comments/1qpp4or/my_first

I tried switching from custom validations to Zod in my #Convex React Hook Form tiny example, and all solutions went up in complexity (I did manually check them, obviously they can be clean up, but even after that the solutions with Zod are harder).

ずんだもんに『先輩のクソコードのせいで本番が燃えてるのだ!』と毎朝叫ばれる目覚ましアプリを作った
https://qiita.com/alclimb/items/e303cf655373992f61f4?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #Nuxt #Gemini #VOICEVOX #convex

ずんだもんに『先輩のクソコードのせいで本番が燃えてるのだ!』と毎朝叫ばれる目覚ましアプリを作った - Qiita

はじめに:エンジニアにとって「最高の目覚まし」とは 朝、起きることができない。 大音量のアラームも、光で起こす目覚ましライトも、計算問題を解かないと止まらないアプリも試しました。しかし、慣れてしまえば二度寝は容易です。脳が「これはただのアラームだ」と学習してしまうからです...

Qiita
After more than a decade of grabbing Rails for my side projects, I'm building something with #NextJS for the first time. I really don't like Javascript but oh well, Typescript makes it a bit more bearable. Also #Convex is a lot of fun.

Thư mục Black Friday đạt $100 doanh thu, 1000 lượt truy cập. Sử dụng Next Js, Convex, Dodo Payment #BlackFriday #ThưMụcBlackFriday #DoanhThu #LượtTruyCập #NextJs #Convex #DodoPayment

https://www.reddit.com/r/SaaS/comments/1p4vmkf/black_friday_directory_crossed_100_in_revenue/

My partner is helping me enter some data in an application I developed with Convex and NextJS, and it took her 15 minutes to run into one of the magic auto-updates that Convex triggers and she was delighted. This happened faster than I expected.

#convex #nextjs

I built a tiny sample application with #Convex and I think it's more complex than an app with one form, one table and 5 fields should be. I'd appreciate any feedback in how I can make it better (while still being sound):

https://github.com/pupeno/convex-nextjs-playground

#react #nextjs #reacthookform

I just tried to add Zod to my little sample project and it made it more complex. I still feel I'm missing something here because this feels like a mess.

https://github.com/pupeno/convex-nextjs-playground

#Convex #React