Tagged articles

Go backend

5 articles · Page 1 of 1
Hacker Afternoon Tea
Hacker Afternoon Tea
Jun 20, 2026 · Artificial Intelligence

How Multica Turns 2 People and 10 Agents into the Output of a 20‑Person Team

Multica treats AI agents as colleagues rather than tools, running them on users' machines while the server only stores data, queues tasks, and broadcasts events, and uses a four‑layer frontend, dual data streams, and a set of core modules to let a small team manage dozens of agents with real‑time visibility and measurable productivity.

AI agentsGo backendNext.js
0 likes · 12 min read
How Multica Turns 2 People and 10 Agents into the Output of a 20‑Person Team
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 ArchitectureCode OrganizationGo backend
0 likes · 14 min read
Go Microservices Architecture Best Practices Based on Clean Architecture and trpc-Go