π» Programmer | π¨ UI/UX Designer | π Front End Developer
Bringing Ideas to Life with Code & Design. I'm Abdus Salam, a passionate Frontend Developer and Designer based in Indonesia.
import datetime class Developer: def __init__(self): self.name = "Abdus Salam (Alam)" self.pronouns = ["he", "him"] self.code = ["JavaScript", "Python", "C++", "HTML5", "CSS3"] self.tools = [ "Arduino IDE", "Postman", "VS Code", "Git", "Tailwind CSS", "Bootstrap" ] self.design_tools = [ "Figma", "Adobe Photoshop", "Krita", "Blender" ] self.interests = [ "UI/UX Design π¨", "IoT Projects β‘", "Web Development π", "Automation π€" ] self.architecture = [ "Responsive Design", "Component-based Architecture" ] self.techCommunities = { "student": "SMKN 26 Jakarta - SIJA", "contributor": "Open Source (GitHub)" } self.challenge = "Exploring IoT with ESP32/Arduino and mastering advanced JavaScript (React, Node.js)" def introduce(self): print(f"Hi π, I'm {self.name}") print(f"Pronouns: {'/'.join(self.pronouns)}") print("π» Languages:", ", ".join(self.code)) print("π Tools:", ", ".join(self.tools)) print("π¨ Design & Creative Tools:", ", ".join(self.design_tools)) print("π± Interests:", ", ".join(self.interests)) print("π Architecture:", ", ".join(self.architecture)) print("π Communities:", ", ".join(f'{k}: {v}' for k, v in self.techCommunities.items())) print(f"π₯ Current Challenge: {self.challenge}") print("β³ Profile last updated:", datetime.date.today()) if __name__ == "__main__": dev = Developer() dev.introduce()- Frontend Development (JavaScript, React, Tailwind CSS, Bootstrap)
- Python Automation & IoT (ESP32/Arduino Projects)
- C++ for Embedded Systems
- UI/UX Design & Creative Tools (Figma, Photoshop, Krita, Blender)

