HackerTrans
トップ新着トレンドコメント過去質問紹介求人

reisinge

no profile record

投稿

[untitled]

1 ポイント·投稿者 reisinge·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 reisinge·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 reisinge·7 か月前·0 コメント

Building Concurrent Pipelines

gomonk.substack.com
1 ポイント·投稿者 reisinge·7 か月前·1 コメント

[untitled]

1 ポイント·投稿者 reisinge·9 か月前·0 コメント

[untitled]

1 ポイント·投稿者 reisinge·9 か月前·0 コメント

[untitled]

1 ポイント·投稿者 reisinge·9 か月前·0 コメント

[untitled]

1 ポイント·投稿者 reisinge·9 か月前·0 コメント

[untitled]

1 ポイント·投稿者 reisinge·10 か月前·0 コメント

[untitled]

1 ポイント·投稿者 reisinge·10 か月前·0 コメント

Go for Bash Programmers – Part I: The Language

github.com
2 ポイント·投稿者 reisinge·10 か月前·1 コメント

Go for Bash Programmers – Part II: CLI Tools

github.com
131 ポイント·投稿者 reisinge·10 か月前·9 コメント

コメント

reisinge
·3 か月前·議論
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?
reisinge
·6 か月前·議論
Computers (not people!) are good at doing many things quickly. Very many things and very quickly.
reisinge
·7 か月前·議論
Build reusable libraries even for small Go programs
reisinge
·7 か月前·議論
Connecting goroutines via channels
reisinge
·9 か月前·議論
video
reisinge
·9 か月前·議論
A video showing how to build an example command-line program from scratch.
reisinge
·9 か月前·議論
Understanding basics of TLS by writing small programs in Go
reisinge
·10 か月前·議論
You can make computers faster by programming them to do things concurrently instead of sequentially. And if you have multiple CPUs (which nowadays you almost certainly have) these things are done in parallel.
reisinge
·10 か月前·議論
This is the first part of a series introducing Bash programmers to Go. This part goes through the language building blocks that will be used in later parts.
reisinge
·10 か月前·議論
Thanks, done: https://github.com/go-monk/from-bash-to-go-part-ii/commit/16...