Welcome to new things

[Technical] [Electronic work] [Gadget] [Game] memo writing

Concurrency with Go Language

Thoughts on switching from JavaScript to the Go language

Programs written in JavaScript (TypeScript) were rewritten in the Go language. I will write about the motivation and the results of the rewrite. Also, since this was my first time using the Go language, I will also write about what the Go …

The book "Concurrency with the Go Language" made asynchronous processing fun.

I started with the Go language. When I learn something new, I like to read a book that gives me a one-stop, systematic overview. I read "Concurrency with Go Language" this time, and it was so good that I wrote my impressions here. Concurre…