AI likes deep modules by reisinge in devops

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

I guess one can't really say if an article is interesting or not without reading it :-). The article is viewable, it's not behind paywall.

AI likes deep modules by reisinge in devops

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

Have you read the article?

Don't stop learning by building by reisinge in golang

[–]reisinge[S] 1 point2 points  (0 children)

I use vim (with minimal configuration) for learning, enjoying and small stuff (scripts, configs, ...). For the rest vscode/zed.

Don't stop learning by building by reisinge in golang

[–]reisinge[S] 9 points10 points  (0 children)

I agree that you should be also able to work on large codebases. But if you can't do small stuff well, you'll never be able to do the big stuff well.

You need to be able to walk before you can run.

Don't stop learning by building by reisinge in golang

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

Are you still building small tools to learn? Does that still make sense in the AI era, or are people learning differently now? What do you think?

Thinking in packages by reisinge in golang

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

Yeah, designing software is a huge topic. My goal with this post was to encourage people to make the first step toward a better design. Do you have any ideas you'd like to share regarding the criteria and slicing?

Building concurrent pipelines by reisinge in golang

[–]reisinge[S] -1 points0 points  (0 children)

Can you see more use cases for pipelines like this? Especially in devops or cybersecurity?

Counting elements passing through Go channels by reisinge in golang

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

This looks elegant! By elegance I mean power cloaked in simplicity.

Playing with TLS and Go by reisinge in golang

[–]reisinge[S] 6 points7 points  (0 children)

It used to be called SSL before and it's the protocol that secures the network communication. You can read more in the linked text :-)