
Rohit B
Skills

See my services


Portfolio
Work experience
Senior Software Developer
Accenture • Full-time
Aug 2023 - Mar 2026 • 2 yrs 7 mos
Built and enhanced the IACUC (animal research compliance) module for the Huron Research Suite V12 platform, developing scalable backend services using .NET and AWS Lambda and user interfaces with Next.js. Worked in a Scrum-based agile environment to deliver features across the research administration lifecycle, focusing on workflow automation, role-based access control, and audit-compliant data handling for US based Research Institutes . From a technical perspective, the application was built on AWS Lambda using a serverless approach, with local development and debugging done using the .NET Lambda test tool. The backend was developed in .NET, and testing was handled using xUnit for unit and integration tests. On the frontend, we used Next.js with the App Router, organizing routes using the app directory and nested layouts, and building reusable components with a mix of server and client components where needed. We primarily relied on client-side rendering instead of SSR, and handled data fetching through API routes, along with basic state management and form handling to support dynamic, workflow-driven UI interactions.Multitenancy was implemented using a tenantId-based approach on a single database, and Redis was used to cache master data to improve performance and reduce repeated database calls. In my role as a Senior Developer, I used AI tools like GitHub Copilot and Claude to speed up development and debugging. We frequently used @workspace context to analyze existing code, fix bugs, add inline documentation/comments, and generate xUnit test cases. A key focus was validating and refining the AI-generated outputs to ensure they aligned with our code standards and didn’t introduce regressions. This helped us improve productivity while maintaining code quality and test coverage.