Hi there
, I'm Sachintha
cconst Sachintha = {
location: "Sri Lanka",
background: "Full-Stack Developer & QA Engineer with a passion for quality-driven development",
focus: "Building robust applications, ensuring software reliability, and optimizing user experience",
learning: ["Automated Testing", "DevOps"],
challenge: "Balancing feature delivery with comprehensive test coverage in every sprint",
hobbies: ["Coding", "Debugging", "Photography", "Exploring nature"],
funFact: "I can solve a Rubik's cube in under 2 minutes and love breaking (and fixing) things for fun!"
};
const skills = async () => {
await writeCleanCode();
await designAndExecuteTests();
await learnNewTechAndTools();
await contributeToTeamQualityGoals();
return growAsEngineer();
};
skills();