In a nutshell, I am a software developer and cloud enthusiast who builds personalized applications and monitoring tools. I mostly create applications and APIs using multiple high level languages to acquire knowledge and be heuristic. My major interests are around home automation, IOT and Natural Language Processing.
- Create price change alerts for any NASDAQ ticker: vigneshrao.com/stock-monitor
- Analyze a stock using various algorithms that uses multiple strategies to generate buy/sell/hold signals: vigneshrao.com/stock-analysis
- PS: The endpoints connect to Jarvis running on localhost tunneled using reverse proxy.
- This makes it rely on client's network firewall rules for egress connections and Jarvis' availability.
- Encode and decode JSON Web Tokens: vigneshrao.com/jwt
- PS: The endpoint uses obfuscated JavaScript to encode and decode JWT.
- Please refer the source for more information.