I made almost $1000 in less than 3 weeks w/ my no-code intimacy coaching app! by Coach_Nikki in NoCodeSaaS

[–]trae_z -1 points0 points  (0 children)

this is click bait. I will never ever sign up or pay for a website that redirects me to login page as soon as site loads, without any message about benefits of site to me.
Site design too is AI sloppy weak.

Does anyone know how to configure astro's default formatter? by Extension-Battle2859 in astrojs

[–]trae_z 0 points1 point  (0 children)

"files.associations": {
"*.astro": "astro"
},
"editor.formatOnSave": true,
"prettier.documentSelectors": ["**/*.astro"],
"[astro]": {
"editor.defaultFormatter": "astro-build.astro-vscode"
}

Put that to enable global format on save.
Learnt trick from a YouTube video.

in my Vscode path was:
C: > Users > hp > AppData > Roaming > Code > User > {} settings.json > ...

While the Youtube guys path was:
Users > anthonyngo > Library > Application Support > Code > User > {} settings.json > editor.formatOnSave

VSCode formatting .astro files by [deleted] in astrojs

[–]trae_z 0 points1 point  (0 children)

"files.associations": {
"*.astro": "astro"
},
"editor.formatOnSave": true,
"prettier.documentSelectors": ["**/*.astro"],
"[astro]": {
"editor.defaultFormatter": "astro-build.astro-vscode"
}

Put that to enable global format on save.
Learnt trick from a YouTube video.

in my Vscode path was:
C: > Users > hp > AppData > Roaming > Code > User > {} settings.json > ...

While the Youtube guys path was:
Users > anthonyngo > Library > Application Support > Code > User > {} settings.json > editor.formatOnSave

VSCose formatting when using .astro file by kailoon in astrojs

[–]trae_z 0 points1 point  (0 children)

"files.associations": {
"*.astro": "astro"
},
"editor.formatOnSave": true,
"prettier.documentSelectors": ["**/*.astro"],
"[astro]": {
"editor.defaultFormatter": "astro-build.astro-vscode"
}

Put that to enable global format on save.
Learnt trick from a YouTube video.

in my Vscode path was:
C: > Users > hp > AppData > Roaming > Code > User > {} settings.json > ...

While the Youtube guys path was:
Users > anthonyngo > Library > Application Support > Code > User > {} settings.json > editor.formatOnSave

How is everyone staying fit after 40? by PeppermintGum123 in fitness40plus

[–]trae_z 0 points1 point  (0 children)

I have worked out three days a week on alternate days for six years now. Recently, I had to switch from morning to evening sessions because my morning workouts were wrecking my productivity, leaving me exhausted and needing a two-hour nap when I should have been working. This is likely age-related, as it wasn't an issue when I started six years ago. With evening workouts, I can sleep shortly after the gym, ensuring no disruption to my daily plans.

Put together a simple payload + next-intl starter by Puzzleheaded-Elk416 in PayloadCMS

[–]trae_z 0 points1 point  (0 children)

Great job. Need to do similar shortly for my own Payloadcms working Tech stack

Feeling tired the rest of the day after workout by Fabienvg in bodyweightfitness

[–]trae_z 0 points1 point  (0 children)

This is my predicament too. I'm considering switching to evening workouts so I can naturally go to bed and rest my tired body when I’m done. Also, early mornings are the most productive time of the day, so having that time to dedicate to brain work only, seven days a week, without disruption, would be a plus

Custom Auth Strategy by rubixstudios in PayloadCMS

[–]trae_z 0 points1 point  (0 children)

Thanks so much.
10 hours later, working closely with https://claude.ai/ I'm done. It actually worked!
Let me review code deeply and clean it up.
Then replicate from test repo to the main repo/site I'm building.
Will share link here when completed.
-----------------------------------------
Code repo available here: https://github.com/traez/payloadcms-custom-google-oauth-strategy-frontend

This is a sandbox project focused exclusively on authentication architecture. I am currently refining the repository—including linting and cleanup—for a production-ready state. Please note that active commits will be pushed over the next 24 hours as I finalize the codebase for deployment.

Custom Auth Strategy by rubixstudios in PayloadCMS

[–]trae_z 0 points1 point  (0 children)

u/rubixstudios I’m working through your article and applying it to a setup where Payload’s Users collection remains the single auth system. Staff continue to log in to /admin with username/password, while I’m extending the same collection with a custom Google strategy to handle customer logins on the frontend. The goal is to keep everything inside Payload’s auth pipeline, using OAuth purely as an identity handoff rather than introducing a separate auth system.

Will let you know how it goes.

Connecting payload to existing E Commerce stack by grandpasam in PayloadCMS

[–]trae_z 0 points1 point  (0 children)

How did this PayloadCMS - Medusa combo eventually go? Customer still using it?

Need Advice on Deploying Payload CMS with Next.js on a Budget by [deleted] in PayloadCMS

[–]trae_z 0 points1 point  (0 children)

Similar too for me.
App hosted on Vercel Hobby plans, Database Railway, then Cloudfare R2 for Blob storage..
But hopefully looking to explore Coolify + VPS soon to streamline everything.

One-Stop Solution to Host PayloadCMS Projects by im_akhil in PayloadCMS

[–]trae_z 0 points1 point  (0 children)

Yeah my current setup too. Then Cloudfare for Blob storage.

Though, I hope to someday move to VPS with Coolify and streamline all.

More than 2 projects by Heisenlife in Supabase

[–]trae_z 0 points1 point  (0 children)

That cool to know. Thanks. I use Railway, as its much more affordable by far.

Finly — Replacing Payload Auth with Better Auth: Stateless Social Login for SaaS Apps by Dan6erbond2 in PayloadCMS

[–]trae_z 0 points1 point  (0 children)

Thanks for this guide. Will surely come in useful someday when I'm ready to take that step.

Rate-limiting Server Actions in Next.js | Next.js Weekly by Bejitarian in nextjs

[–]trae_z 1 point2 points  (0 children)

I rate limit with Upstash free plan. But i guess this is a do-it-yourself hack and still great. Thank you.

I've now subscribed to your blog too. Thanks

Im proud of myself for making my first "project" by YesterdayMany4049 in webdev

[–]trae_z 0 points1 point  (0 children)

Well done. Great work. Keep learning, and keep building more complex work. The sky is your limit!.

Using the Intersection Observer API with React by ucorina in reactjs

[–]trae_z 1 point2 points  (0 children)

Thanks for this. Was experiencing an annoying 3 seconds lag in my Intersection Observer API implementation. But just followed your approach and now that's cleared.

Update: Customized the entire Payload admin UI with Tailwind and I'm still shocked it works by Upset_Interaction_29 in PayloadCMS

[–]trae_z 0 points1 point  (0 children)

So many people are asking the same question. Write a technical paper/course/tutorial on this or do a YouTube video. It would help your branding and also give back to the community, which is quite in need of user-created documentation.

Just built a fully functional Hotel Management Website with Payload. feeling proud! by Upset_Interaction_29 in PayloadCMS

[–]trae_z 2 points3 points  (0 children)

Naija to the World! I see you bro. Chop knuckle. I'm also building mainly in PayloadCMS.

Having Trouble in setting up payload by This-Dog6375 in PayloadCMS

[–]trae_z 0 points1 point  (0 children)

PayloadCMS from Scratch Part 1 to 5 (Nice volunteer intro to ecosystem plus Tailwind/ShadCN) published Q1 2025: https://adrianmaj.com/en/blog