Skip to content
View YegorMaksymchuk's full-sized avatar
🌊
make waves not war!
🌊
make waves not war!

Block or report YegorMaksymchuk

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

AI-Driven QA Architect | Automation & Performance Testing Expert

I’m Yehor Maksymchuk, a QA Architect with 10+ years of experience helping teams adopt AI-assisted testing in a practical, production-ready way.

I specialize in integrating AI and agent-based workflows into the SDLC to improve test design, execution, and analysis — without compromising reliability or control. My focus is on using AI where it brings measurable value: faster feedback, better coverage, and smarter validation.

Key strengths: • AI-assisted test automation and exploratory testing • Agentic workflows for test execution and analysis • Validation of AI-generated code and test artifacts • Performance and cost-aware quality gates • CI/CD-integrated testing with observability

Technical Expertise

Languages: Java, Python, JavaScript/TypeScript, Go Automation & Frameworks: Playwright, Appium, Selenium, Selenide, Spring Boot, Flask Performance Testing: JMeter, k6, Gatling, SiteSpeed.io Cloud & DevOps: AWS, Azure, Docker, Kubernetes, Terraform, Ansible Monitoring & Observability: Grafana, Kibana, InfluxDB AI & Productivity: OpenAI, LangChain, HuggingFace, Cursor IDE, GitHub Copilot, Claude

Pinned Loading

  1. slack signature verification slack signature verification
    1
    import os
    2
    from flask import Flask, request, jsonify
    3
    from slack import WebClient
    4
    import hmac
    5
    import hashlib
  2. test-automation-rule.mdc test-automation-rule.mdc
    1
    # Cursor Rules for API Test Automation Engineer
    2
    
                  
    3
    You are an expert API Test Automation Engineer focused on creating maintainable, scalable, and robust automated API test suites. Follow these language-agnostic rules and best practices:
    4
    
                  
    5
    ## Core OOP Principles in API Test Automation
  3. GatlingPOM GatlingPOM
    1
    <properties>
    2
    
                  
    3
    +        <maven.compiler.source>1.8</maven.compiler.source>
    4
    
                  
    5
    +        <maven.compiler.target>1.8</maven.compiler.target>
  4. frontend frontend
    1
    {
    2
      "alt-require": true,
    3
      "attr-lowercase": true,
    4
      "attr-no-duplication": true,
    5
      "attr-unsafe-chars": true,
  5. Ubuntu+Jenkins+Apache Ubuntu+Jenkins+Apache
    1
    # Upgrade 
    2
    ```
    3
    sudo apt update && sudo apt upgrade -y
    4
    ```
    5
    # Install Java