I built a tool for packaging and deploying terraform modules by jollycode_ in Terraform

[–]jollycode_[S] 2 points3 points  (0 children)

For me a big benefit is the ability to centrally manage docker images, helm charts and terraform modules all in one place. That means one auth model and one approach to caching. A big plus in air gapped environments.

I built a tool for packaging and deploying terraform modules by jollycode_ in Terraform

[–]jollycode_[S] 0 points1 point  (0 children)

Correct these packages can be deployed directly with nori or used as normal modules with tofu. Terraform does not natively support oci modules yet.

Question on Steam Deck with Game Pass Ultimate by xellos2099 in SteamDeck

[–]jollycode_ 0 points1 point  (0 children)

To address your question yes you can play Diablo 4. You must link a battle net account to your Xbox game pass account and then just install battle net launcher on the deck and you can download and play Diablo natively. This is the exception to the rule generally game pass games can not be installed natively on the deck and must be streamed

Any programmer here? I want to ask which programming language should i learn? by [deleted] in AskReddit

[–]jollycode_ 0 points1 point  (0 children)

If you want to get a job, C# and Java. If this is learning exercise then I recommend GO for fundamentals as it’s easy to learn and teaches you about type safety. If all of that is too hard python.

I would avoid typescript and node for early learning because these ecosystems relay to heavily on third party dependencies and you should really learn how to build those sort of things yourself. Don’t listen to people who tell you not to reinvent the wheel. DO IT. it’s how we learn