Skip to content

Graziano Casto

DevRel Engineer @ Mia-Platform, International Speaker, Green Software Champion, OSS and Cloud Native Advocate, Ex-Product Manager and Software Engineer

Welcome to my content hub!
Here, you’ll find everything from my latest publications and deep (and not-so-deep) thoughts to my public speaking adventures and much more. I’m Graziano, Developer Relations Engineer at Mia-Platform. My mission? To share the exciting world of cloud-native with you β€” and this is your gateway in!

cloud-native-friday.go
func calculateDaysUntilFriday() int {
today := time.Now().Weekday()
daysUntil := (5 - int(today) + 7) % 7
return daysUntil
}
daysUntilFriday := calculateDaysUntilFriday()
if daysUntilFriday == 0 {
fmt.Println("πŸŽ‰ It's time to enjoy the latest issue of
Cloud Native Friday!")
}

What are you waiting for? Sign up now! πŸ‘‰πŸ» Cloud Native Friday

Next Talks.#

πŸ‘‰πŸ» SRE DAY London#

πŸ‡¬πŸ‡§ London ・ 28 March 2025 | β†’ When Platform Engineers meet SREs: the birth of Observability-as-a-Service superpowers

πŸ‘‰πŸ» OpenUK London Meetup#

πŸ‡¬πŸ‡§ London ・ 23 April 2025 | β†’ Platform Engineers assemble! Create your FaaS Platform using WASM

Must reads.#

πŸ‘‰πŸ» Platform journey map: shape your platform strategy#

Published on CNCF ・ 09 January 2025 | β†’ Read the article

πŸ‘‰πŸ» O11y Guide: Finding observability and DevEx tranquility with Platform Engineering#

Published on DZONE co-authored with Eric D. Schabell ・ 07 January 2025 | β†’ Read the article

πŸ‘‰πŸ» Platform Engineering: a workshop to help map your strategy#

Published by Jennifer Riggings on TheNewStack ・ 21 November 2024 | β†’ Read the interview


Let’s keep in touch! πŸ‘‡πŸ»