Buy @ Amazon

Open Source

Open Source Contributions

Some of my open-sourced projects are as below:

  • Query Blogger MCP Server, as the title goes is a production grade MCP Server to only query (and do no more), your whitelisted blogs only (and no other) that is hosted on Blogger platform. Start powering your enterprise LLMs with only the knowledge base that you care in secure and seamless way with this MCP server.   

  • DhanHQ-py is Python SDK to access Dhan stock broking APIs. Their legacy SDK was completely revamped with contemporary engineering tools and practices. For even cleaner design do checkout my github-repository version (but this may not be as updated with new features that are released in the main repo). Do check-out my blog post titled, "Python Development Tools You Must Leverage" for the tooling side of things that were incorporated in this project. 2 years work of this SDK is revamped in 2 months with solid engineering practices just so you are inspired to skill-up.

  • DhanHQ-java is Java SDK to access Dhan stock broking APIs. Do you know that most of the top 30 stock broking apps in India don't have an SDK or sandbox environment to aid algorithmic trading? If you are onto trading on Dhan platform my SDKs should come to your rescue. Do check-out my blog post titled,  "Java Development Tools You Must Leverage" for the tooling side of things that were incorporated in this project.

  • Twilio-Ruby is a Ruby gem for communicating with the Twilio API and generating TwiML. A patch was written to compute auth_token dynamically based on AccoundSid from request params. This helps Twilio's SAAS clients in managing their multi-tenant systems leveraging Twilio API.