class AsaduJaman:
def __init__(self):
self.name = "Asadu Jaman"
self.role = "Full-Stack Web Developer"
self.experience = "3+ Years"
self.location = "Bangladesh ๐ง๐ฉ"
@property
def skills(self):
return {
"frontend" : ["HTML", "CSS", "Bootstrap", "JavaScript", "ReactJS"],
"backend" : ["Python", "Django", "REST API"],
"ai_ml" : ["LLM API Integration", "OpenAI API", "Anthropic Claude API",
"AI-Driven Web Apps", "Prompt Engineering"],
"database" : ["SQL", "MongoDB", "SQLite"],
"security" : ["Cyber Security", "Computer Networks"],
}
@property
def currently(self):
return {
"working_on" : "AI-Powered Django Web Applications",
"learning" : "OOPs & DSA in Python",
"looking_for" : "Collaborations on Django & AI Projects",
"fun_fact" : "I love playing online games ๐ฎ",
}
me = AsaduJaman()
print(f"Welcome to {me.name}'s GitHub! ๐")- ๐ญ Building AI-powered web apps with Django + LLM APIs
- ๐ฑ Leveling up in OOPs & DSA with Python
- ๐ค Exploring Prompt Engineering and Agentic AI workflows
- ๐ค Looking to collaborate on Django & AI projects
- โก Fun fact: I love playing online games ๐ฎ

