h_a_r_u_k_i

joined 2 years ago
MODERATOR OF
[–] [email protected] 0 points 1 year ago* (last edited 1 year ago) (3 children)

Haha your post made me reflect my journey. I had fun in college tinkering Arch Linux with i3. Now I'm an Infra Engineer (or DevOps Engineer, Platform Engineer, SRE, whatver) and still do the same job—keeping the system "reliable".

1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

OpenTofu is also officially under the Linux Foundation.

You will invoke tofu instead of terraform.

 

For context: https://opentf.org/

1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

I want to polish my Ruby and functional programming skills at the same time. And I'm looking for a book that walks through functional programming concepts with code examples in Ruby. I tried searching but no results come up so far. Do you have any recommened materials out there?

PS: I want the code is written specifically in Ruby. I'm not looking for code written in another language (e.g. Scala, Clojure, Lisp).

[–] [email protected] 0 points 2 years ago (1 children)

insert Thanos stone meme.

We self host an instance to share knowledge about self-hosting that instance.

[–] [email protected] 1 points 2 years ago

No matter what you learn, keep the foundation strong. Religiously follow the "First Principle". For example, instead of learning tons and tons of web framework, try to learn the fundamentals of the language first and how networking works.

Try to understand the concept by yourself. Verify the inert knowledge. Don't rush for the quantity. Take your time and build a strong root. Make time your friend.

1
Pulumi (www.pulumi.com)
 

Infrastructure as Code with your favourite programming language!

 

Check this out if you're hosting your code on Gitlab and don't want to hustle with AWS services or pay for Terraform cloud.

[–] [email protected] 0 points 2 years ago* (last edited 2 years ago) (1 children)

I agree that not everyone should use it. But once one gets past the learning curve (understanding K8s resouces and how they work together), the experience of managing services is truly a delight: easy scaling, self-healing, Nginx ingress, etc.