Уровень 0 · материалов: 3
В кластер включаются документы с пошаговыми инструкциями или дорожными картами по созданию конкретных программных продуктов на Go, но не общие сведения о языке или его дизайне.
Общие признаки: создание полноценных приложений на Go, технические руководства по реализации, построение архитектуры сервисов
Группа выше: Разработка на Go: практика и окружение
Смысл: The main idea is to teach developers how to implement a complete gRPC-based authorization system in Go, emphasizing professional architecture, security standards (JWT, bcrypt), and modern DevOps practices (CI/CD, cloud deployment).
A detailed tutorial on building a production-ready gRPC authorization service in Go, covering everything from protobuf contracts and SQLite storage to functional testing and automated GitHub Actions deployment.
Смысл: The main idea is to provide a progressive roadmap for building professional web servers in Go, moving from a minimal example to a production-ready application incorporating HTTPS, advanced routing, middleware, and graceful shutdowns.
A technical guide demonstrating how to build a Go web server, starting from a basic handler and evolving into a secure, scalable application with HTTPS and advanced routing.
Смысл: The text serves as a technical guide for developers to implement the first stages of an NFT project (image and metadata generation) using the Golang programming language and the Ethereum ecosystem.
A technical walkthrough on using Golang to programmatically generate 10,000 unique layered images and their corresponding ERC-721 compatible metadata for an Ethereum NFT collection.