Andreas
taranetz.com
Andreas
@taranetz.com
Every byte counts!
Holistic Developer & Tech Evangelist @Dynatrace
andreas.taranetz.com
If you ever need to figure out what's going on in your system, check the /proc folder.

Aivars Kalvāns walked us through the proc filesystem and showed us where to find everything from the arguments a process was started with to its open network connections.

#CloudNativeDaysAustria
October 8, 2025 at 3:35 PM
Finally a solution to the 💩 in 💩out issue all observability tools face.

@dominik.suess.wtf showed us how OTel Weaver can ensure different teams use the same names and data types for the same kind of data.
It uses metric defintions to generate code / docs / dashboards
#CloudNativeDaysAustria
October 8, 2025 at 12:12 PM
Another tool I need to check out: Sigstore - the Let's encrypt of supply chain security - as Stephan Kraft put it.

#CloudNativeDaysAustria
October 8, 2025 at 10:25 AM
How do you find issues that involve your service mesh's side car proxies?

You need to make them less transparent and include them in your traces.

Konrad Renner showed us how it's done at #CloudNativeDaysAustria
October 8, 2025 at 10:15 AM
You might not need to build your own controller for custom resources.
Instead you could use KRO and its resource graph definition as @yveshwang.bsky.social showed us.

#CloudNativeDaysAustria
October 8, 2025 at 9:41 AM
Day 2 of #CloudNativeDaysAustria was kicked off by @lauratacho.com

She explained why DX still matters and how to communicate this to your management.

Pro tip: use the venn diagram from her presentation 😉
October 8, 2025 at 8:39 AM
Today @t-sc.eu shared his learnings from karriere.at about how platform engineers can actually improve the experience for developers (especially of microservices) instead of just forcing them to learn yet another tool.

#CloudNativeDaysAustria
October 7, 2025 at 8:18 PM
@adrianamvillela.bsky.social and @joshleecreates.bsky.social showed us why OTEL didn't follow the pattern of xkcd.com/927/

Great talk! It always helps to understand where the purpose of one tool ends and others need to take over.

#CloudNativeDaysAustria
October 7, 2025 at 8:11 PM
Sarah Christoff gave us a nice refresher about solving deadlocks.

I wouldn't have considered the resources themselves to be part of a possible solution (by requiring certain procedures to update their state)

#CloudNativeDaysAustria
October 7, 2025 at 3:03 PM
I won 2nd place but all I got was new knowledge.
Thanks to @lirantal.com for packing the dry topic of security into a fun quiz. #WeAreDevelopers
July 9, 2025 at 12:45 PM
Another interesting talk from todays #codecrafts vienna conference.

Bjorna Kalaja raised awareness for Green Software Principles and ran through different kinds of common refactorings.

E.g.: It pays of to simplify your data models to save energy.
Splitting your monolith has the oppsite effect.
May 22, 2025 at 6:44 PM
Thanks to @suksr.bsky.social for showing that is possible move away from legacy systems without a big bang (@ #codecrafts vienna).

Your team structure, software architecture, and business requriements are connected and need to evolve together to reach your target system structure.
May 22, 2025 at 12:36 PM
Banger talks @@viennajs.bsky.social in the @dynatrace.com Vienna office

@danielroe.dev persuaded us to build CLIs, to free ourselves from repetitive tasks and achieve effortlessness.

@bitsbysigrid.bsky.social dove deep into how ESM modules make the injection of observability tools especially hard.
April 23, 2025 at 9:13 PM
Hab letzte Woche eure Episode gehört, und mir beim Arrays.with gedacht: "Wann würde man das denn brauchen?"...
... heute zum Beispiel

Je nachdem ob ein index gesetzt ist updated meine Logik ein bestehendes Element oder fügt es hinten in die Liste ein.
March 31, 2025 at 3:17 PM
Life hack 💡
Use empty toilet paper rolls to keep your cables rolled up nicely.

Big brain move: Write the type or purpose of the cable on the roll to keep access times low.

If you have a better system let me know!
March 6, 2025 at 8:38 AM
When this worked, my first thought was:
Go home, vitest! You're drunk.

But it makes sense once you understand that the hidden option refers to elements hidden from the accessibility tree.

In my case, I wanted to refer to an icon within a button.

How would you have named this option?
December 2, 2024 at 3:26 PM
Thanks for giving us an easy one this week, while there are so many other daily challenges that must be solved today 😵‍💫
December 2, 2024 at 12:59 PM
If we can do them in any order, this one would do the third example in 2 hours.
It is not a perfectly optimized version of this NP-hard problem, but it tries to fit the biggest items first.
November 28, 2024 at 8:21 AM
I had already started doing bin packing when I realized we just needed to take the meals in the given order.

My song recommendation for these dishes: www.youtube.com/watch?v=2Y6N... 🥘🥘🥘
November 28, 2024 at 8:05 AM
My list don't jiggle jiggle it folds
November 11, 2024 at 2:52 PM
Hi Cassidy, great post as always.
Here is my solution to this week's interview question: gist.github.com/holistic-dev...
November 4, 2024 at 8:19 AM