About
╔════════════════════════════╗ ║ SYSTEM INFORMATION ║ ╚════════════════════════════╝
Welcome to DONAM's technical blog. This is a minimal, terminal-inspired space where I share thoughts on code, technology, and digital culture.
Built with Next.js, TypeScript, and a passion for clean, functional design.
$ cat bio.txt
Developer | Writer | Hacker
Interested in: Programming, Security, Linux, Open Source
Favorite tools: Terminal, Vim, Git
$ ls contact/
Email: your@email.com
GitHub: github.com/yourusername
Twitter: @yourusername
$ cat tech_stack.json
{
"frontend": ["Next.js", "React", "TypeScript", "Tailwind"],
"backend": ["Node.js", "Python", "Go"],
"databases": ["PostgreSQL", "MongoDB", "Redis"],
"tools": ["Git", "Docker", "Linux", "Vim"],
"interests": ["Security", "DevOps", "Web3"]
}End of file