class DeveloperProfile:
def __init__(self):
self.name = "Alex Tran"
self.location = "Hanoi, Vietnam"
self.since = 2011
self.skills = ["Backend", "Frontend", "System Architecture", "Team Leadership"]
self.goals = ["DevOps", "AWS", "Azure", "Open Source (Laravel, React, Vue)"]
def introduce(self):
print(f"👋 Hi, I'm {self.name} from {self.location}.")
print(f"👨💻 Developer since {self.since} — still running on caffeine and curiosity.\n")
print(f"🔧 Roles I've taken on: {', '.join(self.skills)}.")
print("⚙️ I focus on strong foundations over chasing version numbers.\n")
print("📌 Upcoming goals:")
for goal in self.goals:
print(f" - {goal}")
if __name__ == "__main__":
dev = DeveloperProfile()
dev.introduce()
-
Freelancer
- Hà Nội, Việt Nam
- https://openwp.org
- https://github.com/alexkalh
- https://bit.ly/colourstheme
- https://bit.ly/tranthethang
Highlights
Pinned Loading
-
source-hub-org/hirebot-ai-api
source-hub-org/hirebot-ai-api PublicThe backend service of Hirebot AI, responsible for generating, storing, and managing AI-powered technical interview quizzes for developer candidates. Built with Node.js, using Express for RESTful A…
JavaScript
-
source-hub-org/hirebot-ai-app-lite
source-hub-org/hirebot-ai-app-lite PublicHireBot AI App Lite is a streamlined technical assessment platform for evaluating candidates' programming skills. This application allows recruiters and hiring managers to create customized assessm…
TypeScript
-
source-hub-org/logo-forge
source-hub-org/logo-forge PublicLogoForge is a Django-based tool for generating text-based logos using JSON configs. With CLI support, Google Fonts, DRF, and Pillow, it's ready for both quick local use and future API expansion in…
Python
-
aegis
aegis PublicForked from alexkalh/aegis
Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder. Your content will accurately adapt to all mobile devices, ensuring your site is mobil…
PHP 1
-
origamiez
origamiez PublicForked from alexkalh/origamiez
Origamiez Wordpress theme is designed for blog, newspaper, and forum with flexible layout.
PHP 2
-
base-laravel-eleven
base-laravel-eleven Public templateThis repository serves as a template to kickstart a Laravel 11.x project.
PHP
If the problem persists, check the GitHub status page or contact support.