Engin Diri 

243 Followers
126 Following
75 Posts
Cloud Native Pilgrim | Kubernetes Enthusiast | Serverless Believer | Working @ Pulumi | (he/him) | CK{A,AD} | tooting my own opinions
Bloghttps://blog.ediri.io/
Twitterhttps://twitter.com/_ediri
GitHubhttps://github.com/dirien/
TikTokhttps://www.tiktok.com/@_ediri
Introducing the talk, at Rejekts Paris, of my friend @Marcus "From Fragile to Resilient: ValidatingAdmissionPolicies Strengthen Kubernetes"

On my way to @cfgmgmtcamp in Ghent! Will be an awesome workshop around Pulumi, Azure and Backstage!

Plus I can try to find the best fries in Belgium with @ringods!

https://x.com/pulumicorp/status/1754190090094449143?s=46&t=G4RtSOA9r8Gaz6sKGrdyaw

Pulumi (@PulumiCorp) on X

Planning to attend @cfgmgmtcamp? Join @danielrbradley, Alayshia and @_ediri from Pulumi, and let us know what you thought of their talks. This is a free event but you need to register to attend. See the entire schedule at https://t.co/ob88k997gV

X (formerly Twitter)
Demos are my all time favorite 🤩 Super fun Infrastructure as Code prompt engineering with @_ediri at the first #pulumi user group #pug Munich get together, hosted by BMW 👋
Fantastic connecting with my coworker @danb at Civo Navigate! Thrilled that many attendees are familiar with Pulumi or eager to discover more!

Watching my buddy @_ediri talk about how to best avoid YAML for Kubernetes deployment pipelines. Fun stuff!

#KCDMunich

Joined the talk from @anderseknert #KCDMunich:
Distributed authorization with Open Policy Agent
I hardly use Mastadon! Not sure if I want to continue on Mastadon.

🎓 I just published a funny new blog post on learning Rust with ChatGPT!

Guess what? It's 100% AI-generated, and it's surprisingly informative! 🚀

Give it a read and see if you can spot the AI quirks 🙀

https://blog.ediri.io/learn-rust-with-chatgpt

Learn Rust with ChatGPT

Introduction ChatGPT is a large language model developed by OpenAI based on the GPT-3.5 architecture. It is designed to generate human-like responses to text inputs, making it an ideal tool for natural language processing tasks such as language trans...

_CLOUD

🚀 Just published a new blog article: "Observability Made Easy: Building a RESTful API with Actix Web and #opentelemetry 🌐 It took longer than expected, as it's a challenging subject, but I'm excited to share my learnings!

Check it out 👇

https://blog.ediri.io/observability-made-easy-building-a-restful-api-with-actix-web-and-opentelemetry

Observability Made Easy: Building a RESTful API with Actix Web and OpenTelemetry

TL;DR: Le Code https://github.com/dirien/quick-bites/tree/main/rust-actix-web-rest-api-opentelemetry Introduction We keep reading about the importance of Observability in our applications. Charity Majors CEO of Honeycomb made a very good tweet thre...

_CLOUD

Let's continue my Rust journey with adding PostgreSQL support to our Rest API using Actix Web and Diesel.

Working with Diesel was very fun and I can see why I got feedback from the community to give it a spin before SQLx.

https://blog.ediri.io/building-a-restful-api-with-actix-web-and-diesel-for-persistent-data-storage

Building a RESTful API with Actix Web and Diesel for Persistent Data Storage

TL;DR: The code https://github.com/dirien/quick-bites/tree/main/rust-actix-web-rest-api-diesel Introduction In my last blog article, we created a REST API with Actix Web with in-memory persistence. This was a great way to get started with Actix Web...

_CLOUD