From a092974459a24ce5d5621c6e800f213203e82028 Mon Sep 17 00:00:00 2001 From: DADIDUNG Date: Sat, 27 Sep 2025 22:12:34 +0700 Subject: [PATCH] Added DANGGIA developer profile --- dev/danggia-dev/application.md | 25 +++++++++++++++++++++++++ package.json | 28 ++++++++++++++++++++++++++++ src/main.ts | 6 ++---- 3 files changed, 55 insertions(+), 4 deletions(-) create mode 100644 dev/danggia-dev/application.md create mode 100644 package.json diff --git a/dev/danggia-dev/application.md b/dev/danggia-dev/application.md new file mode 100644 index 0000000..b95f928 --- /dev/null +++ b/dev/danggia-dev/application.md @@ -0,0 +1,25 @@ + +# ????? DANGGIA - Application + +- **Name**: DANGGIA +- **Discord**: .dudad +- **GitHub**: https://github.com/dadidung +- **Languages**: JavaScript, TypeScript, Python, and backend development with Node.js +- **Experience**: + - Participated in multiple testnets and validator programs for projects such as 0G, Tangle, VOI, Taiko, Avail, Celestia, Eigenlayer, and AZERO. + - Created community content (tweets, infographics, memes) for projects like Tanssi, Mention.network, Story, and 0G.ai. + - Experienced in node operation, running storage miners, staking, and developing automation scripts for data uploads. + - Actively engaged in community challenges, contests, and Web3 marketing initiatives. + +- **AI Tools**: + - **ChatGPT (GPT-4/5)**: Content creation, analysis, and marketing ideas. + - **MidJourney / Stable Diffusion / DALL·E**: Image, meme, and infographic generation. + - **Canva / Figma**: Infographic and design work. + - **Runway / Pika Labs**: AI-powered video creation. + - **Notion AI / Perplexity**: Research and content organization. + +- **Why Join?**: + I believe in the potential of combining **AI and Web3**, which aligns with netrum.ai’s mission. + I want to contribute my experience in **node operation and community content marketing** to help expand the ecosystem. + By joining, I aim to become an **early contributor**, support community growth on X/Telegram, and actively spread the vision of netrum.ai. + This is also a valuable opportunity to **learn, collaborate, and build long-term success together**. diff --git a/package.json b/package.json new file mode 100644 index 0000000..a7943c5 --- /dev/null +++ b/package.json @@ -0,0 +1,28 @@ +{ + "name": "netrum-dev-hunting", + "version": "1.0.0", + "description": "Netrum AI Dev-Hunting Program – TypeScript Developer Registry", + "type": "module", + "main": "applications/DEV-APPLICATION.ts", + "scripts": { + "build": "tsc -p tsconfig.main.json", + "start": "tsx src/applications/DEV-APPLICATION.ts", + "dev": "tsx src/applications/DEV-APPLICATION.ts", + "test": "ts-node --files test.ts" + }, + "keywords": [ + "netrum", + "ai", + "dev-hunting", + "typescript", + "web3" + ], + "author": "Netrum Labs", + "license": "MIT", + "devDependencies": { + "@types/node": "^24.0.3", + "ts-node": "^10.9.2", + "tsx": "^4.20.3", + "typescript": "^5.4.5" + } +} diff --git a/src/main.ts b/src/main.ts index 644719d..1970126 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,6 +1,4 @@ export const devRegistry = [ - { - name: "jaydaz", - folder: "jaydaz-dev" - } + { name: "jaydaz", folder: "jaydaz-dev" }, + { name: "DANGGIA", folder: "danggia-dev" } ];