Tag

Go backend

0 views collected around this technical thread.

Tencent Cloud Developer
Tencent Cloud Developer
Nov 14, 2022 · Artificial Intelligence

Building an AI‑Powered Image Generation Mini‑Program with Go Backend and Tencent Cloud

The article walks through building a WeChat mini‑program that turns user‑typed text into cartoon‑style images by using Go to query Sogou’s picture search API, passing the first result to Tencent Cloud’s FaceCartoonPic service, and exposing the workflow through a simple HTTP endpoint.

AI image generationGo backendSogou API
0 likes · 15 min read
Building an AI‑Powered Image Generation Mini‑Program with Go Backend and Tencent Cloud
Tencent Cloud Developer
Tencent Cloud Developer
Mar 8, 2022 · Backend Development

Go Microservices Architecture Best Practices Based on Clean Architecture and trpc-Go

The article presents clean‑architecture best practices for Go microservices built with trpc‑Go, recommending a four‑layer pyramid (gateway, logic, repo, entity), strict dependency inversion, interface‑based injection, gomock testing, centralized JSON configuration, and a three‑phase rollout to replace tangled packages and global imports while avoiding DDD complexity.

Go backendclean architecturecode organization
0 likes · 14 min read
Go Microservices Architecture Best Practices Based on Clean Architecture and trpc-Go