Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View tranthethang's full-sized avatar
🥰
Born to build, wired to share.
🥰
Born to build, wired to share.

Organizations

@source-hub-org

Block or report tranthethang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tranthethang/README.md

Mô tả ảnh

hey there 👋

ABOUT. Who am I?

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()


SKILLS. What can I do?

🧰 Tech 😎 What does it tell devs?
Messy code, still runs like a charm — Viết mã lộn xộn nhưng chạy vẫn ngon lành
Write once, debug everywhere — Viết một lần, debug mọi nơi
Elegant like poetry, smooth like a dream — Đẹp như thơ, chạy như mơ
For those who truly love Visual Studio — Dành cho ai yêu Visual Studio bằng cả trái tim
Simple, popular, everywhere — Đơn giản, phổ biến, có mặt mọi nơi
Serious, powerful, enterprise-grade — Nghiêm túc, mạnh mẽ, chuẩn enterprise
Lightning fast, light as RAM — Nhanh như chớp, gọn như RAM
The most handsome PHP framework in the universe — PHP đẹp trai nhất vũ trụ
Blog today, e-commerce tomorrow — Blog hôm nay, sàn thương mại ngày mai
Store JSON, fly with NoSQL — Lưu JSON, bung lụa với NoSQL
Just push, let CI do the rest — Push xong để CI lo
Package everything, even your sadness — Đóng gói tất cả, kể cả nỗi buồn

Pinned Loading

  1. source-hub-org/hirebot-ai-api source-hub-org/hirebot-ai-api Public

    The 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

  2. source-hub-org/hirebot-ai-app-lite source-hub-org/hirebot-ai-app-lite Public

    HireBot 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

  3. source-hub-org/logo-forge source-hub-org/logo-forge Public

    LogoForge 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

  4. aegis aegis Public

    Forked 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

  5. origamiez origamiez Public

    Forked from alexkalh/origamiez

    Origamiez Wordpress theme is designed for blog, newspaper, and forum with flexible layout.

    PHP 2

  6. base-laravel-eleven base-laravel-eleven Public template

    This repository serves as a template to kickstart a Laravel 11.x project.

    PHP