Skip to content
View plamensve's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report plamensve

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

👋 Hello, world!

class Developer:
    def __init__(self, name):
        self.name = name
        self.skills = ["Python", "Problem Solving", "Creative Thinking", "Continuous Learning"]
        self.mindset = "Always curious"
        self.mission = "Build myself. Learn something new every day."
        self.fun_fact = (
            "Started learning C# in 2015 and quit. "
            "Rediscovered programming with Python in 2023 and never looked back!"
        )

    def current_focus(self):
        return "Sharpening Python skills and contributing to cool projects."

    def introduction(self):
        print(f"Hello! I'm {self.name}")
        print("Passionate about technology, code, and meaningful solutions.")
        print(f"Skills: {', '.join(self.skills)}")
        print(f"Mindset: {self.mindset}")
        print(f"Mission: {self.mission}")
        print(f"Currently: {self.current_focus()}")
        print(f"Fun fact: {self.fun_fact}")


if __name__ == "__main__":
    me = Developer("Plamen Svetoslavov")
    me.introduction()

✉️ Contact Me

Resume LinkedIn WhatsApp

💻 Tech Stack:

Python Django Postgres JavaScript HTML5 CSS3 Docker Linux Jupyter Raspberry Pi WordPress GitHub Actions Jenkins Microsoft Azure Terraform Grafana Prometheus

📊 GitHub Stats:



🏆 GitHub Trophies

✍️ Random Dev Quote


Pinned Loading

  1. OTONEVROLOG_BG_DJANGO_PROJECT OTONEVROLOG_BG_DJANGO_PROJECT Public

    Website for managing patients from MD

    Python 1

  2. GTA_MANAGER_DJANGO_PROJECT GTA_MANAGER_DJANGO_PROJECT Public

    GTA Petroleum - Manager platform

    Python 1

  3. RANDOM_FOREST_ALGORITHM RANDOM_FOREST_ALGORITHM Public

    Jupyter Notebook 1

  4. JS_FRONT_END_SOFTUNI JS_FRONT_END_SOFTUNI Public

    JavaScript 1

  5. HTML-CSS HTML-CSS Public

    HTML 1

  6. DevOps-Softuni-2025 DevOps-Softuni-2025 Public

    Training repository - DevOps Softuni 2025

    C# 1 1