Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions dev/danggia-dev/application.md
Original file line number Diff line number Diff line change
@@ -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**.
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
6 changes: 2 additions & 4 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
export const devRegistry = [
{
name: "jaydaz",
folder: "jaydaz-dev"
}
{ name: "jaydaz", folder: "jaydaz-dev" },
{ name: "DANGGIA", folder: "danggia-dev" }
];