Build Something

This lane is for practical tools I can build from scratch, test in Visual Studio, and use in a real team without turning it into a research project.

Step-by-step builds that start with a real problem and end with something you can run locally or hand to the team.
1

Build

Define the smallest useful version, then wire the tool end to end.

2

Test

Run it locally in Visual Studio and check the input, output, and failure paths.

3

Package

Split the code into reusable classes so the project stays maintainable.

4

Deliver

Export a clean output that the team can use immediately without extra cleanup.

Tool Build

Build a Release Note Generator from JIRA

A Visual Studio walkthrough that pulls JIRA issues, tests the flow locally, splits the code into reusable classes, and exports the final result as Markdown.

© 2026 Anup Kumar Chandrakumaran