this post was submitted on 05 Jun 2025
612 points (99.5% liked)

Programmer Humor

23927 readers
1551 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

https://www.githubstatus.com/

Edit: seems like they fixed it, it works for me

you are viewing a single comment's thread
view the rest of the comments
[–] douglasg14b@lemmy.world 3 points 2 days ago (1 children)

There's a reason we value the local development environment.

You can run everything locally, the only use for the cloud environment is for CD.

[–] Gonzako@lemmy.world 2 points 1 day ago (1 children)

I'll be honest. I just enjoy seeing my auto updater script work whenever I push to main and the Web page updates itself. FEELS SO GOOD TO JUST DO A PUSH AND HAVE YOUR CHANGES UP IN 3 MINS.

[–] douglasg14b@lemmy.world 1 points 1 day ago* (last edited 1 day ago)

Well yeah!

That's the CD part :)

We're rolling the same thing, except with all our cloud infrastructure, our code, and various integrations.

Automatic deployments are so great, as long as you trust your integration process and test suites.