TCP protocol is one of the network protocols we use in our daily lives. It is responsible for establishing and terminating connections. In…
IPv6 has been around for a long time, and I have dealt with many IPv6 tasks in my work. However, I never thought about switching my EC2…
In 2023, there have been some changes to Go’s concurrency library, and this article provides an overview of these changes. Minor details such as typos and documentation changes will not be covered.
Go1.22 add frist v2 lib, math/rand/v2 more fast and more Standard
GitHub Copilot is a AI assistant developed by GitHub to help developers write code. It is a Visual Studio Code plugin based on OpenAI…