this post was submitted on 09 Sep 2024
2 points (100.0% liked)

Programming

0 readers
2 users here now

A magazine created for the discussion of computer programming-related topics.

Rules

Please keep submissions on topic and of high quality. No image posts, no memes, no politics. Keep the magazine focused on programming topics not general computing topics. Direct links to app demos (unrelated to programming) will be removed. No surveys.

founded 1 year ago
 

It's easy for one generation of workers to take for granted stuff that previous generations of workers fought so hard for. Many junior devs now just get to use git and deploy on Linux in a container via a test driven CI change system with their IDE of choice without having to spend months to years to decades justifying each piece of that architecture to various skeptical managers who have a passionate lingering affinity for Windows XP.

#programming #Linux #DevOps

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 4 days ago

@[email protected] I was doing some PostgreSQL related refactoring on my hobby project this weekend and found that it's really fun to re-discover the software/processes behind the SaaS services (everyone cooks with water ๐Ÿ’ง). It's sad to watch once simple and good services go to waste, but it inspires to find out how things could work behind the scenes. A really satisfying process.