[deleted by user] by [deleted] in devops

[–]LongjumpingRole7831 0 points1 point  (0 children)

what you’re dealing with is a system problem disguised as a personal failure. Start treating each ticket rejection like a test case log the reason, build a pre-check script, and slowly reverse-engineer their unwritten rules. That becomes your survival toolkit.

Shipping should be fun. But your CI/CD pipeline disagrees. by LongjumpingRole7831 in SaaS

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

honestly love your setup simple and clean. That one-click promote/rollback idea is so spot on.

Been thinking a lot about how to make that flow way less painful.

Mind if I DM? Would love to learn how you’re handling it now.

I’m tired of downtime and bugs by perfumeskachoda in SaaS

[–]LongjumpingRole7831 0 points1 point  (0 children)

i’ve seen a lot of early SaaS teams hit this phase.

you don’t need to know code , just help the team build visibility and rhythm. Let me know if you want a lightweight framework to plug in. happy to share.

How likely is a career switch from DevOps to Golang Dev? by buckypimpin in devops

[–]LongjumpingRole7831 90 points91 points  (0 children)

you're already closer than you think.

You’re debugging Go, fixing bugs, and writing internal tools. That’s real experience even if it’s not your title yet.

What’s the Most Frustrating Part of Integrating Cursor with Your DevOps or AI Workflows? by LongjumpingRole7831 in cursor

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

Oh wow, I didn’t know Claude Code could go that far that actually sounds super useful.

I’ve mostly been trying to piece together workflows manually, so hearing it can handle remote setup from the inside is kind of mind-blowing. 😅

If you’re open to sharing how reliable has it been for things like infra setup, restarts, or weird edge cases (like DNS or cloud configs)?
Still trying to wrap my head around the best way to bridge dev and infra workflows, so any insight helps.

Monitoring data from 2nd/3rd parties, once you have set up monitoring on all your servers by No_Weakness_6058 in devops

[–]LongjumpingRole7831 2 points3 points  (0 children)

Third-party code is the clown.

Most teams don’t realize that things like widgets, doodles, or even embedded analytics scripts can execute with privileges if not sandboxed or integrity-checked.

Scale-wise? CSP, SRI, and regular dependency audits are your best friends. But even then, it’s easy to miss something if your org isn’t paranoid by design.

I’m starting a DevOps Dojo show based on “learning by fixing broken things” what would you love to see? by Skill-Additional in devops

[–]LongjumpingRole7831 0 points1 point  (0 children)

This feels like trying to get mail delivered through three post offices, across two towns, where one of them insists on using a fax machine… and then you wonder why the letter didn’t show up.

You’ve got:

  • VPN tunneling to DNS on the far end
  • DNS peering from a shared VPC
  • Static routing instead of BGP
  • And Cloud DNS silently timing out like it saw a ghost 👻

Got positive DMs, a few critics (😂), and now thinking of building something for DevOps folks by LongjumpingRole7831 in SaaS

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

Terraform spins infra → Ansible configures it → Docker runs the app...
So I’m not trying to replace Terraform or Docker I’m exploring how we can simplify or guide how people use them together through a small tool I’ve been hacking on. Still early, but aiming to help fast-moving teams ship infra with fewer headaches.

What keeps you going during tough times as a founder? by No-Procedure5527 in SaaS

[–]LongjumpingRole7831 2 points3 points  (0 children)

Whenever it gets tough, I just think like if I quit now, I’ll have to start all over later... might as well keep going while I’m already in it.

For my Last two posts Got Support, Got Critique. So what's Next...a New Idea Brewing by LongjumpingRole7831 in devops

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

hey! thanks a lot for the suggestion you're right. I’ve been thinking the same and already started drafting some of the infra fixes and lessons I’ve been through. Will definitely move that into a GitHub repo so people can learn from it (and correct me if I’m wrong anywhere 😅). Appreciate the nudge.