Tagged articles
4 articles
Page 1 of 1
37 Interactive Technology Team
37 Interactive Technology Team
Aug 6, 2025 · Backend Development

Boost Ad Monitoring Development with Cursor AI: Rules, Scenarios, and Automation

This article explains how the AI‑enhanced Cursor code editor can streamline ad‑monitoring backend development by defining global and scenario‑specific rules, automating repetitive tasks, and improving code quality across multiple media platforms, with concrete examples, directory structures, and detailed job‑task guidelines.

AI code editorAd MonitoringAutomation
0 likes · 16 min read
Boost Ad Monitoring Development with Cursor AI: Rules, Scenarios, and Automation
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.

Clean ArchitectureGo backendSoftware Architecture
0 likes · 14 min read
Go Microservices Architecture Best Practices Based on Clean Architecture and trpc-Go