Skip to content
View Julia-306's full-sized avatar

Block or report Julia-306

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
Julia-306/README.md
██████╗  █████╗     ███████╗███╗   ██╗ ██████╗ ██╗███╗   ██╗███████╗███████╗██████╗
██╔═══██╗██╔══██╗   ██╔════╝████╗  ██║██╔════╝ ██║████╗  ██║██╔════╝██╔════╝██╔══██╗
██║   ██║███████║   █████╗  ██╔██╗ ██║██║  ███╗██║██╔██╗ ██║█████╗  █████╗  ██████╔╝
██║▄▄ ██║██╔══██║   ██╔══╝  ██║╚██╗██║██║   ██║██║██║╚██╗██║██╔══╝  ██╔══╝  ██╔══██╗
╚██████╔╝██║  ██║   ███████╗██║ ╚████║╚██████╔╝██║██║ ╚████║███████╗███████╗██║  ██║
 ╚══▀▀═╝ ╚═╝  ╚═╝   ╚══════╝╚═╝  ╚═══╝ ╚═════╝ ╚═╝╚═╝  ╚═══╝╚══════╝╚══════╝╚═╝  ╚═╝

🐾 QA Engineer · Professional Bug Hunter · Dog Mom 🐾

Typing SVG

Python JavaScript PyCharm Playwright HTML5 Chrome Windows Cross Browser Testing Allure Report Performance Testing Security Testing QA Experience Dog Mom


🕵️‍♀️ About Me

class QAEngineer:
    def __init__(self):
        self.name       = "Julia"
        self.role       = "QA Engineer 🔍"
        self.experience = "9 years of finding bugs before they find you"
        self.languages  = ["Python 🐍", "JavaScript ⚡"]
        self.testing    = ["Manual 🧠", "Automation 🤖", "Performance 🚀", "Security 🔐"]
        self.tools      = ["Playwright", "Allure", "PyCharm", "Chrome DevTools"]
        self.passion    = "Breaking things systematically and with great joy"
        self.superpower = "Reading logs others gave up on 🕵️‍♀️"
        self.life_motto = "If the dog didn't bite — the bug didn't reproduce 🐶"
        self.pets       = ["🐕", "🐾", "🦴"]  # many dogs, much love
        self.fun_fact   = "My dogs have better test coverage than most apps"

    def current_status(self):
        return "Writing a test that catches what the dev didn't notice 😈"

    def daily_routine(self):
        return [
            "☕ Coffee",
            "📋 Read requirements (guess the missing ones)",
            "🐛 Find bugs",
            "😇 File bugs diplomatically",
            "🔁 Repeat until ship-worthy",
        ]

    def when_tests_pass(self):
        return "Suspicious. Running them again. 🤨"

    def when_tests_fail(self):
        return "As expected. Creating a detailed bug report. 😌"


me = QAEngineer()
print(me.current_status())

🛠️ My Arsenal

Testing Languages Tools DevOps
Selenium Python Postman Docker
Pytest JavaScript Jira GitHub Actions
SQL Slack Zoom

📊 GitHub Stats

GitHub Stats

Top Languages

GitHub Streak


🐾 My Philosophy

const myApproach = {
  testing:     "Hunt bugs with the energy of a dog chasing a squirrel 🐕",
  bugs:        "Every bug found is a gift to the dev team 🎁",
  automation:  "Let the script run while I walk my dog 🦮",
  code_review: "I read your code the way my dog watches a suspicious cat 🐈",

  whenBugFound: () => {
    console.log("🎉 GOT ONE! Your move, developers!");
    petDog(); // non-negotiable step
  }
};

🎯 What I Do

  • 🔍 Find what others miss — 9 years of practice don't lie
  • 🤖 Write automation tests in Python & JavaScript that work while I sleep
  • 📋 Build QA processes from scratch — test plans to CI/CD pipelines
  • 🐛 Reproduce "unreproducible" bugs — that's my superpower
  • 🐕 Raise dogs — they never produce unclear bug reports

📫 Get In Touch

LinkedIn Telegram Email


🐾 Daily Reminder 🐾

"A great QA engineer is like a great dog: always finds what's hidden"

Visitor Count

Made with ❤️, Python & paws 🐾

Popular repositories Loading

  1. Julia-306 Julia-306 Public

    optional

  2. Porsche-QA-Testing-project Porsche-QA-Testing-project Public

    Forked from SergioUS/Porsche-QA-Testing-project

    Porsche QA-testing project. FE, API, Performance and Security testing, Cloud Automation testing, QA-Documentation, Selenium WebDriver, Python and JavaScript Automation, UnitTest and PyTest Framewor…

    Python