r/DevOpsLinks

▲ 16 r/DevOpsLinks+1 crossposts

IaCConf 2026 this Thursday

Hey all - I'm Gareth, organizer at IaCConf and on the Spacelift marketing team.

We're hosting the annual virtual conference for IaCConf on Thursday, and I wanted to share a few sessions that folks here might find of interest:

  • From IaC to Agents: AI's Disruption of Infrastructure Operations: Matt Gowie from Masterpoint is presenting his perspective on how AI coding agents are beginning to reshape infrastructure workflows, with reviews of a few new tools including Stategraph, Swamp, Infracodebase, and Spacelift Intent.
  • Replacing Terraform Module Forks with Automatic Policy Transformation Rules: Anton Babenko introduces an approach to policy transformation with eight real transformation rules demoed across four categories.
  • Platform Engineering in the Age of AI Teammates: This will be a panel discussion led by Luca Galante from platformengineering.org, featuring Eric Maxwell (DORA researcher), Chris Hesse (CTO at Mondelez), and Faisal Afzal (Principal consultant from AHEAD).
  • AI-Enforced Architecture Fitness Functions that Scale: Alexandre Castro (VP Enterprise Architecture) presents an in-house tool developed call Archbot, an AI-powered code reviewer using Go and AWS Bedrock, that evaluates pull requests against architecture fitness functions in real time.

It’s free to attend and we had really positive response last year. Would love to have you join and let us know what types of talks you'd like to see in future! We'll also be posting to YouTube channel after.

iacconf.com
▲ 7 r/DevOpsLinks+1 crossposts

psp (Python Scaffolding Projects)

https://preview.redd.it/as1ogc2pkxxg1.png?width=640&format=png&auto=webp&s=48ab4a019d4b3cca1255fe6c61a1fd288a4bbeed

Ciao a tutti! 👋

Ho lavorato su psp (Python Scaffolding Projects), un'utility da riga di comando open source estremamente veloce per generare automaticamente la struttura del vostro progetto Python. Ho pensato di condividerla con la community!

Cos'è PSP?

psp è semplice, veloce, efficace, dichiarativo e supporta Python e l'intero ecosistema di strumenti scritti per esso. Piuttosto che sostituirlo, psp cerca di integrarsi e fornire una struttura utile per l'utente finale.

psp chiede solo ciò di cui hai bisogno. Configurando alcune variabili d'ambiente, puoi automatizzare qualsiasi progetto in pochi secondi, non in ore.

Perché PSP?

⚡️ Da 1 a 100 volte più veloce rispetto ad altri strumenti di scaffolding

🛠️ Supporto per pyproject.toml

🤝 Compatibilità con Python 3.14

🗃 Creazione di strutture di file e cartelle per il tuo progetto Python

🗂️ Supporto per unit test e pytest

🧪 Creazione di un ambiente virtuale

🔧 Installazione automatica delle dipendenze

🪛 Aggiunta di dipendenze di build e distribuzione per distribuire il pacchetto

📏 Supporto per la configurazione di tox e CI remota come CircleCI, Azioni TravisCI, Gitlab CI/CD e Github

⌨️ Supporto per la documentazione MkDocs e Sphinx

🧰 Inizializzazione del repository Git e del file gitignore

🌎 Supporto per repository remoti GitHub e Gitlab

📑 Creazione di file README, LICENSE, CONTRIBUTING, CODE_OF_CONDUCT e CHANGES

🐳 Creazione di Dockerfile e Containerfile per il progetto

💡 Possibilità di utilizzare gli argomenti quick, simple e full per una configurazione rapida

💾 Creazione dei file $HOME/.psp.env e $PWD/.env con le proprie impostazioni Personalizzazioni

🎛️ È possibile utilizzare alcune variabili PSP_ per controllare le impostazioni predefinite

📦 Supporto per pip, conda e gestore di pacchetti uv

🧮 Supporto per hatch, maturin e poetry builder

🍿 Interrompi, metti in pausa e riprendi la creazione del progetto quando vuoi; Vedi Aggiornamento

Aperto alla community — Sviluppato attivamente e aperto ai contributi

Per iniziare:

Repository: https://github.com/MatteoGuadrini/psp

Documentazione: https://psp.readthedocs.io/

Consulta la documentazione e gli esempi per iniziare

Lo sto mantenendo attivamente e accetto volentieri feedback, segnalazioni di bug e contributi dalla community.

Che tu sia interessato alla programmazione di sistemi, agli strumenti DevOps o semplicemente a esplorare le potenzialità di Python, mi piacerebbe conoscere la tua opinione!

Buon coding e buona creazione di progetti! 🐍

reddit.com
u/MatteoGuadrini — 2 days ago
▲ 1 r/DevOpsLinks+1 crossposts

Hey everyone,

I've been learning DevOps for a while now and I feel like I have a decent understanding of the overall CI/CD flow — what it is, why it matters, the stages involved. But when it comes to actually writing GitHub Actions jobs, my mind goes completely blank.

I can read a workflow file and kind of follow what's happening, but when I sit down to write one from scratch? Nothing. And what scares me even more is — even if I memorize the syntax, there are so many different runtimes, languages, and project types out there. Docker, Node, Python, Java, Go... how do I ever feel confident across all of them?

What I'm struggling with specifically:

Writing jobs from scratch (steps, runners, triggers — I freeze)

Understanding how to adapt workflows for different stacks

Not knowing what I don't know

What I've tried:

Reading the GitHub Actions docs (helpful but dry)

Watching random YouTube videos (inconsistent quality)

What would actually help me?

reddit.com
u/Ok_Desk_7849 — 11 days ago
▲ 14 r/DevOpsLinks+6 crossposts

use Playwright with GitHub Actions to run browser tests automatically in CI. I focus on a practical setup that helps catch UI regressions, broken user flows, and environment-specific issues before code gets merged.

u/Efficient-Public-551 — 14 days ago