Collection of materials for my Youtube Channel about Go
Role in this project:
Back-end Developer Contributions:4 releases, 5 reviews, 226 commits in 4 years 8 months
Contributions summary:Aliaksandr's contributions primarily focused on implementing a gRPC-based blockchain service using Go. The commits show the creation of the service definition using Protocol Buffers, including the definition of request/response messages and the service interface. Furthermore, the user worked on the server-side implementation, including the addition of blocks and retrieval of the blockchain data. These changes suggest a focus on back-end development, specifically related to a blockchain implementation.
golangyoutube-channelyoutube
Practice Go: a collection of Go programming challenges
Role in this project:
Back-end Developer Contributions:4 reviews, 76 commits, 66 PRs in 2 years 5 months
Contributions summary:Aliaksandr primarily contributed to the repository by implementing and testing various Go programming challenges. Their work involved creating new packages, writing tests, and fixing existing issues in the code. They demonstrated proficiency in areas such as function frequency analysis, secret message encoding, and missing number identification, showcasing their problem-solving skills within the Go programming language. Their contributions covered different algorithms and data structure implementations within the context of the Go programming language.
golanggo