π Hello, I'm Arman!
Full-Stack Developer from Kabul, Afghanistan π¦π«
Specializing in web development, artificial intelligence, and cybersecurity
I craft clean, minimal, and efficient solutions with a focus on user experience and technical excellence. I like coding.
class Attributes(Arman):
@staticmethod
def contact() -> tuple:
github = "armancollab"
linkedin = "armanmustamandyar"
email = "arman.mustamandyar@auaf.edu.af"
return github, linkedin, email
@staticmethod
def life() -> tuple:
langs = ['English', 'Persian']
age = 20
return langs, age
@staticmethod
def coding() -> tuple:
langs = {
'advanced': ['python', 'typescript', 'javascript'],
'intermediate': ['html', 'css', 'react', 'next.js', 'tailwind'],
'learning': ['react-native', 'expo', 'C++']
}
specialities = ['web development', 'artificial intelligence', 'cybersecurity', 'linux']
environment = ['vscode', 'git']
return langs, specialities, environment
- Vanitas - A platform for reading stories (2025)
- UniPlanner - Planner for university (2024)
- Curify - Patient management system (2024)
- Codraft - Real-time collaborative document editor (2023)