DevOps Β· Cloud Β· AI Agents Β· Automation Β· Open Source
$ npx lpsm-dev # interactive resume card in your terminalask a question Β· browse answered questions
Hi, I'm Lucca - a Brazil-based engineer who turns manual operations into code. My day-to-day is the path from commit to production: Kubernetes, Terraform and CI/CD pipelines on AWS. Lately I've been teaching AI agents to operate cloud infrastructure with me - MCP servers, Bedrock and multi-tenant platforms. 14 certifications later, the lessons keep shipping as open-source tools.package main
import "fmt"
type Bio map[string]string
func main() {
for k, v := range GetBio() {
fmt.Printf("%+v: %+v\n", k, v)
}
}
func GetBio() Bio {
return Bio{
"- π§ what I build": "CLIs, pipelines and IaC that remove humans from deploys",
"- π€ lately shipping": "AI agents, MCP tooling and multi-tenant cloud platforms",
"- π proof": "14 verified certifications (AWS, Kubernetes, Terraform)",
"- π± currently learning": "Rust, Blockchain, CyberSecurity",
"- π¬ ask me about": "DevOps, Kubernetes, CI/CD, IaC, FinOps, AI agents",
}
}| repo | description | stars |
|---|---|---|
| docker-crypto-miner | mining setups are a dependency mess - this image makes it one docker run |
|
| loli | you have the screenshot but not the anime name - this CLI finds it | |
| azure-pipelines | reusable build, scan and deploy steps so every project doesn't reinvent them | |
| gitlabrc | cloning an entire GitLab group by hand doesn't scale - one command does it |
My registry-pruning tool drprune needed to list all versions of a container image - the GitHub SDK only fetched the first page. So I fixed it upstream:
- google/go-github#2250 - add pagination options to list all package versions (merged)
26 verified badges on credly
training badges
| badge | issuer | verify |
|---|---|---|
| LFS256: DevOps and Workflow Management with Argo | Linux Foundation | credly |
| LFS241: Monitoring Systems and Services with Prometheus | Linux Foundation | credly |
| LFEL1007: Automating Supply Chain Security - SBOMs and Signatures | Linux Foundation | credly |
| LFS169: Introduction to GitOps | Linux Foundation | credly |
| SC102: Source Control Management with Git | Linux Foundation | credly |
| Fundamentals for Kyverno | Nirmata | credly |
| AWS Certified AI Practitioner Early Adopter | AWS | credly |
| AWS Educate Introduction to Generative AI | AWS | credly |
| Terraform Technical Sales Intermediate | IBM | credly |
| Cloudability Sales Foundation | IBM | credly |
| Turbonomic Intermediate | IBM | credly |
| Turbonomic Sales Foundation | IBM | credly |
$ echo "want to collaborate? open an issue - I answer all of them"
















