Tagged articles
2 articles
Page 1 of 1
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.

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