Understand the behavior
Start with what matters to the person using the software. Think through the expected path and the unexpected ones.
I transform high-grade espresso into clean Java architectures,
edge-case test engines, and resilient enterprise systems.
BUILT FOR PRECISION.Three coffee modes. Three engineering states. Select fuel to initiate sequence.
I’m a software engineer at Accenture, working in QA automation and manual testing. My days revolve around understanding how things should work—and finding the places where they don’t.
With a foundation in computer science and training in Java Spring Boot, I enjoy connecting the dots between building software and making it reliable.
Away from the screen? New places, good food, a favorite playlist, and a cup of coffee.
A little more about meUnderstand the details before the first line of a test.
Finding the unexpected edge cases.
Making them work beautifully.
Enterprise quality automation. Scalable microservices.
Architectural rigor built with precision and care.
Repeatable automated test suites designed for precision, boundary checking, and release confidence.
Engineered automated validation workflows that systematically probe expected user journeys, edge-case boundaries, and API contracts. Combines rigorous regression suites with structured reporting to eliminate defect leakage prior to production deployment.
// Automated Regression & Boundary Verification
@Test(description = "Verify boundary constraints and fault tolerance")
public void validateEdgeCaseScenarios() {
Response response = apiEngine.post("/v1/transactions", payloadBuilder()
.setQuantity(-1)
.setTransactionType("STANDARD_EXECUTION")
.build());
assertThat(response.getStatusCode()).isEqualTo(400);
assertThat(response.jsonPath().getString("status")).isEqualTo("REJECTED_BOUNDARY");
assertThat(response.getTime()).isLessThan(450L);
}Thoughtful testing. Repeatable checks.
A closer look at every detail.
Start with what matters to the person using the software. Think through the expected path and the unexpected ones.
Bring automation into everyday QA, alongside the judgment and curiosity of manual testing.
Small inconsistencies matter. Look closely, communicate clearly, and help the team refine the experience.
describe('A thoughtful experience', () => {
});
Daily practice in quality.
A growing foundation in engineering.
Working in QA automation and manual testing. Continuing to build engineering knowledge through practical work and learning.
Completed Java Spring Boot stream training, with learning in Java and microservices.
The foundation for a career of asking questions, solving problems, and building with care.
A few milestones along the way.
There’s always something new to learn.
Accenture · Tech Expressway
Great Learning
Great Learning
HackerRank
Pupilfirst
Coding Ninjas · Codestudio
Forage · Accenture
Infosys Springboard
A detail person.
A curious soul.
A life outside the screen.
Seeing something new in the everyday.

Engineering, ideas, and the details that make a difference.