Tagged articles

custom module

3 articles · Page 1 of 1
Tencent Technical Engineering
Tencent Technical Engineering
Jun 30, 2026 · Mobile Development

Building a Multi‑Modal Chat App for Android, iOS, and HarmonyOS in 7.5 Hours with AI‑Powered Kuikly

In a single day the author used Kuikly’s Kotlin‑Multiplatform framework together with AI‑driven CodeBuddy to generate roughly 3,500 lines of code, integrate six ready‑made components, write two custom modules, debug an image‑loading issue, and ship a fully functional multi‑modal chat app that runs on Android, iOS and HarmonyOS without writing a single line of code manually.

AI codingKotlin MultiplatformKuikly
0 likes · 15 min read
Building a Multi‑Modal Chat App for Android, iOS, and HarmonyOS in 7.5 Hours with AI‑Powered Kuikly
MaGe Linux Operations
MaGe Linux Operations
Aug 8, 2025 · Backend Development

Build Your First Custom Nginx Module from Scratch – A Step‑by‑Step Guide

This article walks you through why learning Nginx module development matters, explains the core architecture and lifecycle, shows how to set up the build environment, create a Hello World module with full source code, compile, install, configure, and extend it with advanced features and performance optimizations.

C Programmingcustom modulemodule development
0 likes · 15 min read
Build Your First Custom Nginx Module from Scratch – A Step‑by‑Step Guide
Efficient Ops
Efficient Ops
Jun 16, 2022 · Operations

Build an Ansible Custom Module to Backup MongoDB in Docker

An Ansible custom module was developed to back up MongoDB databases within a Docker container, including Dockerfile setup, Python handler code, parameter definitions, and a test playbook, with both successful and failure scenarios demonstrated, highlighting automation benefits for operations.

AnsibleAutomationMongoDB
0 likes · 10 min read
Build an Ansible Custom Module to Backup MongoDB in Docker