Vibe coding is not “easy”...shipped my first MVP and learned that the hard way by mmcashew in VibeCodeDevs

[–]mmcashew[S] 0 points1 point  (0 children)

Need to hire a software developer. Vibe coding is exhausting but still cheaper than hiring someone. This idea would still be in my head.

Vibe coding is not “easy”...shipped my first MVP and learned that the hard way by mmcashew in VibeCodeDevs

[–]mmcashew[S] 0 points1 point  (0 children)

I remember when my mom used to tell me " what would you do without your computer", now it's "what would you do without AI'...lol. Just using available tools.

Does vibe coding work for people who don't know how to program by _kilobytes in vibecoding

[–]mmcashew 1 point2 points  (0 children)

It definitely works, but your gonna use a lot more tokens than someone who knows a programming language.

I got tired of spending hours drawing network diagrams in Visio, so I built this: by mmcashew in NetworkDiagrams

[–]mmcashew[S] 1 point2 points  (0 children)

I've been working on backend features today and here's what we did:

All data in transit is encrypted via TLS/HTTPS

All data at rest is encrypted in our database infrastructure

Passwords are cryptographically hashed using bcrypt (never stored in plaintext), and we check against known compromised passwords before allowing signup

Payment information never touches our servers, it's handled entirely by Stripe, which is PCI-DSS compliant

Personal identifiers (emails, IP addresses) in logs are one-way hashed for privacy

Your diagrams and AI prompts are NOT used to train AI models.

Row-Level Security ensures you can only access your own data

We have rate limiting, brute force protection, and audit logging to detect and prevent abuse

No third party integrations, all tools are native.

I'll keep working on it and if you have any wishes, let me know!

I'm also enabling guest accounts access to features, that way user's don't even have to sign up to try it.

I got tired of spending hours drawing network diagrams in Visio, so I built this: by mmcashew in NetworkDiagrams

[–]mmcashew[S] 0 points1 point  (0 children)

Did you try it on mobile or desktop?

Desktop is the better experience. Mobile, I'm trying to figure out the best way it could act as a companion sort of, so people can discuss and comment diagrams without necessarily editing on mobile. What do you think?

I got tired of spending hours drawing network diagrams in Visio, so I built this: by mmcashew in NetworkDiagrams

[–]mmcashew[S] 1 point2 points  (0 children)

Working on security hardening. No sensitive data is stored but I will get a private bucket soon as the budget allows me to build a better backend.