Skip to content
View Tibi81's full-sized avatar

Block or report Tibi81

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
Tibi81/README.md

Kiss Tibor

Junior Web Application Developer
Python • JavaScript • Django • React


About Me

Motivált fejlesztőként webalkalmazások építésével foglalkozom, backend és frontend területen is aktívan fejlődöm. Fontos számomra a tiszta, átlátható kód és a folyamatos tanulás.
Jelenleg kisebb projektek fejlesztésével építem a szakmai tapasztalatomat.


Tech Stack

Languages

  • Python
  • JavaScript

Frameworks

  • Django
  • React

Tools & Concepts

  • REST API-k
  • Git & GitHub
  • Alapvető adatbázis‑ismeretek (PostgreSQL, SQLite)
  • Clean Code szemlélet

Current Focus

  • Backend fejlesztés Django-val
  • Frontend alapok React-ben
  • API tervezés és integráció
  • Tesztelés és CI/CD alapok
  • Webalkalmazások strukturált felépítése

Learning Path

  • Adatbázis‑tervezés
  • Skálázható backend minták
  • DevOps alapok
  • Projektstruktúrák és architekturális minták

Code Bio

class DeveloperProfile:
    def __init__(self):
        self.name = "Kiss Tibor"
        self.role = "Junior Web Application Developer"
        self.stack = {
            "languages": ["Python", "JavaScript"],
            "frameworks": ["Django", "React"],
        }
        self.focus = [
            "Backend development with Python & Django",
            "Frontend fundamentals with React",
            "API design and integration",
            "Clean, maintainable code",
        ]
        self.learning_path = [
            "Database design basics",
            "Scalable backend patterns",
            "Testing and CI/CD foundations",
        ]

    def motto(self):
        return "Steady progress through consistent practice."

profile = DeveloperProfile()
print(profile.motto())

Popular repositories Loading

  1. vizsgaremek vizsgaremek Public

    Python

  2. Blog Blog Public

    Python

  3. Django-Auth-Tailwind Django-Auth-Tailwind Public

    Django authentication system + Tailwind CSS

    JavaScript

  4. TreasureHunter TreasureHunter Public

    JavaScript

  5. Tibi81 Tibi81 Public

  6. InvoiceManager InvoiceManager Public

    Python