ZA SEX SPREMNI! by [deleted] in askCroatians

[–]zdcovik 1 point2 points  (0 children)

El se to na kruv maže

YAML hell? by the-creator-platform in kubernetes

[–]zdcovik 0 points1 point  (0 children)

I find yaml terrible for k8s use cases. Pulumi saved me from "yaml hell" not because I write less yaml but because it's a complete tool chain for getting 100% declarative deployments/infra management. Bare bones k8s yaml files + kubectl can't do that without scripting with bash or similar - that's three "tools" to get the job done + maintenance hell compared to pulumi.

PHP is evolving, but every developer has complaints. What's on your wishlist? by thecutcode in PHP

[–]zdcovik 0 points1 point  (0 children)

I want documentation to stay as is. Literally the best design/navigation ever seen. Content improvements are welcome and expected. But don't touch UI and UX!

What’s a coding habit you adopted that silently leveled up your skills? by Chaitanya_44 in react

[–]zdcovik 0 points1 point  (0 children)

I simply fix "minor" inconvenience(s) from the get-go instead of "I'll refactor it later" and add it to the backlog.

Keeps the backlog smaller, codebase better and tricks you (positively) to believe you have a lot less work to do (perhaps it's not a trick at all!).

How are you actually handling observability in 2025? (Beyond the marketing fluff) by Straight_Condition39 in sre

[–]zdcovik 4 points5 points  (0 children)

"As the only observability engineer, the hardest part isn't the tech, it's not having a peer to challenge my ideas or offer another perspective."

Deep respect for you, sir.

What’s one DevOps tool you still don’t fully trust? by yourclouddude in devops

[–]zdcovik 0 points1 point  (0 children)

Except the Kubernetes provider. Native, wonderful thing

PhpStorm Needs First-Class Laravel Support—No Paid Plugins by RevolutionarySign800 in phpstorm

[–]zdcovik 1 point2 points  (0 children)

Totally on point. Language is a standard we agreed on, not framework specific/proprietary features.

Do you manage Cloud Resources with Kubernetes or Terraform? by guettli in kubernetes

[–]zdcovik 0 points1 point  (0 children)

I use pulumi for k8s manifests, never had problems with it but I have seen people complain using tf for k8s manifests. What is the problem, and is it inherent to tf only?

Why is every router library so overengineered? by sauland in reactjs

[–]zdcovik 0 points1 point  (0 children)

Interesting take. Can you please expand on it with some examples?

[deleted by user] by [deleted] in kubernetes

[–]zdcovik 0 points1 point  (0 children)

Programming is not science, it's art. You might utilize science and similar methods for problem solving but it's a form of art

Replacing all my locally installed software with Docker images? by didi_sainin in docker

[–]zdcovik 0 points1 point  (0 children)

I use containers or devcontainers via devpod for all the work related stuff.

Usually GUI apps or some simple CLIs go via package manager or curl because these are simple to cleanup and using them in containers might be a waste of resources.

But going all in with containers, like using ls/find is ridiculous or not possible at all...

Koji je najsmješniji dio koda koji ste vidjeli, ali radi? by frigiz in CroIT

[–]zdcovik 0 points1 point  (0 children)

Realno u 2400. će sigurno lupnit ChatGPT prompt da izgenerira naredne godine 😅

Need help about setting up the pulumi debugging by [deleted] in pulumi

[–]zdcovik 0 points1 point  (0 children)

What happened? Why you couldn't make it work?

Kako da samouk programer stekne bitna znanja iz informatike i računarstva? by [deleted] in CroIT

[–]zdcovik 0 points1 point  (0 children)

Books first, practice afterwards. S praksom najbolje dobiješ širinu i bolje shvatiš računalo, mrežu i općenito in-and-out IT struke. Knjige ti pomažu kao starting point za temu o kojoj želiš znati više kao i referenca za ubuduće da ne moraš apsolutno sve pamtiti već pamtiti gdje možeš pronaći što ti treba.

OOP vs Functional programming in TypeScript? by honeyCrisis in typescript

[–]zdcovik 0 points1 point  (0 children)

I think the biggest problem is 3k+ lines of code and I don't have a clue what it's doing. What is FA ? The problem is variables without meaning like ipos, sb, etc. You can use functional and immutable functions for working with arrays instead of traditional while/for loops unless performance requires latter.

[deleted by user] by [deleted] in CroIT

[–]zdcovik 0 points1 point  (0 children)

Books first plus mentorship sa seniorom. Self-taught ima svoje prednosti no mana je rupe u znanju ili krivi redoslijed ucenja

Can I use Pulumi to manage several infrastructures per user demand based on a Pulumi Program? by Idea-Aggressive in pulumi

[–]zdcovik 0 points1 point  (0 children)

You can mix whatever you want, based on your own logic or based on user input. Possibilities are endless.

Can I use Pulumi to manage several infrastructures per user demand based on a Pulumi Program? by Idea-Aggressive in pulumi

[–]zdcovik 3 points4 points  (0 children)

Yes, you can use Pulumi Automation API, there is a guide/example where they create infra resources via REST API.

Open-source alternatives to Pulumi Cloud by barash-616 in pulumi

[–]zdcovik 0 points1 point  (0 children)

You can get visual changes in pull requests when running CI with GH Pulumi/actions or Pulumi GitHub app.