Skip to content
View aliiugur's full-sized avatar
:atom:
:atom:
  • Bursa

Block or report aliiugur

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
aliiugur/README.md
 █████╗ ██╗      ██╗    ██╗   ██╗ ██████╗ ██╗   ██╗██████╗ 
██╔══██╗██║      ██║    ██║   ██║██╔════╝ ██║   ██║██╔══██╗
███████║██║      ██║    ██║   ██║██║  ███╗██║   ██║██████╔╝
██╔══██║██║      ██║    ██║   ██║██║   ██║██║   ██║██╔══██╗
██║  ██║███████╗ ██╗    ╚██████╔╝╚██████╔╝╚██████╔╝██║  ██║
╚═╝  ╚═╝╚══════╝ ╚═╝     ╚═════╝  ╚═════╝  ╚═════╝╚═╝  ╚═╝
Typing SVG

Python Django

Flutter Docker


>>> import me

class Developer:
    def __init__(self):
        self.name        = "Alligur"
        self.location    = "Bursa, Türkiye 🇹🇷"
        self.role        = "Software Developer"
        self.focus       = ["Mobile Apps", "Backend Systems", "Clean Code"]

    @property
    def skills(self) -> dict:
        return {
            "languages"  : ["Python 🐍", "Dart", "JavaScript", "C#"],
            "frameworks" : ["Django", "Flutter", "React"],
            "tools"      : ["Git", "Docker", "Selenium", "Shopify"],
        }

    def __str__(self):
        return "Fonksiyonelliği ve temiz kodu her zaman önceliklendiririm."

me = Developer()
print(me)
# → Fonksiyonelliği ve temiz kodu her zaman önceliklendiririm.

>>> me.skills

🐍 Diller ⚙️ Frameworkler 🛠️ Araçlar
Python Django Git
Dart Flutter Docker
JavaScript React Selenium
C#

>>> me.current_focus

currently_working_on = [
    "🔧 Backend APIs with Django REST Framework",
    "📱 Cross-platform apps with Flutter",
    "🤖 Automation scripts with Python & Selenium",
]

for task in currently_working_on:
    print(f"  {task}")


"First, solve the problem. Then, write the code."

Pinned Loading

  1. aliiugur aliiugur Public

  2. e-shopping_Project e-shopping_Project Public

    E-Ticaret Web Sitesi

    HTML

  3. travel_tour_websites travel_tour_websites Public

    Travel & Tour Web Site

    HTML

  4. To_Do_App To_Do_App Public

    TypeScript

  5. avm_app avm_app Public

    Python

  6. music-app music-app Public

    JavaScript