export default { async fetch() { return new Response(` Sumesh Portfolio
Portfolio
SS

Sambareddy Sumesh

Software Engineer & B.Tech Graduate

About

Computer Science graduate with hands-on experience in automation testing, API validation, and data analytics. Worked on Playwright automation, Power BI dashboards, and REST APIs. Focused on building scalable and efficient solutions.

Projects

Power BI Report Automation Framework

Developed an end-to-end automation framework using Playwright to validate Power BI dashboards. Implemented service principal authentication and automated multi-page validation. Built DOM-based extraction for charts and integrated Allure reporting. Reduced manual effort by ~70%.

API Automation Testing Framework

Developed API automation for authentication and CRUD operations. Tested APIs using OAuth2, JWT, Azure AD, and AWS Cognito. Validated response schemas and integrated Allure reporting.

Walmart Sales Data Analysis

Used SQL and Python for data cleaning, transformation, and insights generation. Identified trends and customer behavior patterns.

HR Analytics Dashboard

Built Power BI dashboard analyzing employee attrition and workforce trends. Used DAX for KPIs and dynamic filtering.

Experience

Digital Automation Intern – Sonata Software

Mar 2025 – Oct 2025

Developed UI & API automation frameworks using Playwright. Automated Power BI validation and API testing across 14+ endpoints. Integrated Allure reporting and improved testing efficiency.

Key Achievements

Core Competencies

Tools

Playwright, Selenium, Postman, Power BI, Azure, AWS Cognito, Allure Reports, Git, VS Code

Contact

Email: sambareddysumesh9@gmail.com

Phone: 8374938195

LinkedIn: linkedin.com/in/sumesh-sambareddy

`, { headers: { "content-type": "text/html" }, }); }, };