Ygor Almeida
banner
ygoral.bsky.social
Ygor Almeida
@ygoral.bsky.social
Talks about SRE, DevSecOps, and Platform Engineering. A blameless culture evangelist, constantly learning about CloudOps.

Husband, personal chef to a chihuahua. Believe that a more collective society is possible.
Reposted by Ygor Almeida
🔐 Boost your DevOps team’s security skills with hands-on workshops.
✅ Stronger security mindset
✅ Faster releases
✅ Lower costs

Explore standard or custom training: training.linuxfoundation.org/security-wor...

#Cybersecurity #DevOps #Security #Developers
September 10, 2025 at 7:50 PM
🎉 OpenTofu 1.10.0 released.

OpenTofu is redefining IaC with:

• OCI Registry support: Distribute providers & modules via Docker Hub or any container registry.
• Native S3 state locking — no DynamoDB
• OpenTelemetry tracing — local, private

Read the full announcement: opentofu.org/blog/opentof...
OpenTofu 1.10.0: A Well-Seasoned Release | OpenTofu
OpenTofu 1.10.0 brings a rich blend of features and improvements, delivering the most comprehensive update yet to the open-source infrastructure as code tool.
shorturl.at
June 26, 2025 at 2:23 AM
Goodbye Docker Desktop on Mac? 🍎🐳

Apple released Container, an open source CLI in Swift, built for Apple Silicon. It runs Linux containers on macOS without Docker.

OCI-compliant, it pulls from Docker Hub, GHCR, ECR and does build/push—all daemon-free.

Repo: github.com/apple/contai...
June 11, 2025 at 9:41 PM
Reposted by Ygor Almeida
Reposted by Ygor Almeida
NEW POST

Threat modeling need not be a specialized activity. Gayathri Mohan and @jimgumbley.com update his 2020 article explaining how dev teams can do this little and often - and how it can be applied to platform teams.

martinfowler.com/articles/agi...
Threat Modeling Guide for Software Teams
Threat modeling is a risk based approach to cyber security requirements analysis.
martinfowler.com
May 20, 2025 at 1:33 PM
Reposted by Ygor Almeida
Testing concurrent programs can be difficult and error prone. We're experimenting with a new approach to try to make this easier and more reliable. Interested? Read more at go.dev/blog/synctest
Testing concurrent code with testing/synctest - The Go Programming Language
Go 1.24 contains an experimental package to aid in testing concurrent code.
go.dev
February 21, 2025 at 7:00 PM
Reposted by Ygor Almeida
🥳 Go 1.24.0 is released!

📰 Release notes: go.dev/doc/go1.24

📦 Download: go.dev/dl/#go1.24.0

#golang
February 11, 2025 at 6:52 PM
Reposted by Ygor Almeida
🔥 The future of AI is OPEN! 🔥
Open source AI tools are driving the future.

📖 Dive deeper into the LF Research Shaping the future of GENAI report!
➡https://www.linuxfoundation.org/research/gen-ai-2024

#AI #OpenSource #MachineLearning
February 3, 2025 at 2:26 PM
Reposted by Ygor Almeida
My colleague Prasanna Pendse has written a deep dive into DeepSeek: first impressions of usage, highlights from their papers, and musings on what's next

www.thoughtworks.com/insights/blo...
Demystifying DeepSeek
We explore the technical details beneath DeepSeek to explore what makes it unique and distinctive in the world of AI models.
www.thoughtworks.com
January 31, 2025 at 5:16 PM
Reposted by Ygor Almeida
NEW POST

My colleague Bharani Subramaniam has started to write patterns from our recent work building production Gen AI applications. We begin with Evals - ways of assessing if they are working effectively.

martinfowler.com/articles/gen...
Emerging Patterns in Building GenAI Products
Patterns from our colleagues
martinfowler.com
January 28, 2025 at 12:47 PM
Run a full Linux desktop in a browser via Docker.

Powered by noVNC and supporting multiple Gnu/Linux desktop environments. github.com/linuxserver/...
GitHub - linuxserver/docker-webtop: Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments.
Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments. - linuxserver/docker-webtop
github.com
January 19, 2025 at 12:52 AM
Reposted by Ygor Almeida
🌟 Go 1.24 Release Candidate 2 is released!

🔐 Security: Includes security fixes for the go tool and the crypto/x509 and net/http packages.

🏃‍♀️ Run it in dev! Run it in prod! File bugs! go.dev/issue/new

📣 Announcement: groups.google.com/g/golang-ann...

⬇️ Download: go.dev/dl/#go1.24rc2
January 16, 2025 at 10:12 PM
Reposted by Ygor Almeida
NEW POST

Libraries often need to evolve APIs for new usage patterns, but risk breaking changes disrupting users' workflow. Juntao Qiu begins his explanation of how codemods - automated code transformations - can modify client codebases

martinfowler.com/articles/cod...
Refactoring with Codemods to Automate API Changes
Using codemods to upgrade client code on API changes
martinfowler.com
January 7, 2025 at 3:10 PM
2024 was huge for databases!

- AI-driven databases are redefining the game.
- HTAP systems are gaining traction.
- Open-source leads in data infra.
- Scaling distributed SQL remains tough.

Full breakdown by andy_pavlo: www.cs.cmu.edu/~pavlo/blog/... #Databases #DevOps #AI
Databases in 2024: A Year in Review
Andy rises from the ashes of his dead startup and discusses what happened in 2024 in the database game.
www.cs.cmu.edu
January 7, 2025 at 2:00 AM
A well-curated GitHub repository featuring generative AI resources, the latest research updates, interview prep materials, and hands-on notebooks.
January 5, 2025 at 7:18 PM
I just finished reading this article, blog.sequin.io/rds-proxy/, on AWS RDS Proxy. It's an oldie, but it nails the essentials of using RDS Proxy, from connection pooling to boosting database performance. It also includes an interesting example of a client connecting using Lambda. Worth checking out.
What is RDS Proxy? Exploring with benchmarks
I was surprised when a customer wrote in to explain that he noticed - for simple SQL queries - the Airtable API was about as performant as querying his Sequin-provisioned Airtable database. We'd expec...
blog.sequin.io
January 4, 2025 at 6:54 AM
I’m back to writing technical articles, and Episode 1 on Argo CD is finally done! I’m really excited to have carved out some time to write again. I’m planning to release everything at once. I don’t want people just reading theory without jumping straight into some hands-on stuff right after! 🤓
January 4, 2025 at 6:22 AM