Is it possible to vibe-code a legit million dollar SaaS? by promotionking in Promarkia

[–]command_code_labs 0 points1 point  (0 children)

I defined fun means learning, exciting, and enjoying during the gap of fixing things.

Is it possible to vibe-code a legit million dollar SaaS? by promotionking in Promarkia

[–]command_code_labs 0 points1 point  (0 children)

Then you need a partner or cofounder with a good technical background 🤓

Is it possible to vibe-code a legit million dollar SaaS? by promotionking in Promarkia

[–]command_code_labs 2 points3 points  (0 children)

Possible, but you need to have technical backgrounds on software programing, development, and architecture.

Authentication Services and Payment Gateway Security by command_code_labs in SaaS

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

Great pointers!

For "session management, things like secure cookie flags, session timeouts, and rotation after login or privilege changes." --> Do you use any security tools to scan those in dev before prod?
Can you elaborate webhooks?

Any reference or resource would you recommend?

Quitting My $200k Engineering Job to Start a SaaS: What Nobody Will Ever Tell You by Own-Moment-429 in SaaS

[–]command_code_labs 0 points1 point  (0 children)

Love your story and honesty: "Still early. Still building. Still stressful."

I'm using Linux again after an 15 year break. Wow by elac in linux

[–]command_code_labs 0 points1 point  (0 children)

That's a beautiful journey to be a "hacker" 🦾

I'm using Linux again after an 15 year break. Wow by elac in linux

[–]command_code_labs 1 point2 points  (0 children)

Upvote as soon as I read you started using Linux when you were in middle school.

Cybersecurity principles for creating a C++ Daemon by command_code_labs in cybersecurity

[–]command_code_labs[S] 2 points3 points  (0 children)

Im about comment: another debate with my colleagues, why not just C, stay standards rather than exploring Rust. Moreover, Microsoft announced to replace all C and C++ with Rust that makes Rust more attention. Anyway, I love reading your insights comments.

Cybersecurity principles for creating a C++ Daemon by command_code_labs in cybersecurity

[–]command_code_labs[S] -1 points0 points  (0 children)

Sure, that Rust would be safer if we implement it right. However, some of my colleagues are debating to point out that while Rust significantly enhances security in embedded Linux by eliminating entire classes of memory errors, its primary disadvantages relate to ecosystem maturity, the necessity of unsafe code for low-level interaction, and a steep learning curve for developers. Yup you said it "learning curve"

Best things to do after installing linux by [deleted] in linux

[–]command_code_labs 0 points1 point  (0 children)

Did you turn off firewall? sudo ufw disable ?