| Blog | https://blog.ediri.io/ |
| https://twitter.com/_ediri | |
| GitHub | https://github.com/dirien/ |
| TikTok | https://www.tiktok.com/@_ediri |

| Blog | https://blog.ediri.io/ |
| https://twitter.com/_ediri | |
| GitHub | https://github.com/dirien/ |
| TikTok | https://www.tiktok.com/@_ediri |
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
Watching my buddy @_ediri talk about how to best avoid YAML for Kubernetes deployment pipelines. Fun stuff!
🎓 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 🙀
🚀 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 👇
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...
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
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...